summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-09-08 10:11:46 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-09-08 10:11:46 +0000
commit04281f3c93643b4ca0cd9994ba51bdc84f822037 (patch)
treebe298ca8d35ded45c031408936e8e0343444afde /media-libs/xine-lib/files
parentversion bump, removed old versions (diff)
downloadgentoo-2-04281f3c93643b4ca0cd9994ba51bdc84f822037.tar.gz
gentoo-2-04281f3c93643b4ca0cd9994ba51bdc84f822037.tar.bz2
gentoo-2-04281f3c93643b4ca0cd9994ba51bdc84f822037.zip
remove old
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'media-libs/xine-lib/files')
-rw-r--r--media-libs/xine-lib/files/xine-lib-1.1.14-metadata-bugfix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/media-libs/xine-lib/files/xine-lib-1.1.14-metadata-bugfix.patch b/media-libs/xine-lib/files/xine-lib-1.1.14-metadata-bugfix.patch
deleted file mode 100644
index 2b36737d8573..000000000000
--- a/media-libs/xine-lib/files/xine-lib-1.1.14-metadata-bugfix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-
-# HG changeset patch
-# User Darren Salt <linux@youmustbejoking.demon.co.uk>
-# Date 1218058477 -3600
-# Node ID 60ab5d2bdd82f00b10205f816a545337c9363134
-# Parent 803b99d8a4b8f0ff7cf5f617a8f7e648780fefe8
-Really fix the metadata bug...
-
---- a/src/xine-engine/info_helper.c Wed Aug 06 22:13:35 2008 +0100
-+++ b/src/xine-engine/info_helper.c Wed Aug 06 22:34:37 2008 +0100
-@@ -131,7 +131,7 @@ uint32_t _x_stream_info_get_public(xine_
- * at the end of the string
- */
- static void meta_info_chomp(char *str) {
-- size_t i, len;
-+ ssize_t i, len;
-
- len = strlen(str);
- if (!len)
-