factor real plugin into own subpackage, as it supports only i386/amd64
fixes build on other architectures
This commit is contained in:
parent
ad5dc88f15
commit
e5742631db
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/05/13 15:11:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/06/01 07:19:05 sturm Exp $
|
||||
|
||||
COMMENT-main = multimedia framework - plugins bad
|
||||
COMMENT-tremor = multimedia framework - tremor plugin
|
||||
@ -14,10 +14,11 @@ COMMENT-neon = multimedia framework - neon plugin
|
||||
COMMENT-swf = multimedia framework - flash plugin
|
||||
COMMENT-meta = multimedia framework - metadata plugin
|
||||
COMMENT-sndfile = multimedia framework - sndfile plugin
|
||||
COMMENT-real = multimedia framework - real plugin
|
||||
|
||||
V = 0.10.7
|
||||
DISTNAME = gst-plugins-bad-$V
|
||||
PKGNAME-main = gstreamer-plugins-bad-$V
|
||||
PKGNAME-main = gstreamer-plugins-bad-${V}p0
|
||||
PKGNAME-tremor = gstreamer-tremor-$V
|
||||
PKGNAME-musepack = gstreamer-musepack-$V
|
||||
PKGNAME-faac = gstreamer-faac-$V
|
||||
@ -31,6 +32,7 @@ PKGNAME-neon = gstreamer-neon-$V
|
||||
PKGNAME-swf = gstreamer-flash-$V
|
||||
PKGNAME-meta = gstreamer-meta-$V
|
||||
PKGNAME-sndfile = gstreamer-sndfile-$V
|
||||
PKGNAME-real = gstreamer-real-$V
|
||||
MULTI_PACKAGES = -main -tremor -musepack -faac -faad -xvid -sdl -bz2 \
|
||||
-gsm -ladspa -meta -neon -sndfile
|
||||
|
||||
@ -52,7 +54,7 @@ LIB_DEPENDS-main = ${LIB_DEPENDS} \
|
||||
gstaudio-0.10,gstinterfaces-0.10,gstvideo-0.10,gstriff-0.10,gstnetbuffer-0.10,gstpbutils-0.10,gstrtp-0.10,gstsdp-0.10,gsttag-0.10::$P/plugins-base
|
||||
|
||||
RUN_DEPENDS-main =
|
||||
|
||||
|
||||
WANTLIB-tremor = ${WANTLIB} \
|
||||
gstbase-0.10
|
||||
|
||||
@ -129,6 +131,15 @@ WANTLIB-sndfile = ${WANTLIB} \
|
||||
LIB_DEPENDS-sndfile = ${LIB_DEPENDS} \
|
||||
sndfile::audio/libsndfile
|
||||
|
||||
.if ${MACHINE_ARCH} == i386 || ${MACHINE_ARCH} == amd64
|
||||
MULTI_PACKAGES += -real
|
||||
|
||||
WANTLIB-real = ${WANTLIB} \
|
||||
gstbase-0.10
|
||||
LIB_DEPENDS-real = ${LIB_DEPENDS} \
|
||||
gstaudio-0.10,gstinterfaces-0.10::$P/plugins-base
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS = --disable-cdaudio \
|
||||
--disable-alsa \
|
||||
--disable-amrwb \
|
||||
|
@ -26,6 +26,7 @@ The following plugins are in specific packages because of dependencies:
|
||||
* ladspa
|
||||
* musepack
|
||||
* neon
|
||||
* real
|
||||
* sdl
|
||||
* xvid
|
||||
|
||||
|
4
multimedia/gstreamer-0.10/plugins-bad/pkg/DESCR-real
Normal file
4
multimedia/gstreamer-0.10/plugins-bad/pkg/DESCR-real
Normal file
@ -0,0 +1,4 @@
|
||||
This is a "bad" plugin for gstreamer-${VERSION}. It might be buggy or
|
||||
unfinished.
|
||||
|
||||
* real real decoder
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2008/05/13 15:11:51 espie Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.3 2008/06/01 07:19:05 sturm Exp $
|
||||
include/gstreamer-${VERSION}/gst/app/
|
||||
include/gstreamer-${VERSION}/gst/app/gstappbuffer.h
|
||||
include/gstreamer-${VERSION}/gst/app/gstappsink.h
|
||||
@ -41,8 +41,6 @@ lib/gstreamer-${VERSION}/libgstnuvdemux.la
|
||||
lib/gstreamer-${VERSION}/libgstnuvdemux.so
|
||||
lib/gstreamer-${VERSION}/libgstrawparse.la
|
||||
lib/gstreamer-${VERSION}/libgstrawparse.so
|
||||
lib/gstreamer-${VERSION}/libgstreal.la
|
||||
lib/gstreamer-${VERSION}/libgstreal.so
|
||||
lib/gstreamer-${VERSION}/libgstreplaygain.la
|
||||
lib/gstreamer-${VERSION}/libgstreplaygain.so
|
||||
lib/gstreamer-${VERSION}/libgstrfbsrc.la
|
||||
|
3
multimedia/gstreamer-0.10/plugins-bad/pkg/PLIST-real
Normal file
3
multimedia/gstreamer-0.10/plugins-bad/pkg/PLIST-real
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST-real,v 1.1 2008/06/01 07:19:05 sturm Exp $
|
||||
lib/gstreamer-${VERSION}/libgstreal.la
|
||||
lib/gstreamer-${VERSION}/libgstreal.so
|
Loading…
Reference in New Issue
Block a user