diff options
author | drochner <drochner> | 2008-04-15 19:25:28 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-04-15 19:25:28 +0000 |
commit | aae5f658677a5578e095dfaab7eb1cea5f7c7fe2 (patch) | |
tree | ba2cbc2ef0758a83efb31b66ea80c1eef10f0482 /audio/xine-arts | |
parent | 8e9dd64578b7be09a2305d4ce97b6cdabb3d5d22 (diff) | |
download | pkgsrc-aae5f658677a5578e095dfaab7eb1cea5f7c7fe2.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/xine-arts')
-rw-r--r-- | audio/xine-arts/Makefile | 6 | ||||
-rw-r--r-- | audio/xine-arts/PLIST | 4 |
2 files changed, 5 insertions, 5 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 |