head 1.11; access; symbols pkgsrc-2013Q2:1.11.0.6 pkgsrc-2013Q2-base:1.11 pkgsrc-2012Q4:1.11.0.4 pkgsrc-2012Q4-base:1.11 pkgsrc-2011Q4:1.11.0.2 pkgsrc-2011Q4-base:1.11 pkgsrc-2011Q3:1.9.0.22 pkgsrc-2011Q3-base:1.9 pkgsrc-2011Q2:1.9.0.20 pkgsrc-2011Q2-base:1.9 pkgsrc-2011Q1:1.9.0.18 pkgsrc-2011Q1-base:1.9 pkgsrc-2010Q4:1.9.0.16 pkgsrc-2010Q4-base:1.9 pkgsrc-2010Q3:1.9.0.14 pkgsrc-2010Q3-base:1.9 pkgsrc-2010Q2:1.9.0.12 pkgsrc-2010Q2-base:1.9 pkgsrc-2010Q1:1.9.0.10 pkgsrc-2010Q1-base:1.9 pkgsrc-2009Q4:1.9.0.8 pkgsrc-2009Q4-base:1.9 pkgsrc-2009Q3:1.9.0.6 pkgsrc-2009Q3-base:1.9 pkgsrc-2009Q2:1.9.0.4 pkgsrc-2009Q2-base:1.9 pkgsrc-2009Q1:1.9.0.2 pkgsrc-2009Q1-base:1.9 pkgsrc-2008Q4:1.8.0.14 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.12 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.10 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.8 pkgsrc-2008Q2-base:1.8 cwrapper:1.8.0.6 pkgsrc-2008Q1:1.8.0.4 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.2 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.7.0.8 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.6 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.4 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.2 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.6.0.2 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.5.0.6 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.4 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.2 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.4.0.2 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2; locks; strict; comment @# @; 1.11 date 2011.12.25.03.24.09; author sbd; state dead; branches; next 1.10; 1.10 date 2011.11.16.19.45.37; author drochner; state Exp; branches; next 1.9; 1.9 date 2009.02.19.12.58.03; author drochner; state Exp; branches; next 1.8; 1.8 date 2007.11.22.20.20.24; author drochner; state Exp; branches; next 1.7; 1.7 date 2006.12.08.09.24.26; author abs; state Exp; branches; next 1.6; 1.6 date 2006.08.06.10.36.50; author wiz; state Exp; branches 1.6.2.1; next 1.5; 1.5 date 2005.10.13.10.48.01; author jmmv; state Exp; branches; next 1.4; 1.4 date 2005.07.29.16.09.11; author drochner; state Exp; branches 1.4.2.1; next 1.3; 1.3 date 2005.05.02.11.29.35; author drochner; state Exp; branches; next 1.2; 1.2 date 2005.01.06.17.04.42; author drochner; state Exp; branches; next 1.1; 1.1 date 2004.12.23.03.05.53; author xtraeme; state Exp; branches; next ; 1.6.2.1 date 2006.12.09.09.13.15; author salo; state Exp; branches; next ; 1.4.2.1 date 2005.10.15.16.07.46; author salo; state Exp; branches; next ; desc @@ 1.11 log @Because automake is now being called automake source files (not output file) must be patched. @ text @$NetBSD: patch-be,v 1.10 2011/11/16 19:45:37 drochner Exp $ --- src/audio_out/Makefile.in.orig 2011-11-13 01:37:24.000000000 +0000 +++ src/audio_out/Makefile.in @@@@ -458,6 +458,7 @@@@ OBJDUMP = @@OBJDUMP@@ OBJEXT = @@OBJEXT@@ OPENGL_CFLAGS = @@OPENGL_CFLAGS@@ OPENGL_LIBS = @@OPENGL_LIBS@@ +OSS_LIBS = @@OSS_LIBS@@ OTOOL = @@OTOOL@@ OTOOL64 = @@OTOOL64@@ PACKAGE = @@PACKAGE@@ @@@@ -662,7 +663,7 @@@@ xineplug_ao_out_file_la_SOURCES = audio_ xineplug_ao_out_file_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) xineplug_ao_out_file_la_CFLAGS = $(VISIBILITY_FLAG) xineplug_ao_out_oss_la_SOURCES = audio_oss_out.c -xineplug_ao_out_oss_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) +xineplug_ao_out_oss_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) $(OSS_LIBS) xineplug_ao_out_oss_la_CFLAGS = $(VISIBILITY_FLAG) xineplug_ao_out_alsa_la_SOURCES = audio_alsa_out.c xineplug_ao_out_alsa_la_LIBADD = $(XINE_LIB) $(ALSA_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL) @ 1.10 log @update to 1.1.20 changes: -Enable FFmpeg's support for AAC LATM audio -minor fixes and improvements, most notably for MPEG TS -translation updates @ text @d1 1 a1 1 $NetBSD$ @ 1.9 log @update to 1.1.16.2 changes: * Build fixes related to ImageMagick 6.4 & later. * Fix an error in Matroska PTS calculation. * Some front ends hang due to the hang fixes in 1.1.16. Fix this by removing a break statement. * Fix broken size checks in various input plugins (ref. CVE-2008-5239). * More malloc checking (ref. CVE-2008-5240). * Fix race conditions in gapless_switch (ref. kde bug #180339) * Fix a possible integer overflow in the 4XM demuxer. (TKADV2009-004.txt) pkgsrc notes: -the 4xm fix upstream is wrong, do it better (patch-ax) -filter out --no-undefined linker options on NetBSD<5 because this causes errors if shared modules are not linked against libc @ text @d3 1 a3 1 --- src/audio_out/Makefile.in.orig 2009-02-10 19:34:49.000000000 +0100 d5 1 a5 1 @@@@ -419,6 +419,7 @@@@ OBJDUMP = @@OBJDUMP@@ d13 2 a14 1 @@@@ -615,7 +616,7 @@@@ xineplug_ao_out_file_la_LIBADD = $(XINE_ a15 1 xineplug_ao_out_file_la_LDFLAGS = -avoid-version -module a19 1 xineplug_ao_out_oss_la_LDFLAGS = -avoid-version -module d21 1 @ 1.8 log @update to 1.1.8 This has improved DVB subtitles support, implements simple subtitle scaling and bold & italics for text subtitles, and allows control of XxMC bob deinterlacing. It also has fixes for an audio resampling problem (which manifested as regular clicking), a problem which would cause the goom plugin to stop working, and URL escape handling (use of %) in DVD and Video CD MRLs. Some memory leaks are also fixed, and there are some build fixes for Solaris users. @ text @d3 1 a3 1 --- src/audio_out/Makefile.in.orig 2007-08-27 20:27:55.000000000 +0200 d5 1 a5 1 @@@@ -509,6 +509,7 @@@@ OBJDUMP = @@OBJDUMP@@ d10 2 d13 1 a13 3 PACKAGE_BUGREPORT = @@PACKAGE_BUGREPORT@@ PACKAGE_NAME = @@PACKAGE_NAME@@ @@@@ -699,7 +700,7 @@@@ xineplug_ao_out_file_la_LIBADD = $(XINE_ @ 1.7 log @Update xine-lib to 1.1.3 * Security fixes: - Heap overflow in libmms (related to CVE-2006-2200) - Buffer overrun in Real Media input plugin. [bug #1603458] Thanks to Roland Kay for reporting and JW for the patch. * Update build system to support x86 Darwin setups, and merge patches to support Darwin OS better. * Replace custom ALSA check with pkg-config check, and make sure 0.9.0 is the requried version. * When the compiler supports it, enable hidden visibility for all the plugins to export only the plugin info entry (and eventual needed special functions), to replace the min-symtab option that wasn't working. * Add "m4b" to the list of supported file extensions for the Qt demuxer, to allow playing (unprotected) audiobooks in AAC format. * Remove --disable-fpic hack, prefer using --without-pic instead. * Add new output plugin: PulseAudio (based on PolypAudio plugin), that uses 0.9 API (PulseAudio is PolypAudio renamed). * Remove PolypAudio plugin, latest version supported 0.7 API that is no more supported by upstream, and it's replaced by PulseAudio. * Allow 0 for DVD title/chapter (navigation or full title). * New experimental JACK audio driver. * Fix switch from alsa/dmix 2.0 to 5.1 [bug #1226595] * Don't use proxy for localhost connection. [bug #1553633] * Use mmap() to open local files if available. * Use pkg-config to look for external FFmpeg. * Allow FFmpeg to play MP3s in case MAD is not present. * Reduce the dead time when trying to connect to dead hosts, by falling back to non-blocking sockets on the last address found for an host, and allowing users to provide a connection timeout. [bug #1550844] * Return the correct error message to frontends when a file is inaccessible or the network connection is broken. [bug #1550763] * Support libcaca 0.99, thanks to cjacker huang. * Fix crash on video-only WMV streams. [bug #1564598] * Report audio stream on Shorten files (required for Amarok to play them). * Optionally use fontconfig to look up fonts to use for OSD. [bug #1551042] * Prefer FreeType2 rendered fonts to bitmap fonts. * Stone age platforms update * Enabled TrueSpeech codec * New X11 visual type: xine-lib may now use frontend's mutex/lock mechanism instead of XLockDisplay/XUnlockDisplay. * Allow playing of OggFlac files. [bug #1590690] * Allow playing FLAC files with an ID3 tag at the start. * Fix some crashes caused by MP3 files (and possibly others) being misdetected as AAC. @ text @d1 1 a1 1 $NetBSD: patch-be,v 1.6 2006/08/06 10:36:50 wiz Exp $ d3 1 a3 1 --- src/audio_out/Makefile.in.orig 2006-12-03 19:40:26.000000000 +0000 d5 1 a5 1 @@@@ -483,6 +483,7 @@@@ OBJDUMP = @@OBJDUMP@@ d13 1 a13 1 @@@@ -673,7 +674,7 @@@@ xineplug_ao_out_file_la_LIBADD = $(XINE_ d17 2 a18 2 -xineplug_ao_out_oss_la_LIBADD = $(XINE_LIB) +xineplug_ao_out_oss_la_LIBADD = $(XINE_LIB) $(OSS_LIBS) @ 1.6 log @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 @ text @d1 1 a1 1 $NetBSD: patch-be,v 1.5 2005/10/13 10:48:01 jmmv Exp $ d3 1 a3 1 --- src/audio_out/Makefile.in.orig 2005-10-09 13:28:00.000000000 +0200 d5 2 a6 2 @@@@ -473,6 +473,7 @@@@ OGG_CFLAGS = @@OGG_CFLAGS@@ OGG_LIBS = @@OGG_LIBS@@ d13 3 a15 3 @@@@ -665,7 +666,7 @@@@ xineplug_ao_out_file_la_SOURCES = audio_ xineplug_ao_out_file_la_LIBADD = $(XINE_LIB) xineplug_ao_out_file_la_LDFLAGS = -avoid-version -module @@XINE_PLUGIN_MIN_SYMS@@ d19 2 a20 1 xineplug_ao_out_oss_la_LDFLAGS = -avoid-version -module @@XINE_PLUGIN_MIN_SYMS@@ a21 1 xineplug_ao_out_alsa_la_LIBADD = $(ALSA_LIBS) $(XINE_LIB) @ 1.6.2.1 log @Pullup ticket 1948 - requested by abs security update for xine-lib Revisions pulled up: - pkgsrc/multimedia/xine-lib/Makefile 1.42 - pkgsrc/multimedia/xine-lib/Makefile.common 1.36 - pkgsrc/multimedia/xine-lib/distinfo 1.38 - pkgsrc/multimedia/xine-lib/patches/patch-aa 1.5 - pkgsrc/multimedia/xine-lib/patches/patch-ab 1.4 - pkgsrc/multimedia/xine-lib/patches/patch-ac 1.3 - pkgsrc/multimedia/xine-lib/patches/patch-ae 1.3 - pkgsrc/multimedia/xine-lib/patches/patch-ag 1.14 - pkgsrc/multimedia/xine-lib/patches/patch-ah 1.3 - pkgsrc/multimedia/xine-lib/patches/patch-ai 1.3 - pkgsrc/multimedia/xine-lib/patches/patch-ao 1.11 - pkgsrc/multimedia/xine-lib/patches/patch-ap 1.3 - pkgsrc/multimedia/xine-lib/patches/patch-av 1.3 - pkgsrc/multimedia/xine-lib/patches/patch-az 1.2 - pkgsrc/multimedia/xine-lib/patches/patch-bb removed - pkgsrc/multimedia/xine-lib/patches/patch-bd 1.2 - pkgsrc/multimedia/xine-lib/patches/patch-be 1.7 - pkgsrc/multimedia/xine-lib/patches/patch-bg 1.3 - pkgsrc/multimedia/xine-lib/patches/patch-bh removed - pkgsrc/multimedia/xine-lib/patches/patch-da 1.2 - pkgsrc/multimedia/xine-lib/patches/patch-db 1.2 - pkgsrc/multimedia/xine-lib/patches/patch-dc 1.2 Module Name: pkgsrc Committed By: abs Date: Fri Dec 8 09:24:26 UTC 2006 Modified Files: pkgsrc/multimedia/xine-lib: Makefile Makefile.common distinfo pkgsrc/multimedia/xine-lib/patches: patch-aa patch-ab patch-ac patch-ae patch-ag patch-ah patch-ai patch-ao patch-ap patch-av patch-az patch-bd patch-be patch-bg patch-da patch-db patch-dc Removed Files: pkgsrc/multimedia/xine-lib/patches: patch-bb patch-bh Log Message: Update xine-lib to 1.1.3 * Security fixes: - Heap overflow in libmms (related to CVE-2006-2200) - Buffer overrun in Real Media input plugin. [bug #1603458] Thanks to Roland Kay for reporting and JW for the patch. * Update build system to support x86 Darwin setups, and merge patches to support Darwin OS better. * Replace custom ALSA check with pkg-config check, and make sure 0.9.0 is the requried version. * When the compiler supports it, enable hidden visibility for all the plugins to export only the plugin info entry (and eventual needed special functions), to replace the min-symtab option that wasn't working. * Add "m4b" to the list of supported file extensions for the Qt demuxer, to allow playing (unprotected) audiobooks in AAC format. * Remove --disable-fpic hack, prefer using --without-pic instead. * Add new output plugin: PulseAudio (based on PolypAudio plugin), that uses 0.9 API (PulseAudio is PolypAudio renamed). * Remove PolypAudio plugin, latest version supported 0.7 API that is no more supported by upstream, and it's replaced by PulseAudio. * Allow 0 for DVD title/chapter (navigation or full title). * New experimental JACK audio driver. * Fix switch from alsa/dmix 2.0 to 5.1 [bug #1226595] * Don't use proxy for localhost connection. [bug #1553633] * Use mmap() to open local files if available. * Use pkg-config to look for external FFmpeg. * Allow FFmpeg to play MP3s in case MAD is not present. * Reduce the dead time when trying to connect to dead hosts, by falling back to non-blocking sockets on the last address found for an host, and allowing users to provide a connection timeout. [bug #1550844] * Return the correct error message to frontends when a file is inaccessible or the network connection is broken. [bug #1550763] * Support libcaca 0.99, thanks to cjacker huang. * Fix crash on video-only WMV streams. [bug #1564598] * Report audio stream on Shorten files (required for Amarok to play them). * Optionally use fontconfig to look up fonts to use for OSD. [bug #1551042] * Prefer FreeType2 rendered fonts to bitmap fonts. * Stone age platforms update * Enabled TrueSpeech codec * New X11 visual type: xine-lib may now use frontend's mutex/lock mechanism instead of XLockDisplay/XUnlockDisplay. * Allow playing of OggFlac files. [bug #1590690] * Allow playing FLAC files with an ID3 tag at the start. * Fix some crashes caused by MP3 files (and possibly others) being misdetected as AAC. @ text @d1 1 a1 1 $NetBSD: patch-be,v 1.7 2006/12/08 09:24:26 abs Exp $ d3 1 a3 1 --- src/audio_out/Makefile.in.orig 2006-12-03 19:40:26.000000000 +0000 d5 2 a6 2 @@@@ -483,6 +483,7 @@@@ OBJDUMP = @@OBJDUMP@@ OBJEXT = @@OBJEXT@@ d13 3 a15 3 @@@@ -673,7 +674,7 @@@@ xineplug_ao_out_file_la_LIBADD = $(XINE_ xineplug_ao_out_file_la_CFLAGS = $(VISIBILITY_FLAG) xineplug_ao_out_file_la_LDFLAGS = -avoid-version -module d19 1 a19 2 xineplug_ao_out_oss_la_CFLAGS = $(VISIBILITY_FLAG) xineplug_ao_out_oss_la_LDFLAGS = -avoid-version -module d21 1 @ 1.5 log @Update to 1.0.3a. Man... I hate this package in its actual form... it's completely unmaintenable. Changes: * fixed format string vulnerability in audio CD input plugin * some build system fixes for Windows @ text @d1 1 a1 1 $NetBSD: patch-be,v 1.4 2005/07/29 16:09:11 drochner Exp $ d5 1 a5 1 @@@@ -197,6 +197,7 @@@@ OGG_CFLAGS = @@OGG_CFLAGS@@ d11 4 a14 3 PASS1_CFLAGS = @@PASS1_CFLAGS@@ PASS2_CFLAGS = @@PASS2_CFLAGS@@ @@@@ -337,7 +338,7 @@@@ xineplug_ao_out_file_la_LIBADD = $(XINE_ a15 1 a19 1 d21 1 @ 1.4 log @update to 1.0.2 changes: * fixed playback of single-session Real RTSP streams, such as rtsp://stream.samurai.fm/broadcast/live_hi.rm * fixed xxmc / xvmc mocomp / IDCT rendering errors caused by the big update. * support --enable-fpic with recent versions of gcc * clip goom fps value to >= 1 [bug #1193783] * fixed xvmc plugin segfault when it tried software blending on nonexistant xv image * cleaned up libmpeg2 behaviour on xxmc plugin abrupt software fallback * use -fno-inline-functions with gcc < 3.4.0 (bug known to be in 3.3.5) * fix xxmc plugin wanting to change vld xvmc context when stream changes from non-interlaced to interlaced [bug #1194350] * speed up xx44 alphablending of large transparent areas * stop libmpeg2 XvMC IDCT / MOCOMP attempting software motion compensation [bug #1194754] * improve xxmc cpu-usage for IDCT / MOCOMP acceleration through better locking [bug #1195282] * gcc4 build patches [bug #1175002] * don't assume that file is in /usr/bin (build fix) [bug #1195539] * plugin loader fixes - could cause xine to lock up hard on startup [bug #1196819] * Fix xxmc bob deinterlacing for field-coded interlaced streams * Fix LE_64/BE_64 macros on non-x86 plataforms. may fixes issues with some demuxers like avi, asf and ogg. * sputext improvements/workarounds * add a new error message when a file we tried to play is an empty (zero-sized) file * be more POSIX-compliant (head, tail) (build fix) * fixed deadlock when libxine was called from the event listener thread and tried to flush all pending events. * Added xine(5), documenting MRL syntax. * allow playing just a single title/chapter from dvd (useful for extracting audio - check media.dvd.play_single_chapter) * new stream infos allows frontends to query current title/chapter/angle on dvds * new upmix_mono audio post plugin to convert mono to stereo * added --with-external-a52dec and --with-external-libmad switches * fix a locking bug which affects configuration callback functions @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- src/audio_out/Makefile.in.orig 2005-07-26 20:32:23.000000000 +0200 d5 1 a5 1 @@@@ -449,6 +449,7 @@@@ OGG_CFLAGS = @@OGG_CFLAGS@@ d11 3 a13 4 PACKAGE_BUGREPORT = @@PACKAGE_BUGREPORT@@ PACKAGE_NAME = @@PACKAGE_NAME@@ @@@@ -640,7 +641,7 @@@@ xineplug_ao_out_file_la_SOURCES = audio_ xineplug_ao_out_file_la_LIBADD = $(XINE_LIB) d15 1 d20 1 a21 1 xineplug_ao_out_alsa_la_LIBADD = $(ALSA_LIBS) $(XINE_LIB) @ 1.4.2.1 log @Pullup ticket 828 - requested by Julio M. Merino Vidal security update and portability fixes for xine-lib Revisions pulled up: - pkgsrc/multimedia/xine-lib/Makefile 1.26 - pkgsrc/multimedia/xine-lib/Makefile.common 1.28 - pkgsrc/multimedia/xine-lib/PLIST.FreeBSD 1.2 - pkgsrc/multimedia/xine-lib/PLIST.Linux 1.7 - pkgsrc/multimedia/xine-lib/PLIST.NetBSD 1.6 - pkgsrc/multimedia/xine-lib/PLIST.SunOS 1.2 - pkgsrc/multimedia/xine-lib/PLIST.common 1.13 - pkgsrc/multimedia/xine-lib/PLIST.common_end 1.5 - pkgsrc/multimedia/xine-lib/PLIST.i386 1.4 - pkgsrc/multimedia/xine-lib/buildlink3.mk 1.11 - pkgsrc/multimedia/xine-lib/distinfo 1.23, 1.24 - pkgsrc/multimedia/xine-lib/patches/patch-aa 1.4 - pkgsrc/multimedia/xine-lib/patches/patch-ab 1.3 - pkgsrc/multimedia/xine-lib/patches/patch-ag 1.9, 1.10 - pkgsrc/multimedia/xine-lib/patches/patch-ai 1.2 - pkgsrc/multimedia/xine-lib/patches/patch-aj removed - pkgsrc/multimedia/xine-lib/patches/patch-ao 1.9 - pkgsrc/multimedia/xine-lib/patches/patch-au removed - pkgsrc/multimedia/xine-lib/patches/patch-be 1.5 - pkgsrc/multimedia/xine-lib/patches/patch-bi 1.2 - pkgsrc/multimedia/xine-lib/patches/patch-cd 1.1 - pkgsrc/multimedia/xine-lib/patches/patch-ce 1.1 Module Name: pkgsrc Committed By: joerg Date: Mon Oct 10 22:51:04 UTC 2005 Modified Files: pkgsrc/multimedia/xine-lib: distinfo pkgsrc/multimedia/xine-lib/patches: patch-ag Added Files: pkgsrc/multimedia/xine-lib/patches: patch-cd Log Message: Allowing building on DragonFly. --- Module Name: pkgsrc Committed By: jmmv Date: Thu Oct 13 10:48:01 UTC 2005 Modified Files: pkgsrc/multimedia/xine-lib: Makefile Makefile.common PLIST.FreeBSD PLIST.Linux PLIST.NetBSD PLIST.SunOS PLIST.common PLIST.common_end PLIST.i386 buildlink3.mk distinfo pkgsrc/multimedia/xine-lib/patches: patch-aa patch-ab patch-ag patch-ai patch-ao patch-be patch-bi Added Files: pkgsrc/multimedia/xine-lib/patches: patch-ce Removed Files: pkgsrc/multimedia/xine-lib/patches: patch-aj patch-au Log Message: Update to 1.0.3a. Man... I hate this package in its actual form... it's completely unmaintenable. Changes: * fixed format string vulnerability in audio CD input plugin * some build system fixes for Windows @ text @d1 1 a1 1 $NetBSD: patch-be,v 1.5 2005/10/13 10:48:01 jmmv Exp $ d3 1 a3 1 --- src/audio_out/Makefile.in.orig 2005-10-09 13:28:00.000000000 +0200 d5 1 a5 1 @@@@ -197,6 +197,7 @@@@ OGG_CFLAGS = @@OGG_CFLAGS@@ d11 4 a14 3 PASS1_CFLAGS = @@PASS1_CFLAGS@@ PASS2_CFLAGS = @@PASS2_CFLAGS@@ @@@@ -337,7 +338,7 @@@@ xineplug_ao_out_file_la_LIBADD = $(XINE_ a15 1 a19 1 d21 1 @ 1.3 log @update to 1.0.1 changes: -Big XvMC quality / correctness / cpu-usage fix -added support for WMA Voice codec -support for Windows Media Audio Lossless -bugfixes -security fixes (were already patched in pkgsrc) also add a patch to correct the path for win32 codecs, needed if xine-lib in embedded into other applications (as totem) @ text @d3 1 a3 1 --- src/audio_out/Makefile.in.orig 2005-04-26 10:15:23.000000000 +0200 d5 1 a5 1 @@@@ -306,6 +306,7 @@@@ OGG_CFLAGS = @@OGG_CFLAGS@@ d13 2 a14 1 @@@@ -509,7 +510,7 @@@@ xineplug_ao_out_file_la_LIBADD = $(XINE_ a15 1 a19 1 d21 1 @ 1.2 log @update to 1.0 changes: -security issue regarding the AIFF demuxer (CAN-2004-1300) -Xv plugin dynamically linked again -some fixes @ text @d3 1 a3 1 --- src/audio_out/Makefile.in.orig 2004-12-25 23:34:57.000000000 +0100 d5 1 a5 1 @@@@ -437,6 +437,7 @@@@ OGG_CFLAGS = @@OGG_CFLAGS@@ d13 1 a13 2 @@@@ -623,7 +624,7 @@@@ xineplug_ao_out_file_la_SOURCES = audio_ xineplug_ao_out_file_la_LIBADD = $(XINE_LIB) d15 1 d20 1 a21 1 xineplug_ao_out_alsa_la_LIBADD = $(ALSA_LIBS) $(XINE_LIB) @ 1.1 log @Some fixes for this package: * Build the oss audio plugin, fix hardcoded audio device. * When Mesa is used the opengl plugin is not built, check this via USE_BUILTIN.{MesaLib,glu}. * Fix some tests in configure.ac. * Add PLIST.common_end to remove directories, otherwise the dirs are not removed correctly. More changes to come in the future for configure.ac... Bump PKGREVISION. @ text @d3 3 a5 3 --- src/audio_out/Makefile.in.orig 2004-12-15 14:02:27.000000000 +0100 +++ src/audio_out/Makefile.in 2004-12-23 02:16:38.000000000 +0100 @@@@ -310,6 +310,7 @@@@ d13 2 a14 1 @@@@ -508,7 +509,7 @@@@ a15 1 a19 1 d21 1 @