pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update to 1.1.2, provided by Kimura Fuyuki in PR 34107.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7edab02ba84d
branches:  trunk
changeset: 517189:7edab02ba84d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 06 10:36:50 2006 +0000

description:
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:

 audio/xine-arts/Makefile             |   7 +-
 audio/xine-arts/PLIST                |   4 +-
 audio/xine-esound/Makefile           |   7 +-
 audio/xine-esound/PLIST              |   4 +-
 multimedia/xine-lib/Makefile         |  11 ++--
 multimedia/xine-lib/Makefile.common  |  11 ++--
 multimedia/xine-lib/PLIST.common     |   8 ++-
 multimedia/xine-lib/PLIST.common_end |   4 +-
 multimedia/xine-lib/distinfo         |  35 ++++---------
 multimedia/xine-lib/patches/patch-af |  17 -------
 multimedia/xine-lib/patches/patch-ag |  87 +++++++++++++++++------------------
 multimedia/xine-lib/patches/patch-ak |  17 ++----
 multimedia/xine-lib/patches/patch-am |  25 ----------
 multimedia/xine-lib/patches/patch-an |  11 +----
 multimedia/xine-lib/patches/patch-ao |  32 ++++++------
 multimedia/xine-lib/patches/patch-aq |  83 ----------------------------------
 multimedia/xine-lib/patches/patch-ar |  13 -----
 multimedia/xine-lib/patches/patch-at |  13 -----
 multimedia/xine-lib/patches/patch-au |  45 ------------------
 multimedia/xine-lib/patches/patch-ax |  18 -------
 multimedia/xine-lib/patches/patch-ay |  19 -------
 multimedia/xine-lib/patches/patch-ba |  13 -----
 multimedia/xine-lib/patches/patch-bb |   6 +-
 multimedia/xine-lib/patches/patch-bc |  12 ----
 multimedia/xine-lib/patches/patch-be |  14 ++--
 multimedia/xine-lib/patches/patch-bh |  13 -----
 multimedia/xine-lib/patches/patch-bi |  22 ---------
 multimedia/xine-lib/patches/patch-cb |  27 ++++++----
 multimedia/xine-lib/patches/patch-ce |  22 ---------
 29 files changed, 132 insertions(+), 468 deletions(-)

diffs (truncated from 944 to 300 lines):

diff -r 7763c1b20032 -r 7edab02ba84d audio/xine-arts/Makefile
--- a/audio/xine-arts/Makefile  Sun Aug 06 10:28:36 2006 +0000
+++ b/audio/xine-arts/Makefile  Sun Aug 06 10:36:50 2006 +0000
@@ -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 @@
 
 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 -r 7763c1b20032 -r 7edab02ba84d audio/xine-arts/PLIST
--- a/audio/xine-arts/PLIST     Sun Aug 06 10:28:36 2006 +0000
+++ b/audio/xine-arts/PLIST     Sun Aug 06 10:36:50 2006 +0000
@@ -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 -r 7763c1b20032 -r 7edab02ba84d audio/xine-esound/Makefile
--- a/audio/xine-esound/Makefile        Sun Aug 06 10:28:36 2006 +0000
+++ b/audio/xine-esound/Makefile        Sun Aug 06 10:36:50 2006 +0000
@@ -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 @@
 
 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 -r 7763c1b20032 -r 7edab02ba84d audio/xine-esound/PLIST
--- a/audio/xine-esound/PLIST   Sun Aug 06 10:28:36 2006 +0000
+++ b/audio/xine-esound/PLIST   Sun Aug 06 10:36:50 2006 +0000
@@ -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
diff -r 7763c1b20032 -r 7edab02ba84d multimedia/xine-lib/Makefile
--- a/multimedia/xine-lib/Makefile      Sun Aug 06 10:28:36 2006 +0000
+++ b/multimedia/xine-lib/Makefile      Sun Aug 06 10:36:50 2006 +0000
@@ -1,15 +1,12 @@
-# $NetBSD: Makefile,v 1.39 2006/07/24 20:42:07 drochner Exp $
+# $NetBSD: Makefile,v 1.40 2006/08/06 10:36:50 wiz Exp $
 
 .include "Makefile.common"
 
-PKGREVISION=           11
-
 COMMENT=               Multimedia player library
 
 BUILDLINK_API_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1
 
-SUBST_CLASSES+=                oss w32path
-
+SUBST_CLASSES+=                oss
 SUBST_STAGE.oss=       post-patch
 SUBST_FILES.oss=       src/audio_out/audio_oss_out.c
 SUBST_SED.oss=         -e "s,/dev/dsp,${DEVOSSAUDIO},g"
