summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-08-06 10:36:50 +0000
committerwiz <wiz@pkgsrc.org>2006-08-06 10:36:50 +0000
commit8a2ba2ac4c6dba7a40c263c979ca46047bd075b9 (patch)
treec04f2046988404d5b4c5abf2cead373ceb6527f1 /audio
parentfea3437883501fa64f3f49530ecc29ece25c00e9 (diff)
downloadpkgsrc-8a2ba2ac4c6dba7a40c263c979ca46047bd075b9.tar.gz
Update to 1.1.2, provided by Kimura Fuyuki in PR 34107.
xine-lib (1.1.2) * Security fixes: - CVE-2005-4048: possible buffer overflow in libavcodec (crafted PNGs). - CVE-2006-2802: possible buffer overflow in the HTTP plugin. - possible buffer overflow via bad indexes in specially-crafted AVI files * Update gettext support to 0.14.5, disable internal gettext, fix locales handling, use the correct domain for strings. * Italian translation update * Czech translation update * Disable the XXMC plugin if Xv support isn't there * Also look for Xv support in /usr/lib for X.org's new location * Fix using xine-lib on systems with SELinux enabled * Build right with libiconv in /usr/local as default on FreeBSD * Fix a potential crash with fixed-size lacing in the Matroska demuxer * Patch from SuSE to fix alsa after hardware suspend * Fix the ./configure --enable-static-xv parameter * Really fix the speed changing race that was mentioned in 1.1.1 * Send events for tvtime filmmode changes * Add an image decoder based on gdk-pixbuf * Add browseable capability to smb input plugin * Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...) * Fix xxmc subpictures (broken since 1.1.1) * FFmpeg update (version 51.1.0) * Fix detection of locale containing a modifier (like "@euro") * New volume normalization post plugin * New image noise post plugin (useful for mitigating some compression artifacts) * Support for Vorbis-style comments in FLAC files * Coverity fixes * Add ATSC support to the DVB plugin * Make various structures and arrays constant. * Fix up health check to find libX11 and libXv shared objects even if devel packages aren't installed (where appropriate). (Ubuntu 47357) * Fix install problems in case configure was generated by autoconf >= 2.59c. * Fixed some win32 codec freezes when configured w32-path doesn't exist * Add support for RealPlayer 10 codecs (from SUSE) xine-lib (1.1.1) * Improve sound quality when using alsa 1.0.9 or above. When playing a 44.1khz stream on a 48khz only capable sound card. It bypasses alsa-lib resampler and uses xine's * Windows ports bug fixes and improvements * Set up the framebuffer palette (fb video out). * build fixes and improvements, added --with-pthread-prefix and --with-zlib-prefix options * new DirectFB video output plugin with many improvements (output to overlay or TV, deinterlacing, image controls, zoom, OSD, double/triple buffering, vsync, flicker filtering, field parity control) * overlay cropping fixes for small streams or when using cropping support * experimental frame allocation optimization reduces cpu usage of the deinterlacer plugin by up 25% * implement time seeking on DVD plugin * move CFLAGS optimizations to a separated file (added --disable-optimizations) * use the same codec path as MPlayer (/usr[/local]/lib/codecs) * FFmpeg sync (new QDM2 decoder) * imported Duck TrueMotion 2 decoder from FFmpeg * sync libfaad2 to latest GPL compatible version; fixes AAC decoding on x86_64 arch * support gapless playback while switching streams (requires UI cooperation) * fix speed changing race causing deadlock with v4l plugin * cddb improvements/fixes (DTITLE/DYEAR parsing, timeout increase and multiline entries support) [#1205274] xine-lib (1.1.0) * new quality deinterlacer from dscaler: GreedyH (Greedy High Motion) * new quality deinterlacer from dscaler: TomsMoComp (Tom's Motion Compensated) * added help for most deinterlace methods * ffmpeg update * use ImageMagick to convert and display different type of images (png, jpg...) * improve ASX playlist parsing * add an extended MRL reference event (MRL title, start time, play time): needed for the ASX parser; deprecates plain MRL reference events. * goom updated to 2k4-0 xine-lib (1.0.4) * tiny doc update * build fixes and cross build improvements * fixed an align problem in Win32 DirectX video output plugin * fixed linking of X11 plugins for some platforms
Diffstat (limited to 'audio')
-rw-r--r--audio/xine-arts/Makefile7
-rw-r--r--audio/xine-arts/PLIST4
-rw-r--r--audio/xine-esound/Makefile7
-rw-r--r--audio/xine-esound/PLIST4
4 files changed, 10 insertions, 12 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile
index 48c1bc4113b..9a2d06901e6 100644
--- a/audio/xine-arts/Makefile
+++ b/audio/xine-arts/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2006/02/05 23:08:17 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2006/08/06 10:36:50 wiz Exp $
#
.include "../../multimedia/xine-lib/Makefile.common"
PKGNAME= ${XINE_PKGNAME:S/lib/arts/}
-PKGREVISION= 3
CATEGORIES= audio
COMMENT= The aRts audio output plugin for xine-lib
@@ -12,12 +11,12 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
BUILD_DIRS= ${WRKSRC}/src/audio_out
-INSTALLATION_DIRS= lib/xine/plugins/1.0.3
+INSTALLATION_DIRS= lib/xine/plugins/${XINE_LIB_VER}
do-install:
cd ${WRKSRC}/src/audio_out && \
${LIBTOOL} --mode=install ${INSTALL_DATA} \
- xineplug_ao_out_arts.la ${PREFIX}/lib/xine/plugins/1.0.3
+ xineplug_ao_out_arts.la ${PREFIX}/lib/xine/plugins/${XINE_LIB_VER}
.include "../../audio/arts/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
diff --git a/audio/xine-arts/PLIST b/audio/xine-arts/PLIST
index a0c663d6865..e2d86b2a970 100644
--- a/audio/xine-arts/PLIST
+++ b/audio/xine-arts/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.5 2005/10/30 18:32:33 wiz Exp $
-lib/xine/plugins/1.0.3/xineplug_ao_out_arts.la
+@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
diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile
index 8a878780341..aaee691aaeb 100644
--- a/audio/xine-esound/Makefile
+++ b/audio/xine-esound/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2006/02/05 23:08:17 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2006/08/06 10:36:50 wiz Exp $
#
.include "../../multimedia/xine-lib/Makefile.common"
PKGNAME= ${XINE_PKGNAME:S/lib/esound/}
-PKGREVISION= 3
CATEGORIES= audio
COMMENT= The esound audio output plugin for xine-lib
@@ -12,12 +11,12 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
BUILD_DIRS= ${WRKSRC}/src/audio_out
-INSTALLATION_DIRS= lib/xine/plugins/1.0.3
+INSTALLATION_DIRS= lib/xine/plugins/${XINE_LIB_VER}
do-install:
cd ${WRKSRC}/src/audio_out && \
${LIBTOOL} --mode=install ${INSTALL_DATA} \
- xineplug_ao_out_esd.la ${PREFIX}/lib/xine/plugins/1.0.3/
+ xineplug_ao_out_esd.la ${PREFIX}/lib/xine/plugins/${XINE_LIB_VER}/
.include "../../audio/esound/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/audio/xine-esound/PLIST b/audio/xine-esound/PLIST
index bbcf1481dba..5e069785d69 100644
--- a/audio/xine-esound/PLIST
+++ b/audio/xine-esound/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.5 2005/10/30 18:32:33 wiz Exp $
-lib/xine/plugins/1.0.3/xineplug_ao_out_esd.la
+@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