no need for lame's no_x11 flavor anymore.
This commit is contained in:
parent
5904118839
commit
d29d0487b6
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2008/03/24 06:52:02 jakemsr Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2008/03/25 17:29:57 fgsch Exp $
|
||||
|
||||
COMMENT-main= GStreamer Streaming-media framework plug-ins
|
||||
|
||||
@ -84,7 +84,7 @@ PSEUDO_FLAVORS+= no_${PLUGIN}
|
||||
. if !${FLAVOR:L:Mno_${PLUGIN}} && !${FLAVOR:L:Mminimal}
|
||||
MULTI_PACKAGES+= -${PLUGIN}
|
||||
# also check for individual overrides below
|
||||
PKGNAME-${PLUGIN}= gstreamer-${PLUGIN}-${VERSION}p15
|
||||
PKGNAME-${PLUGIN}= gstreamer-${PLUGIN}-${VERSION}p16
|
||||
BASENAME-${PLUGIN}= gstreamer-${PLUGIN}
|
||||
. endif
|
||||
.endfor
|
||||
@ -181,7 +181,7 @@ LIB_DEPENDS-jpeg= jpeg::graphics/jpeg \
|
||||
COMMENT-lame= GStreamer plugin for encoding mp3 files using LAME
|
||||
PERMIT_PACKAGE_CDROM-lame= patent issues
|
||||
WANTLIB-lame= ${myWANTLIB}
|
||||
LIB_DEPENDS-lame= mp3lame:lame-*:audio/lame,no_x11 \
|
||||
LIB_DEPENDS-lame= mp3lame:lame-*:audio/lame \
|
||||
${myLIB_DEPENDS}
|
||||
|
||||
# mad
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2007/10/22 14:47:58 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2008/03/25 17:29:57 fgsch Exp $
|
||||
|
||||
COMMENT= icecast source for streaming MP3
|
||||
|
||||
DISTNAME= ices-0.4
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
CATEGORIES= net audio
|
||||
|
||||
HOMEPAGE= http://www.icecast.org/ices.php
|
||||
@ -27,7 +27,7 @@ CONFIGURE_ARGS= --with-docdir=${LOCALBASE}/share/doc/ices \
|
||||
--with-flac=${LOCALBASE}
|
||||
|
||||
MODULES= converters/libiconv
|
||||
LIB_DEPENDS= mp3lame:lame-*:audio/lame,no_x11 \
|
||||
LIB_DEPENDS= mp3lame:lame-*:audio/lame \
|
||||
shout.>=3::net/libshout \
|
||||
speex.>=4::audio/speex \
|
||||
FLAC.>=5::audio/flac \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.128 2008/03/19 22:35:35 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.129 2008/03/25 17:29:57 fgsch Exp $
|
||||
|
||||
# May not be hard to add more.
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 arm
|
||||
@ -9,7 +9,7 @@ V= 1.0rc2
|
||||
N= mplayer
|
||||
DISTNAME= MPlayer-${V}
|
||||
DIST_SUBDIR= ${N}
|
||||
PKGNAME= ${N}-${V}p2
|
||||
PKGNAME= ${N}-${V}p3
|
||||
CATEGORIES= x11 multimedia
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@ -50,7 +50,8 @@ LIB_DEPENDS= png::graphics/png \
|
||||
ogg.>=5::audio/libogg \
|
||||
xvidcore::multimedia/xvidcore \
|
||||
x264::multimedia/x264 \
|
||||
faad::audio/faad
|
||||
faad::audio/faad \
|
||||
mp3lame:lame-*:audio/lame
|
||||
|
||||
BUILD_DEPENDS= ::net/livemedia \
|
||||
:rtunes->=0.7:audio/rtunes
|
||||
@ -139,14 +140,12 @@ CONFIGURE_ARGS+=--disable-gui \
|
||||
--disable-x11 \
|
||||
--disable-fontconfig \
|
||||
--disable-freetype
|
||||
LIB_DEPENDS+= mp3lame:lame-*:audio/lame,no_x11
|
||||
. endif
|
||||
.else
|
||||
CONFIGURE_ARGS+=--enable-gui \
|
||||
--enable-gl
|
||||
USE_X11= Yes
|
||||
LIB_DEPENDS+= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
||||
mp3lame:lame-*:audio/lame
|
||||
LIB_DEPENDS+= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
|
||||
WANTLIB+= GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
||||
Xfixes Xi Xinerama Xrandr Xrender Xv Xxf86dga Xxf86vm \
|
||||
atk-1.0 cairo expat fontconfig freetype glib-2.0 glitz \
|
||||
|
Loading…
Reference in New Issue
Block a user