diff options
author | obache <obache@pkgsrc.org> | 2010-12-23 10:46:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-12-23 10:46:05 +0000 |
commit | 8a8c10ccb4ed597d03b89dfad6e2923068e73c23 (patch) | |
tree | f7211e957a0673f94b3f7380ef7c845a22000f15 | |
parent | b2ee92dafa66db5be02f9bb71ad258f03f05493d (diff) | |
download | pkgsrc-8a8c10ccb4ed597d03b89dfad6e2923068e73c23.tar.gz |
Disable real-codecs exactly.
It is not widely available or broken (disabled on Darwin in configure,
or build failure on DragonFly as PR#43640).
Furthermore, paths for codecs is not adjusted for pkgsrc.
Bump PKGREVISION.
-rw-r--r-- | multimedia/xine-lib/Makefile | 5 | ||||
-rw-r--r-- | multimedia/xine-lib/PLIST.common | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index 35fa9125c4a..767ae433c1d 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.81 2010/09/16 09:49:43 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2010/12/23 10:46:05 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Multimedia player library CONFLICTS+= xine-xcb-[0-9]* CONFIGURE_ARGS+= --disable-v4l +CONFIGURE_ARGS+= --disable-real-codecs BUILDLINK_API_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1 diff --git a/multimedia/xine-lib/PLIST.common b/multimedia/xine-lib/PLIST.common index 95cf7e26101..9108aff4b25 100644 --- a/multimedia/xine-lib/PLIST.common +++ b/multimedia/xine-lib/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.30 2010/09/16 09:49:43 wiz Exp $ +@comment $NetBSD: PLIST.common,v 1.31 2010/12/23 10:46:05 obache Exp $ bin/xine-config bin/xine-list-1.1 include/xine.h @@ -87,8 +87,6 @@ lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mpeg2.a lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_mpeg2.so lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_nsf.a lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_nsf.so -lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_real.a -lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_real.so lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_rgb.a lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_rgb.so lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_speex.a |