@@ -18,8 +15,9 @@
 .endif
 SUBST_MESSAGE.oss=     Fixing hardcoded audio device.
 
+SUBST_CLASSES+=                w32path
 SUBST_STAGE.w32path=   post-patch
-SUBST_FILES.w32path=   src/libw32dll/wine/module.c
+SUBST_FILES.w32path=   src/libw32dll/common.c
 SUBST_SED.w32path=     -e "s,@W32PATH@,${PREFIX}/lib/win32,"
 SUBST_MESSAGE.w32path= Fixing win32 dll path.
 
@@ -31,6 +29,7 @@
 .include "../../audio/speex/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/ImageMagick/buildlink3.mk"
 .include "../../graphics/Mesa/buildlink3.mk"
 .include "../../graphics/aalib/buildlink3.mk"
 .include "../../graphics/mng/buildlink3.mk"
diff -r 7763c1b20032 -r 7edab02ba84d multimedia/xine-lib/Makefile.common
--- a/multimedia/xine-lib/Makefile.common       Sun Aug 06 10:28:36 2006 +0000
+++ b/multimedia/xine-lib/Makefile.common       Sun Aug 06 10:36:50 2006 +0000
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile.common,v 1.34 2006/07/21 14:27:56 jlam Exp $
+# $NetBSD: Makefile.common,v 1.35 2006/08/06 10:36:50 wiz Exp $
 #
 
-DISTNAME=              xine-lib-${XINE_LIB_VER}a
-XINE_PKGNAME=          xine-lib-${XINE_LIB_VER}a
+DISTNAME=              xine-lib-${XINE_LIB_VER}
+XINE_PKGNAME=          xine-lib-${XINE_LIB_VER}
 PKGNAME?=              ${XINE_PKGNAME}
 CATEGORIES?=           multimedia
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=xine/}
+EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://xinehq.de/
 
-XINE_LIB_VER=          1.0.3
+XINE_LIB_VER=          1.1.2
 PLIST_SUBST+=          XINE_LIB_VER=${XINE_LIB_VER:Q}
 
 DISTINFO_FILE=         ${.CURDIR}/../../multimedia/xine-lib/distinfo
@@ -22,7 +23,7 @@
 LIBTOOL_OVERRIDE=      libtool libtool-nofpic
 PKGCONFIG_OVERRIDE=    misc/libxine.pc.in
 USE_TOOLS+=            autoconf gmake msgfmt pkg-config
-WRKSRC=                        ${WRKDIR}/xine-lib-1.0.3
+WRKSRC=                        ${WRKDIR}/xine-lib-1.1.2
 
 CONFIGURE_ARGS+=       --with-w32-path='${PREFIX}/lib/win32'
 CONFIGURE_ARGS+=       --without-external-ffmpeg --disable-ffmpegtest
diff -r 7763c1b20032 -r 7edab02ba84d multimedia/xine-lib/PLIST.common
--- a/multimedia/xine-lib/PLIST.common  Sun Aug 06 10:28:36 2006 +0000
+++ b/multimedia/xine-lib/PLIST.common  Sun Aug 06 10:36:50 2006 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST.common,v 1.15 2006/04/17 07:07:30 jlam Exp $
+@comment $NetBSD: PLIST.common,v 1.16 2006/08/06 10:36:50 wiz Exp $
 bin/xine-config
 include/xine.h
+include/xine/alphablend.h
+include/xine/array.h
 include/xine/attributes.h
 include/xine/audio_decoder.h
 include/xine/audio_out.h
@@ -12,14 +14,18 @@
 include/xine/info_helper.h
 include/xine/input_plugin.h
 include/xine/io_helper.h
+include/xine/list.h
 include/xine/metronom.h
 include/xine/os_types.h
 include/xine/osd.h
 include/xine/plugin_catalog.h
+include/xine/pool.h
 include/xine/post.h
 include/xine/refcounter.h
 include/xine/resample.h
+include/xine/ring_buffer.h
 include/xine/scratch.h
+include/xine/sorted_array.h
 include/xine/spu_decoder.h
 include/xine/video_decoder.h
 include/xine/video_out.h
