Wed Dec 4 12:38:36 2013 UTC ()
update to 1.2.4
changes:
-faster JPEG decoding
-support for EAC3 audio
-test input plugin added
-misc fixes and improvements


(drochner)
diff -r1.118 -r1.119 pkgsrc/multimedia/xine-lib/Makefile
diff -r1.79 -r1.80 pkgsrc/multimedia/xine-lib/Makefile.common
diff -r1.35 -r1.36 pkgsrc/multimedia/xine-lib/PLIST.common
diff -r1.89 -r1.90 pkgsrc/multimedia/xine-lib/distinfo
diff -r1.11 -r0 pkgsrc/multimedia/xine-lib/patches/patch-av
diff -r1.1 -r0 pkgsrc/multimedia/xine-lib/patches/patch-src-post-deinterlace-plugins-greedy2frame_template.c
diff -r1.1 -r0 pkgsrc/multimedia/xine-lib/patches/patch-src-post-deinterlace-plugins-greedy2frame_template_sse2.c

cvs diff -r1.118 -r1.119 pkgsrc/multimedia/xine-lib/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/xine-lib/Makefile 2013/10/09 17:39:14 1.118
+++ pkgsrc/multimedia/xine-lib/Makefile 2013/12/04 12:38:35 1.119
@@ -1,16 +1,14 @@ @@ -1,16 +1,14 @@
1# $NetBSD: Makefile,v 1.118 2013/10/09 17:39:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.119 2013/12/04 12:38:35 drochner Exp $
2 
3PKGREVISION= 13 
4 2
5.include "Makefile.common" 3.include "Makefile.common"
6 4
7COMMENT= Multimedia player library 5COMMENT= Multimedia player library
8 6
9CONFLICTS+= xine-xcb-[0-9]* 7CONFLICTS+= xine-xcb-[0-9]*
10 8
11CONFIGURE_ARGS+= --disable-v4l 9CONFIGURE_ARGS+= --disable-v4l
12CONFIGURE_ARGS+= --disable-v4l2 10CONFIGURE_ARGS+= --disable-v4l2
13CONFIGURE_ARGS+= --disable-real-codecs 11CONFIGURE_ARGS+= --disable-real-codecs
14CONFIGURE_ARGS+= --disable-aalib 12CONFIGURE_ARGS+= --disable-aalib
15CONFIGURE_ARGS+= --disable-mlib 13CONFIGURE_ARGS+= --disable-mlib
16 14

cvs diff -r1.79 -r1.80 pkgsrc/multimedia/xine-lib/Makefile.common (expand / switch to unified diff)

