summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-04-10 11:48:57 +0000
committerdrochner <drochner@pkgsrc.org>2008-04-10 11:48:57 +0000
commit33016932fc5f6011d6edf0620b4e01542036ae4a (patch)
tree0feccb3cde7635eed1aaab637b9390fe7b899cc1 /audio
parent11fc9c444aecc0509fee02a217ab09ff28d06e63 (diff)
downloadpkgsrc-33016932fc5f6011d6edf0620b4e01542036ae4a.tar.gz
update to 1.1.11.1
changes: * Security fixes: - Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073) - integer overflow, possibly leading to buffer overflow, CVE-2008-1482 * Reworked the plugin directory naming so that external plugins don't have to be rebuilt for every release * Made the version parsing much more reliable; it wasn't properly coping with four-part version numbers * Fixed an off-by-one in the FLAC security fix patch. This breakage was causing failure to play some files * Support 16-bit big-endian DTS audio * Improved frame snapshot API. (ABI extension.) * Re-add support for # (stream parameter separator) in raw filenames * Fixed long delay when closing stream on dual core systems pkgsrc note: CVE-2008-0073 was already fixed by patch
Diffstat (limited to 'audio')
-rw-r--r--audio/xine-arts/Makefile6
-rw-r--r--audio/xine-arts/PLIST4
-rw-r--r--audio/xine-esound/Makefile6
-rw-r--r--audio/xine-esound/PLIST4
4 files changed, 10 insertions, 10 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile
index 2a2cee03852..8ba2bba955a 100644
--- a/audio/xine-arts/Makefile
+++ b/audio/xine-arts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2008/03/02 06:10:34 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2008/04/10 11:48:57 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/${XINE_LIB_VER}
+INSTALLATION_DIRS= lib/xine/plugins/1.20
do-install:
cd ${WRKSRC}/src/audio_out && \
${LIBTOOL} --mode=install ${INSTALL_DATA} \
xineplug_ao_out_arts.la \
- ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_LIB_VER}
+ ${DESTDIR}${PREFIX}/lib/xine/plugins/1.20
.include "../../audio/arts/buildlink3.mk"
.include "../../audio/libao/buildlink3.mk"
diff --git a/audio/xine-arts/PLIST b/audio/xine-arts/PLIST
index e2d86b2a970..fe45226d7e7 100644
--- a/audio/xine-arts/PLIST
+++ b/audio/xine-arts/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.6 2006/08/06 10:36:50 wiz Exp $
-lib/xine/plugins/${XINE_LIB_VER}/xineplug_ao_out_arts.la
+@comment $NetBSD: PLIST,v 1.7 2008/04/10 11:48:58 drochner Exp $
+lib/xine/plugins/1.20/xineplug_ao_out_arts.la
diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile
index c6ad54ae78a..1c0f84325a2 100644
--- a/audio/xine-esound/Makefile
+++ b/audio/xine-esound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/03/02 06:10:34 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2008/04/10 11:48:58 drochner Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -14,13 +14,13 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
BUILD_DIRS= ${WRKSRC}/src/audio_out
CONFIGURE_ARGS+= --without-x
-INSTALLATION_DIRS= lib/xine/plugins/${XINE_LIB_VER}
+INSTALLATION_DIRS= lib/xine/plugins/1.20
do-install:
cd ${WRKSRC}/src/audio_out && \
${LIBTOOL} --mode=install ${INSTALL_DATA} \
xineplug_ao_out_esd.la \
- ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_LIB_VER}/
+ ${DESTDIR}${PREFIX}/lib/xine/plugins/1.20/
.include "../../audio/esound/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/audio/xine-esound/PLIST b/audio/xine-esound/PLIST
index 5e069785d69..033ffa7fc81 100644
--- a/audio/xine-esound/PLIST
+++ b/audio/xine-esound/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.6 2006/08/06 10:36:50 wiz Exp $
-lib/xine/plugins/${XINE_LIB_VER}/xineplug_ao_out_esd.la
+@comment $NetBSD: PLIST,v 1.7 2008/04/10 11:48:58 drochner Exp $
+lib/xine/plugins/1.20/xineplug_ao_out_esd.la