diff -r 7763c1b20032 -r 7edab02ba84d multimedia/xine-lib/PLIST.common_end
--- a/multimedia/xine-lib/PLIST.common_end      Sun Aug 06 10:28:36 2006 +0000
+++ b/multimedia/xine-lib/PLIST.common_end      Sun Aug 06 10:36:50 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common_end,v 1.6 2006/01/13 08:42:30 martti Exp $
+@comment $NetBSD: PLIST.common_end,v 1.7 2006/08/06 10:36:50 wiz Exp $
 @dirrm share/xine/libxine1/fonts
 @dirrm share/xine/libxine1
 @dirrm share/xine
@@ -8,7 +8,7 @@
 @exec ${MKDIR} %D/lib/xine/plugins/${XINE_LIB_VER}/vidix
 @dirrm lib/xine/plugins/${XINE_LIB_VER}/vidix
 @dirrm lib/xine/plugins/${XINE_LIB_VER}/post
-@dirrm lib/xine/plugins/1.0.3
+@dirrm lib/xine/plugins/${XINE_LIB_VER}
 @dirrm lib/xine/plugins
 @dirrm lib/xine
 @dirrm include/xine
diff -r 7763c1b20032 -r 7edab02ba84d multimedia/xine-lib/distinfo
--- a/multimedia/xine-lib/distinfo      Sun Aug 06 10:28:36 2006 +0000
+++ b/multimedia/xine-lib/distinfo      Sun Aug 06 10:36:50 2006 +0000
@@ -1,42 +1,29 @@
-$NetBSD: distinfo,v 1.34 2006/07/24 20:42:07 drochner Exp $
+$NetBSD: distinfo,v 1.35 2006/08/06 10:36:50 wiz Exp $
 
-SHA1 (xine-lib-1.0.3a.tar.gz) = 2efe9bc3d85659731e8c679d2c60901a6101f17b
-RMD160 (xine-lib-1.0.3a.tar.gz) = 335abfaa46c4592a22246f75c3a455cd87b7cdc4
-Size (xine-lib-1.0.3a.tar.gz) = 7295526 bytes
+SHA1 (xine-lib-1.1.2.tar.bz2) = 07e454e2287e34414b598faf78ae6d8ab8ffbb69
+RMD160 (xine-lib-1.1.2.tar.bz2) = 21322d6d7e085237926741495d70f5ce7764910b
+Size (xine-lib-1.1.2.tar.bz2) = 6457108 bytes
 SHA1 (patch-aa) = 8218d6415878fb99ebf533eb9d60c9ffebbed274
 SHA1 (patch-ab) = c83f1826eabbc53e868ea4a532efda7f7ac8a4b7
 SHA1 (patch-ac) = 7959d6d3599c9debe79b1b4a5749b6af714588a0
 SHA1 (patch-ad) = 94aaac03f74c72a1ca753d1320aac07d1bb8a846
 SHA1 (patch-ae) = 401dccaa31f391746f35a574d4abc71154d001ae
-SHA1 (patch-af) = f190e1595e1644b844bdc3d9e19975c03e73bb55
-SHA1 (patch-ag) = 5ad6e5e40d1fb8eeb3bf06e406ab4c67e69df3b1
+SHA1 (patch-ag) = 27d3b41552725c8787374ec3368ce2c338e31bb9
 SHA1 (patch-ah) = a6e62210766a9f9f518413940eac5e857e1aabc4
 SHA1 (patch-ai) = f51423976056637f92366d9ccee6b97837ffc934
 SHA1 (patch-aj) = 4215c3bc37cf636e563a509f9a391081ed8e773b
-SHA1 (patch-ak) = 34b41bf29efeb1d0fa29b22d419d7665e33d2cb2
+SHA1 (patch-ak) = 744f59d1b9e40983f25bb532db1a5d4e92be6fbe
 SHA1 (patch-al) = 9e3ad86a7d7f32e58de157fa37141138af10838e
-SHA1 (patch-am) = 10f6433a8549bdce60ace5dcbd51df85eaa7ea16
-SHA1 (patch-an) = 35d19acaefc126825bf8391ba4ef46b680a71dfb
-SHA1 (patch-ao) = c5bbffceb34516951d2f19558bb6e082376ab195
+SHA1 (patch-an) = ba1ba429c13d3695cca5df4f00dd380aa98f03fa
+SHA1 (patch-ao) = 1bc8c9f9a0a2c711381892dcc0dafef1fb16054a
 SHA1 (patch-ap) = aaf63024c1049c1f2175d9974367a6b84ac3028f
-SHA1 (patch-aq) = 6f486b79dcb14155f613df44b10ef8223b44167e
-SHA1 (patch-ar) = c0053ebca44544c42e39aab775e8441b6e9faa30
 SHA1 (patch-as) = a0a93a256589e87a66eef31494441aa1b200f834