--- pkgsrc/multimedia/xine-lib/Makefile.common 2012/09/29 20:10:35 1.79
+++ pkgsrc/multimedia/xine-lib/Makefile.common 2013/12/04 12:38:35 1.80
@@ -1,45 +1,45 @@ @@ -1,45 +1,45 @@
1# $NetBSD: Makefile.common,v 1.79 2012/09/29 20:10:35 dholland Exp $ 1# $NetBSD: Makefile.common,v 1.80 2013/12/04 12:38:35 drochner Exp $
2# 2#
3# used by audio/xine-alsa/Makefile 3# used by audio/xine-alsa/Makefile
4# used by audio/xine-esound/Makefile 4# used by audio/xine-esound/Makefile
5# used by audio/xine-pulse/Makefile 5# used by audio/xine-pulse/Makefile
6# used by multimedia/xine-v4l/Makefile 6# used by multimedia/xine-v4l/Makefile
7# used by multimedia/xine-v4l2/Makefile 7# used by multimedia/xine-v4l2/Makefile
8 8
9DISTNAME= xine-lib-1.2.2 9DISTNAME= xine-lib-1.2.4
10XINE_PKGNAME= xine-lib-1.2.2 10XINE_PKGNAME= xine-lib-1.2.4
11PKGNAME?= ${XINE_PKGNAME} 11PKGNAME?= ${XINE_PKGNAME}
12CATEGORIES?= multimedia 12CATEGORIES?= multimedia
13MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} 13MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
14EXTRACT_SUFX= .tar.xz 14EXTRACT_SUFX= .tar.xz
15 15
16MAINTAINER= pkgsrc-users@NetBSD.org 16MAINTAINER= pkgsrc-users@NetBSD.org
17HOMEPAGE= http://xinehq.de/ 17HOMEPAGE= http://xinehq.de/
18 18
19MAKE_JOBS_SAFE= no 19MAKE_JOBS_SAFE= no
20 20
21XINE_MOD_DIR_VER= 2.2 21XINE_MOD_DIR_VER= 2.3
22PLIST_SUBST+= XINE_MOD_DIR_VER=${XINE_MOD_DIR_VER:Q} 22PLIST_SUBST+= XINE_MOD_DIR_VER=${XINE_MOD_DIR_VER:Q}
23 23
24DISTINFO_FILE= ${.CURDIR}/../../multimedia/xine-lib/distinfo 24DISTINFO_FILE= ${.CURDIR}/../../multimedia/xine-lib/distinfo
25PATCHDIR= ${.CURDIR}/../../multimedia/xine-lib/patches 25PATCHDIR= ${.CURDIR}/../../multimedia/xine-lib/patches
26 26
27GNU_CONFIGURE= YES 27GNU_CONFIGURE= YES
28USE_PKGLOCALEDIR= YES 28USE_PKGLOCALEDIR= YES
29USE_LIBTOOL= YES 29USE_LIBTOOL= YES
30LIBTOOL_OVERRIDE= libtool libtool-nofpic 30LIBTOOL_OVERRIDE= libtool libtool-nofpic
31PKGCONFIG_OVERRIDE= misc/libxine.pc.in 31PKGCONFIG_OVERRIDE= misc/libxine.pc.in
32USE_TOOLS+= autoconf automake gmake msgfmt pkg-config xmkmf perl 32USE_TOOLS+= autoconf automake gmake msgfmt pkg-config xmkmf perl gsed
33 33
34CONFIGURE_ARGS+= --with-w32-path='${PREFIX}/lib/win32' 34CONFIGURE_ARGS+= --with-w32-path='${PREFIX}/lib/win32'
35#CONFIGURE_ARGS+= --without-external-ffmpeg --disable-ffmpegtest 35#CONFIGURE_ARGS+= --without-external-ffmpeg --disable-ffmpegtest
36CONFIGURE_ENV+= have_libpng="yes" 36CONFIGURE_ENV+= have_libpng="yes"
37CONFIGURE_ENV+= PNG_CFLAGS="-I${PREFIX}/include" 37CONFIGURE_ENV+= PNG_CFLAGS="-I${PREFIX}/include"
38CONFIGURE_ENV+= PNG_LIBS="-L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lpng" 38CONFIGURE_ENV+= PNG_LIBS="-L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lpng"
39# XXX broken configure check in 1.2.1 39# XXX broken configure check in 1.2.1
40CONFIGURE_ENV+= cc_cv_cflags__Werror_implicit_function_declaration="no" 40CONFIGURE_ENV+= cc_cv_cflags__Werror_implicit_function_declaration="no"
41PKGSRC_MAKE_ENV+= "mkdir_p"="mkdir -p" 41PKGSRC_MAKE_ENV+= "mkdir_p"="mkdir -p"
42 42
43.include "../../mk/bsd.prefs.mk" 43.include "../../mk/bsd.prefs.mk"
44 44
45PLIST_VARS+= xv xvmc 45PLIST_VARS+= xv xvmc

cvs diff -r1.35 -r1.36 pkgsrc/multimedia/xine-lib/PLIST.common (expand / switch to unified diff)

--- pkgsrc/multimedia/xine-lib/PLIST.common 2012/03/24 13:21:43 1.35
+++ pkgsrc/multimedia/xine-lib/PLIST.common 2013/12/04 12:38:35 1.36
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST.common,v 1.35 2012/03/24 13:21:43 drochner Exp $ 1@comment $NetBSD: PLIST.common,v 1.36 2013/12/04 12:38:35 drochner Exp $
2bin/xine-config 2bin/xine-config
3bin/xine-list-1.2 3bin/xine-list-1.2
4include/xine.h 4include/xine.h
5include/xine/alphablend.h 5include/xine/alphablend.h
6include/xine/array.h 6include/xine/array.h
7include/xine/attributes.h 7include/xine/attributes.h
8include/xine/audio_decoder.h 8include/xine/audio_decoder.h
9include/xine/audio_out.h 9include/xine/audio_out.h
10include/xine/broadcaster.h 10include/xine/broadcaster.h
11include/xine/buffer.h 11include/xine/buffer.h
12include/xine/compat.h 12include/xine/compat.h
13include/xine/configfile.h 13include/xine/configfile.h
14include/xine/demux.h 14include/xine/demux.h
@@ -68,26 +68,28 @@ lib/xine/plugins/${XINE_MOD_DIR_VER}/xin @@ -68,26 +68,28 @@ lib/xine/plugins/${XINE_MOD_DIR_VER}/xin
68lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_a52.so 68lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_a52.so
69lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_bitplane.a 69lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_bitplane.a
70lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_bitplane.so 70lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_bitplane.so
71lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dts.a 71lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dts.a
72lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dts.so 72lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dts.so
73lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dvaudio.a 73lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dvaudio.a
74lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dvaudio.so 74lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dvaudio.so
75lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_faad.a 75lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_faad.a
76lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_faad.so 76lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_faad.so
77lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_ff.a 77lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_ff.a
78lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_ff.so 78lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_ff.so
79lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_gsm610.a 79lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_gsm610.a
80lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_gsm610.so 80lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_gsm610.so
 81lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_libjpeg.a
 82lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_libjpeg.so
81lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_lpcm.a 83lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_lpcm.a
82lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_lpcm.so 84lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_lpcm.so
83lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mad.a 85lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mad.a
84lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mad.so 86lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mad.so
85lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mpc.a 87lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mpc.a
86lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mpc.so 88lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mpc.so
87lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mpeg2.a 89lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mpeg2.a
88lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mpeg2.so 90lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mpeg2.so
89lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_rgb.a 91lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_rgb.a
90lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_rgb.so 92lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_rgb.so
91lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_spu.a 93lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_spu.a
92lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_spu.so 94lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_spu.so
93lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_spucc.a 95lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_spucc.a
@@ -158,26 +160,28 @@ lib/xine/plugins/${XINE_MOD_DIR_VER}/xin @@ -158,26 +160,28 @@ lib/xine/plugins/${XINE_MOD_DIR_VER}/xin
158lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_http.so 160lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_http.so
159lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_mms.a 161lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_mms.a
160lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_mms.so 162lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_mms.so
161lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_net.a 163lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_net.a
162lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_net.so 164lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_net.so
163lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_pnm.a 165lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_pnm.a
164lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_pnm.so 166lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_pnm.so
165lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_rtp.a 167lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_rtp.a
166lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_rtp.so 168lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_rtp.so
167lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_rtsp.a 169lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_rtsp.a
168lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_rtsp.so 170lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_rtsp.so
169lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_stdin_fifo.a 171lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_stdin_fifo.a
170lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_stdin_fifo.so 172lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_stdin_fifo.so
 173lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_test.a
 174lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_test.so
171lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_vcd.a 175lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_vcd.a
172lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_vcd.so 176lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_vcd.so
173lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_nsf.a 177lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_nsf.a
174lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_nsf.so 178lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_nsf.so
175lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_sputext.a 179lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_sputext.a
176lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_sputext.so 180lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_sputext.so
177lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vdr.a 181lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vdr.a
178lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vdr.so 182lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vdr.so
179lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_none.a 183lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_none.a
180lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_none.so 184lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_none.so
181lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_raw.a 185lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_raw.a
182lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_raw.so 186lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_raw.so
183lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_xcbshm.a 187lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_xcbshm.a

