aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mp3info/types.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /testing/mp3info/types.patch
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/mp3info/types.patch')
-rw-r--r--testing/mp3info/types.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/mp3info/types.patch b/testing/mp3info/types.patch
deleted file mode 100644
index 760ebf708d..0000000000
--- a/testing/mp3info/types.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./mp3tech.c.orig
-+++ ./mp3tech.c
-@@ -279,7 +279,7 @@
- }
-
- int sameConstant(mp3header *h1, mp3header *h2) {
-- if((*(uint*)h1) == (*(uint*)h2)) return 1;
-+ if((*(unsigned int*)h1) == (*(unsigned int*)h2)) return 1;
-
- if((h1->version == h2->version ) &&
- (h1->layer == h2->layer ) &&