- tidy DESCR-main (sort, add modules moved from other packages)
- wavpack is picked up by configure if installed; package it
This commit is contained in:
parent
33028218d2
commit
4a77ba0fc2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2009/01/29 20:40:43 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2009/01/30 02:18:53 sthen Exp $
|
||||
|
||||
COMMENT-main = multimedia framework - good plugins
|
||||
COMMENT-aalib = multimedia framework - aalib plugin
|
||||
@ -15,6 +15,7 @@ COMMENT-gdk = multimedia framework - gdk pixbuf plugin
|
||||
COMMENT-caca = multimedia framework - libcaca plugin
|
||||
COMMENT-shout = multimedia framework - shoutcast plugin
|
||||
COMMENT-soup = multimedia framework - libsoup plugin
|
||||
COMMENT-wavpack = multimedia framework - wavpack plugin
|
||||
|
||||
V = 0.10.8
|
||||
DISTNAME = gst-plugins-good-$V
|
||||
@ -33,9 +34,11 @@ PKGNAME-gdk = gstreamer-gdk-pixbuf-$Vp2
|
||||
PKGNAME-caca = gstreamer-libcaca-$Vp0
|
||||
PKGNAME-shout = gstreamer-shoutcast-$Vp0
|
||||
PKGNAME-soup = gstreamer-libsoup-$Vp1
|
||||
PKGNAME-wavpack = gstreamer-wavpack-$V
|
||||
|
||||
MULTI_PACKAGES = -main -aalib -cairo -gconf -esd -flac -speex \
|
||||
-taglib -dv -jpeg -png -gdk -caca -shout -soup
|
||||
-taglib -dv -jpeg -png -gdk -caca -shout -soup \
|
||||
-wavpack
|
||||
SHARED_LIBS =
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_GST:=gst-plugins-good/}
|
||||
@ -148,6 +151,12 @@ WANTLIB-soup = ${WANTLIB} \
|
||||
LIB_DEPENDS-soup = ${LIB_DEPENDS} \
|
||||
soup-2.4::devel/libsoup
|
||||
|
||||
WANTLIB-wavpack = ${WANTLIB}
|
||||
|
||||
LIB_DEPENDS-wavpack = ${LIB_DEPENDS} \
|
||||
wavpack::audio/wavpack \
|
||||
gstaudio-0.10,gstbase-0.10,gstinterfaces-0.10::$P/plugins-base
|
||||
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
AUTOMAKE_VERSION = 1.9
|
||||
|
@ -29,14 +29,17 @@ dependencies.
|
||||
* icydemux Demux ICY tags from a stream
|
||||
* id3demux Demux ID3v1 and ID3v2 tags from a file
|
||||
* level RMS/Peak/Decaying Peak Level messager for audio/raw
|
||||
* libsndio default audio sink on OpenBSD
|
||||
* matroska Matroska containers stream handling (muxer/demuxer)
|
||||
* mulaw MuLaw audio encoder/decoder
|
||||
* multifile save to sequentially named files
|
||||
* multipart multipart stream manipulation (mux/demux)
|
||||
* navigationtest Template for a navigation video filter
|
||||
* libsndio default audio sink on OpenBSD
|
||||
* qtdemux Quicktime stream demuxer
|
||||
* rtp Real-time protocol plugins: asterisk, rtp, gsm, h263...
|
||||
* rtsp transfer data via RTSP
|
||||
* smpte Apply the standard SMPTE transitions on video images
|
||||
* spectrum run an FFT on signal and output spectrum data
|
||||
* udp transfer data via UDP
|
||||
* videobalance Hue/saturation/brightness/contrast of video stream
|
||||
* videobox resize a video: borders/cropping
|
||||
@ -62,9 +65,9 @@ The following plugins are in specific packages because of dependencies:
|
||||
* soup
|
||||
* speex
|
||||
* taglib
|
||||
* wavpack
|
||||
|
||||
The following plugins are not built:
|
||||
* 1394 (no firewire support yet)
|
||||
* cdio (not ported, cdparanoia is enough)
|
||||
* halelements (hal library not ported)
|
||||
* ladspa (moved to bad plugins)
|
||||
|
2
multimedia/gstreamer-0.10/plugins-good/pkg/DESCR-wavpack
Normal file
2
multimedia/gstreamer-0.10/plugins-good/pkg/DESCR-wavpack
Normal file
@ -0,0 +1,2 @@
|
||||
good plugin for gstreamer-${VERSION}
|
||||
* wavpack wavpack decoder
|
3
multimedia/gstreamer-0.10/plugins-good/pkg/PLIST-wavpack
Normal file
3
multimedia/gstreamer-0.10/plugins-good/pkg/PLIST-wavpack
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST-wavpack,v 1.1 2009/01/30 02:18:53 sthen Exp $
|
||||
lib/gstreamer-${VERSION}/libgstwavpack.la
|
||||
lib/gstreamer-${VERSION}/libgstwavpack.so
|
Loading…
Reference in New Issue
Block a user