cvs diff -r1.89 -r1.90 pkgsrc/multimedia/xine-lib/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/xine-lib/distinfo 2012/10/23 19:57:33 1.89
+++ pkgsrc/multimedia/xine-lib/distinfo 2013/12/04 12:38:35 1.90
@@ -1,40 +1,37 @@ @@ -1,40 +1,37 @@
1$NetBSD: distinfo,v 1.89 2012/10/23 19:57:33 apb Exp $ 1$NetBSD: distinfo,v 1.90 2013/12/04 12:38:35 drochner Exp $
2 2
3SHA1 (xine-lib-1.2.2.tar.xz) = a349cbb0b72256bb262377796a022dcf63829b4c 3SHA1 (xine-lib-1.2.4.tar.xz) = 32267c5fcaa1439a5fbf7606d27dc4fafba9e504
4RMD160 (xine-lib-1.2.2.tar.xz) = 3f11df3fa8a8946bdcc9cdecd6952dc76b834d14 4RMD160 (xine-lib-1.2.4.tar.xz) = 9c4b151730a4ede46013fb127545fbb59d56f8b6
5Size (xine-lib-1.2.2.tar.xz) = 4857248 bytes 5Size (xine-lib-1.2.4.tar.xz) = 4954992 bytes
6SHA1 (patch-Makefile.am) = ab2bdb97834ea3ebf161e2c716f0dcb6eb147c1e 6SHA1 (patch-Makefile.am) = ab2bdb97834ea3ebf161e2c716f0dcb6eb147c1e
7SHA1 (patch-ad) = 94aaac03f74c72a1ca753d1320aac07d1bb8a846 7SHA1 (patch-ad) = 94aaac03f74c72a1ca753d1320aac07d1bb8a846
8SHA1 (patch-ag) = 00009002714ed26fa646eed326e2b0a5e2265572 8SHA1 (patch-ag) = 00009002714ed26fa646eed326e2b0a5e2265572
9SHA1 (patch-aj) = 4215c3bc37cf636e563a509f9a391081ed8e773b 9SHA1 (patch-aj) = 4215c3bc37cf636e563a509f9a391081ed8e773b
10SHA1 (patch-ak) = 987700e6526b5112ac66bd6a8f9ee41f338c3508 10SHA1 (patch-ak) = 987700e6526b5112ac66bd6a8f9ee41f338c3508
11SHA1 (patch-ap) = d48fa83879895d4b1f56bfbcbe31087dd57d8a82 11SHA1 (patch-ap) = d48fa83879895d4b1f56bfbcbe31087dd57d8a82
12SHA1 (patch-as) = a0a93a256589e87a66eef31494441aa1b200f834 12SHA1 (patch-as) = a0a93a256589e87a66eef31494441aa1b200f834
13SHA1 (patch-at) = 15a810379ccb345aeeb374b0148096684f5f179b 13SHA1 (patch-at) = 15a810379ccb345aeeb374b0148096684f5f179b
14SHA1 (patch-av) = 12b8957279b977db3bba2c1adae40217a1661072 
15SHA1 (patch-cb) = db4ff27418e05e97bf30b554beecc24d6e578d15 14SHA1 (patch-cb) = db4ff27418e05e97bf30b554beecc24d6e578d15
16SHA1 (patch-cd) = 192530e79568ea165b1fc675c7e794133a06c734 15SHA1 (patch-cd) = 192530e79568ea165b1fc675c7e794133a06c734
17SHA1 (patch-fa) = 9312a3bab4ae8482a208948277f1d11fb7eaaf8c 16SHA1 (patch-fa) = 9312a3bab4ae8482a208948277f1d11fb7eaaf8c
18SHA1 (patch-input_dvb.c) = 712291f38e5eec79daecb524e990e67af0d2c427 17SHA1 (patch-input_dvb.c) = 712291f38e5eec79daecb524e990e67af0d2c427
19SHA1 (patch-na) = b1158183f6caa772c1f3e08cb9abedc28326523f 18SHA1 (patch-na) = b1158183f6caa772c1f3e08cb9abedc28326523f
20SHA1 (patch-src-demuxers-demux_qt.c) = 2942911c09c0580c6017474af2a14f5b1f193c1d 19SHA1 (patch-src-demuxers-demux_qt.c) = 2942911c09c0580c6017474af2a14f5b1f193c1d
21SHA1 (patch-src-post-audio-stretch.c) = bc083541c410e8b8c2b5c23bc7b2b0ae312272a5 20SHA1 (patch-src-post-audio-stretch.c) = bc083541c410e8b8c2b5c23bc7b2b0ae312272a5
22SHA1 (patch-src-post-audio-upmix.c) = ab01e157b42b8dd99622a17b5a8ecdb464ee694e 21SHA1 (patch-src-post-audio-upmix.c) = ab01e157b42b8dd99622a17b5a8ecdb464ee694e
23SHA1 (patch-src-post-audio-upmix_mono.c) = 182a73985d6158c5ab2409bc372b302d3385320e 22SHA1 (patch-src-post-audio-upmix_mono.c) = 182a73985d6158c5ab2409bc372b302d3385320e
24SHA1 (patch-src-post-audio-volnorm.c) = 49d9bd437d240ddf2a14275d518469313cb29a0c 23SHA1 (patch-src-post-audio-volnorm.c) = 49d9bd437d240ddf2a14275d518469313cb29a0c
25SHA1 (patch-src-post-deinterlace-plugins-greedy2frame.c) = 85acf40662602c41e1f475b010534aefbb466a4b 24SHA1 (patch-src-post-deinterlace-plugins-greedy2frame.c) = 85acf40662602c41e1f475b010534aefbb466a4b
26SHA1 (patch-src-post-deinterlace-plugins-greedy2frame_template.c) = 8cb62659326648cb54fa0219cd12fd02c53d047d 
27SHA1 (patch-src-post-deinterlace-plugins-greedy2frame_template_sse2.c) = af9a57b0c5e496836c145d6888ea3149bf501c2f 
28SHA1 (patch-src-post-deinterlace-xine_plugin.c) = 132554aa9bdc43fbe9e7dc42fee5916cb60be806 25SHA1 (patch-src-post-deinterlace-xine_plugin.c) = 132554aa9bdc43fbe9e7dc42fee5916cb60be806
29SHA1 (patch-src-post-goom-mmx.h) = 09b82b9e1fae57afb385daa1cd3bb265fd680a1d 26SHA1 (patch-src-post-goom-mmx.h) = 09b82b9e1fae57afb385daa1cd3bb265fd680a1d
30SHA1 (patch-src-post-mosaico-mosaico.c) = f26e6ccc60c78a499d2bd0fd8f3d4c2f4efffde8 27SHA1 (patch-src-post-mosaico-mosaico.c) = f26e6ccc60c78a499d2bd0fd8f3d4c2f4efffde8
31SHA1 (patch-src-post-mosaico-switch.c) = 11dd1ec387c298693fc82feba1f16a316648e580 28SHA1 (patch-src-post-mosaico-switch.c) = 11dd1ec387c298693fc82feba1f16a316648e580
32SHA1 (patch-src-post-planar-boxblur.c) = 1bcaec011aaf581394ad42c9ff324ec0a3d28ecb 29SHA1 (patch-src-post-planar-boxblur.c) = 1bcaec011aaf581394ad42c9ff324ec0a3d28ecb
33SHA1 (patch-src-post-planar-denoise3d.c) = 05059a1864278f749a5796661075db522c2e202c 30SHA1 (patch-src-post-planar-denoise3d.c) = 05059a1864278f749a5796661075db522c2e202c
34SHA1 (patch-src-post-planar-eq.c) = 85f6f72bc5fbc52f0ae48751b20fb100d5d6f27b 31SHA1 (patch-src-post-planar-eq.c) = 85f6f72bc5fbc52f0ae48751b20fb100d5d6f27b
35SHA1 (patch-src-post-planar-eq2.c) = 61209f05e7c4e3f6e3ab6d71cd062186738aa976 32SHA1 (patch-src-post-planar-eq2.c) = 61209f05e7c4e3f6e3ab6d71cd062186738aa976
36SHA1 (patch-src-post-planar-expand.c) = 7c532feeae4078f40d6f9a28dfa207e5cbee60a1 33SHA1 (patch-src-post-planar-expand.c) = 7c532feeae4078f40d6f9a28dfa207e5cbee60a1
37SHA1 (patch-src-post-planar-noise.c) = b3baf82e150ca9a27e73753398c18839066748f1 34SHA1 (patch-src-post-planar-noise.c) = b3baf82e150ca9a27e73753398c18839066748f1
38SHA1 (patch-src-post-planar-pp.c) = 147dc05a09ff851af99c488112c6a77926ae5afb 35SHA1 (patch-src-post-planar-pp.c) = 147dc05a09ff851af99c488112c6a77926ae5afb
39SHA1 (patch-src-post-planar-unsharp.c) = 964ec33c8c3cfcc8783b5fae1093c8fba76ff2a9 36SHA1 (patch-src-post-planar-unsharp.c) = 964ec33c8c3cfcc8783b5fae1093c8fba76ff2a9
40SHA1 (patch-src-xine-engine-post.h) = 3b96d1279bbec48b2f3df50a576bfa8ec25f796f 37SHA1 (patch-src-xine-engine-post.h) = 3b96d1279bbec48b2f3df50a576bfa8ec25f796f

File Deleted: pkgsrc/multimedia/xine-lib/patches/Attic/patch-av

File Deleted: pkgsrc/multimedia/xine-lib/patches/Attic/patch-src-post-deinterlace-plugins-greedy2frame_template.c

File Deleted: pkgsrc/multimedia/xine-lib/patches/Attic/patch-src-post-deinterlace-plugins-greedy2frame_template_sse2.c