mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add gstreamer-plugins-mp3
Gstreamer Plugins Mp3 decoder meta-port
This commit is contained in:
parent
89083459c6
commit
eb4975532f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193011
3 changed files with 42 additions and 0 deletions
|
@ -229,6 +229,7 @@
|
||||||
SUBDIR += gstreamer-plugins-lame
|
SUBDIR += gstreamer-plugins-lame
|
||||||
SUBDIR += gstreamer-plugins-mad
|
SUBDIR += gstreamer-plugins-mad
|
||||||
SUBDIR += gstreamer-plugins-moodbar
|
SUBDIR += gstreamer-plugins-moodbar
|
||||||
|
SUBDIR += gstreamer-plugins-mp3
|
||||||
SUBDIR += gstreamer-plugins-musepack
|
SUBDIR += gstreamer-plugins-musepack
|
||||||
SUBDIR += gstreamer-plugins-musicbrainz
|
SUBDIR += gstreamer-plugins-musicbrainz
|
||||||
SUBDIR += gstreamer-plugins-ogg
|
SUBDIR += gstreamer-plugins-ogg
|
||||||
|
|
40
audio/gstreamer-plugins-mp3/Makefile
Normal file
40
audio/gstreamer-plugins-mp3/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
# New ports collection makefile for: gstreamer-plugins-mp3
|
||||||
|
# Date created: 2007-06-07
|
||||||
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= gstreamer-plugins
|
||||||
|
PORTVERSION= 0.10.0
|
||||||
|
CATEGORIES= audio
|
||||||
|
MASTER_SITES= # empty
|
||||||
|
PKGNAMESUFFIX= -mp3
|
||||||
|
DISTFILES= # empty
|
||||||
|
EXTRACT_ONLY= # empty
|
||||||
|
|
||||||
|
MAINTAINER= multimedia@FreeBSD.org
|
||||||
|
COMMENT= Gstreamer Plugins Mp3 decoder meta-port
|
||||||
|
|
||||||
|
NO_BUILD= yes
|
||||||
|
WANT_GSTREAMER= yes
|
||||||
|
OPTIONS= MAD "Use MAD Mp3" On \
|
||||||
|
FLUENDO "Use Fluendo Mp3" Off
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if !defined(WITH_MAD) && !defined(WITH_FLUENDO)
|
||||||
|
WITH_MAD= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.if defined(WITH_MAD)
|
||||||
|
USE_GSTREAMER+= mad
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.if defined(WITH_FLUENDO)
|
||||||
|
USE_GSTREAMER+= fluendo-mp3
|
||||||
|
.endif
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
1
audio/gstreamer-plugins-mp3/pkg-descr
Normal file
1
audio/gstreamer-plugins-mp3/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Gstreamer Plugins Mp3 decoder meta-port
|
Loading…
Add table
Reference in a new issue