diff options
author | drochner <drochner@pkgsrc.org> | 2008-04-15 19:25:28 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-04-15 19:25:28 +0000 |
commit | 48d32cf3bf12ae00b252f40637e3e21bad5d40c7 (patch) | |
tree | ba2cbc2ef0758a83efb31b66ea80c1eef10f0482 /audio | |
parent | 6fd6adb1b4cce631b04737c148c8ba4336ab6980 (diff) | |
download | pkgsrc-48d32cf3bf12ae00b252f40637e3e21bad5d40c7.tar.gz |
update to 1.1.12
changes:
-security fix (unchecked array index, CVE-2008-1686)
-a few bug fixes (including the 1.1.11.1 regressions)
-new version of the pulseaudio output plugin
-open-source upport for RealAudio "cook"
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xine-arts/Makefile | 6 | ||||
-rw-r--r-- | audio/xine-arts/PLIST | 4 | ||||
-rw-r--r-- | audio/xine-esound/Makefile | 4 | ||||
-rw-r--r-- | audio/xine-esound/PLIST | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile index 8ba2bba955a..180ae9b0a9c 100644 --- a/audio/xine-arts/Makefile +++ b/audio/xine-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/04/10 11:48:57 drochner Exp $ +# $NetBSD: Makefile,v 1.29 2008/04/15 19:25:28 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -15,13 +15,13 @@ BUILD_DIRS= ${WRKSRC}/src/audio_out CONFIGURE_ARGS+= --with-arts CONFIGURE_ARGS+= --without-x -INSTALLATION_DIRS= lib/xine/plugins/1.20 +INSTALLATION_DIRS= lib/xine/plugins/1.21 do-install: cd ${WRKSRC}/src/audio_out && \ ${LIBTOOL} --mode=install ${INSTALL_DATA} \ xineplug_ao_out_arts.la \ - ${DESTDIR}${PREFIX}/lib/xine/plugins/1.20 + ${DESTDIR}${PREFIX}/lib/xine/plugins/1.21 .include "../../audio/arts/buildlink3.mk" .include "../../audio/libao/buildlink3.mk" diff --git a/audio/xine-arts/PLIST b/audio/xine-arts/PLIST index fe45226d7e7..221d946bbba 100644 --- a/audio/xine-arts/PLIST +++ b/audio/xine-arts/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.7 2008/04/10 11:48:58 drochner Exp $ -lib/xine/plugins/1.20/xineplug_ao_out_arts.la +@comment $NetBSD: PLIST,v 1.8 2008/04/15 19:25:28 drochner Exp $ +lib/xine/plugins/1.21/xineplug_ao_out_arts.la diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index 1c0f84325a2..ecae5928f23 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/04/10 11:48:58 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2008/04/15 19:25:28 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -20,7 +20,7 @@ do-install: cd ${WRKSRC}/src/audio_out && \ ${LIBTOOL} --mode=install ${INSTALL_DATA} \ xineplug_ao_out_esd.la \ - ${DESTDIR}${PREFIX}/lib/xine/plugins/1.20/ + ${DESTDIR}${PREFIX}/lib/xine/plugins/1.21/ .include "../../audio/esound/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/audio/xine-esound/PLIST b/audio/xine-esound/PLIST index 033ffa7fc81..e1c30b09d98 100644 --- a/audio/xine-esound/PLIST +++ b/audio/xine-esound/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.7 2008/04/10 11:48:58 drochner Exp $ -lib/xine/plugins/1.20/xineplug_ao_out_esd.la +@comment $NetBSD: PLIST,v 1.8 2008/04/15 19:25:28 drochner Exp $ +lib/xine/plugins/1.21/xineplug_ao_out_esd.la |