pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/xine-lib Do not install the esound audio plug...
details: https://anonhg.NetBSD.org/pkgsrc/rev/772724a967d1
branches: trunk
changeset: 466747:772724a967d1
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Jan 22 16:03:45 2004 +0000
description:
Do not install the esound audio plugin. While here, split the Makefile
in two parts in preparation for the shortcoming xine-arts and xine-esound
packages. Bump PKGREVISION to 3.
diffstat:
graphics/xine-lib/Makefile | 39 +++----------------------------------
graphics/xine-lib/Makefile.common | 40 +++++++++++++++++++++++++++++++++++++++
graphics/xine-lib/PLIST | 4 +--
3 files changed, 45 insertions(+), 38 deletions(-)
diffs (125 lines):
diff -r ef6c8a8fb5fc -r 772724a967d1 graphics/xine-lib/Makefile
--- a/graphics/xine-lib/Makefile Thu Jan 22 15:53:55 2004 +0000
+++ b/graphics/xine-lib/Makefile Thu Jan 22 16:03:45 2004 +0000
@@ -1,55 +1,24 @@
-# $NetBSD: Makefile,v 1.16 2003/12/08 14:41:40 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/22 16:03:45 jmmv Exp $
#
-DISTNAME= xine-lib-1-rc0a
-PKGNAME= xine-lib-1rc0a
-PKGREVISION= 2
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
+.include "Makefile.common"
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://xinehq.de/
-COMMENT= Multimedia player library
+PKGREVISION= 3
-BUILD_USES_MSGFMT= YES
.if ${MACHINE_ARCH} == "i386"
-DEPENDS+= win32-codecs>=011227:../../graphics/win32-codecs
+DEPENDS+= win32-codecs>=011227:../../graphics/win32-codecs
PLIST_SRC= ${PKGDIR}/PLIST.i386
.endif
PLIST_SRC+= ${PKGDIR}/PLIST
-GNU_CONFIGURE= YES
-USE_PKGLOCALEDIR= YES
-USE_BUILDLINK2= YES
-USE_LIBTOOL= YES
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool-nofpic
-PKGCONFIG_OVERRIDE= ${WRKSRC}/misc/libxine.pc.in
-USE_GMAKE= yes
-
-CONFIGURE_ARGS+= --with-w32-path='${PREFIX}/lib/win32'
-CONFIGURE_ENV+= have_libpng="yes"
-CONFIGURE_ENV+= PNG_CFLAGS="-I${PREFIX}/include"
-CONFIGURE_ENV+= PNG_LIBS="-L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lpng"
-
-.if !exists(${X11BASE}/lib/libXv.so)
-PLIST_SUBST+= XV_WORKAROUND="@comment "
-.else
-PLIST_SUBST+= XV_WORKAROUND=""
-.endif
-
-.include "../../audio/esound/buildlink2.mk"
.include "../../audio/flac/buildlink2.mk"
.include "../../audio/libvorbis/buildlink2.mk"
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"
.include "../../graphics/aalib/buildlink2.mk"
-.include "../../graphics/freetype2/buildlink2.mk"
.include "../../graphics/Mesa/buildlink2.mk"
.include "../../graphics/mng/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/xvidcore/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff -r ef6c8a8fb5fc -r 772724a967d1 graphics/xine-lib/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/xine-lib/Makefile.common Thu Jan 22 16:03:45 2004 +0000
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile.common,v 1.1 2004/01/22 16:03:45 jmmv Exp $
+#
+
+DISTNAME= xine-lib-1-rc0a
+PKGNAME= xine-lib-1rc0a
+CATEGORIES?= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://xinehq.de/
+COMMENT= Multimedia player library
+
+DISTINFO_FILE= ${.CURDIR}/../../graphics/xine-lib/distinfo
+PATCHDIR= ${.CURDIR}/../../graphics/xine-lib/patches
+
+BUILD_USES_MSGFMT= YES
+
+GNU_CONFIGURE= YES
+USE_PKGLOCALEDIR= YES
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool-nofpic
+PKGCONFIG_OVERRIDE= ${WRKSRC}/misc/libxine.pc.in
+USE_GNU_TOOLS+= make
+
+CONFIGURE_ARGS+= --with-w32-path='${PREFIX}/lib/win32'
+CONFIGURE_ENV+= have_libpng="yes"
+CONFIGURE_ENV+= PNG_CFLAGS="-I${PREFIX}/include"
+CONFIGURE_ENV+= PNG_LIBS="-L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lpng"
+
+.if !exists(${X11BASE}/lib/libXv.so)
+PLIST_SUBST+= XV_WORKAROUND="@comment "
+.else
+PLIST_SUBST+= XV_WORKAROUND=""
+.endif
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../graphics/freetype2/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
diff -r ef6c8a8fb5fc -r 772724a967d1 graphics/xine-lib/PLIST
--- a/graphics/xine-lib/PLIST Thu Jan 22 15:53:55 2004 +0000
+++ b/graphics/xine-lib/PLIST Thu Jan 22 16:03:45 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2003/11/05 21:33:42 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/01/22 16:03:45 jmmv Exp $
bin/xine-config
include/xine.h
include/xine/attributes.h
@@ -48,8 +48,6 @@
${XV_WORKAROUND}lib/xine/plugins/1.0.0/post/xineplug_post_tvtime.so
lib/xine/plugins/1.0.0/post/xineplug_post_visualizations.a
lib/xine/plugins/1.0.0/post/xineplug_post_visualizations.so
-lib/xine/plugins/1.0.0/xineplug_ao_out_esd.a
-lib/xine/plugins/1.0.0/xineplug_ao_out_esd.so
lib/xine/plugins/1.0.0/xineplug_ao_out_none.a
lib/xine/plugins/1.0.0/xineplug_ao_out_none.so
lib/xine/plugins/1.0.0/xineplug_ao_out_sun.a
Home |
Main Index |
Thread Index |
Old Index