-SHA1 (patch-at) = 77bfc49591b50f3591b12c5f37a2a55d8ff8df66
-SHA1 (patch-au) = d125fe1852d57caf5e93ed66b5b65061ae03c9e5
 SHA1 (patch-av) = 635ec9b332cacc02882822d8f78871f1d9377d27
 SHA1 (patch-aw) = 78ab44197a6b9f85e4b272d522ce254de4d557dc
-SHA1 (patch-ax) = 18101c0a19f510455496fc75a10eebf3b28acde9
-SHA1 (patch-ay) = 9e2a551de0cf00b4801809b9893734e0d63878ce
 SHA1 (patch-az) = e2d392fb295d51d90dc5fa6b672bcac9dcd5a04f
-SHA1 (patch-ba) = c4a5fbe9d88d21a90fe01359ace7831f2a865c86
-SHA1 (patch-bb) = 40978e50dcb060a2b8314b310a68684e62e90bc2
-SHA1 (patch-bc) = 21e923dadcd9d0872574a60ca16487f17774044c
+SHA1 (patch-bb) = 23b387a4bd1877081eeddb5a2ecdd2b697eb224f
 SHA1 (patch-bd) = 5352293022da25b08598d42655af2524ff99b28a
-SHA1 (patch-be) = 78dc9f32b5861fbe6195c26d56aefea6684610e9
+SHA1 (patch-be) = d076593d15c58762e84f53964fb90c61873e7a45
 SHA1 (patch-bg) = aa1a8960d597113825993be59db45644a620e99d
-SHA1 (patch-bh) = ad36e3953ef1b91751ec6668af3135b449dade72
-SHA1 (patch-bi) = 7433089dc41b6f1633b23edb56881d27d68e6ff8
-SHA1 (patch-cb) = 654779bd2f41f3fae1ff074f260b3a5f5e8ecda2
+SHA1 (patch-cb) = 08d9920022988d2764d941cfa8b1aa5602a0ec81
 SHA1 (patch-cd) = a080c745d08ded46db7c1173fe55350c1eb9ff33
-SHA1 (patch-ce) = 2e3abf3d88977d88c7fc8ffd3d2ead57969620d6
diff -r 7763c1b20032 -r 7edab02ba84d multimedia/xine-lib/patches/patch-af
--- a/multimedia/xine-lib/patches/patch-af      Sun Aug 06 10:28:36 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-af,v 1.3 2005/05/26 22:47:22 reed Exp $
-
---- src/video_out/video_out_sdl.c.orig Sat May  7 11:04:14 2005
-+++ src/video_out/video_out_sdl.c      Sat May  7 11:04:27 2005
-@@ -47,11 +47,7 @@
- #include <string.h>
- #include <inttypes.h>
- #include <math.h>
--#if defined (__FreeBSD__)
--# include <SDL11/SDL.h>
--#else
--# include <SDL.h>
--#endif
-+#include <SDL.h>
- 
- #define LOG_MODULE "video_out_sdl"
- #define LOG_VERBOSE
diff -r 7763c1b20032 -r 7edab02ba84d multimedia/xine-lib/patches/patch-ag
--- a/multimedia/xine-lib/patches/patch-ag      Sun Aug 06 10:28:36 2006 +0000
+++ b/multimedia/xine-lib/patches/patch-ag      Sun Aug 06 10:36:50 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.11 2005/11/01 05:39:53 reed Exp $
+$NetBSD: patch-ag,v 1.12 2006/08/06 10:36:50 wiz Exp $
 
 --- configure.ac.orig  2005-10-08 16:08:37.000000000 +0200
 +++ configure.ac
-@@ -200,7 +200,7 @@ AC_ARG_WITH(pthread-prefix, 
+@@ -196,7 +196,7 @@ AC_ARG_WITH(pthread-prefix, 
    [pthread_prefix="no"])
  
  case "$host" in
@@ -11,7 +11,7 @@
      if test x"$pthread_prefix" = "xno"; then
        pthread_prefix="/usr/local"
      fi
-@@ -437,6 +437,9 @@ AC_CHECK_LIB(socket, socket, NET_LIBS="-
+@@ -462,6 +462,9 @@ AC_CHECK_LIB(socket, socket, NET_LIBS="-
  AC_CHECK_LIB(nsl, gethostbyname, NET_LIBS="-lnsl $NET_LIBS",)
  AC_SUBST(NET_LIBS)



Home | Main Index | Thread Index | Old Index