Revive gstreamer-plugins-cdaudio
This commit is contained in:
parent
f1a179c291
commit
4c34925537
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180530
1
MOVED
1
MOVED
@ -2238,7 +2238,6 @@ java/diablo-jdk13||2006-04-24|Removed due to security problems and no longer bei
|
||||
java/diablo-jre13||2006-04-24|Removed due to security problems and no longer being distributed
|
||||
audio/gstreamer-plugins-artsd|audio/gstreamer-plugins-artsd80|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
audio/gstreamer-plugins-audiofile|audio/gstreamer-plugins-audiofile80|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
audio/gstreamer-plugins-cdaudio|audio/gstreamer-plugins-cdaudio80|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
sysutils/gstreamer-plugins-cdio|sysutils/gstreamer-plugins-cdio80|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
multimedia/gstreamer-plugins-dirac|multimedia/gstreamer-plugins-dirac80|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
graphics/gstreamer-plugins-gdkpixbuf|graphics/gstreamer-plugins-gdkpixbuf80|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
|
@ -60,7 +60,7 @@ GST80_SHLIB_VERSION= 1
|
||||
#
|
||||
# These are the current supported gstreamer-plugins modules
|
||||
#
|
||||
_USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdparanoia dts \
|
||||
_USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdaudio cdparanoia dts \
|
||||
dv dvd esound faac faad ffmpeg flac gconf gnomevfs \
|
||||
gnonlin good gsm hal ivorbis jpeg ladspa lame libcaca \
|
||||
libmms libpng libvisual mad mpeg2dec \
|
||||
|
@ -211,6 +211,7 @@
|
||||
SUBDIR += gstreamer-plugins-a52dec80
|
||||
SUBDIR += gstreamer-plugins-artsd80
|
||||
SUBDIR += gstreamer-plugins-audiofile80
|
||||
SUBDIR += gstreamer-plugins-cdaudio
|
||||
SUBDIR += gstreamer-plugins-cdaudio80
|
||||
SUBDIR += gstreamer-plugins-cdparanoia
|
||||
SUBDIR += gstreamer-plugins-cdparanoia80
|
||||
|
17
audio/gstreamer-plugins-cdaudio/Makefile
Normal file
17
audio/gstreamer-plugins-cdaudio/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# New ports collection makefile for: gstreamer-plugins-cdaudio
|
||||
# Date created: 22 Dec 2006
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer frontend to libcdaudio
|
||||
|
||||
GST_PLUGIN= cdaudio
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -134,6 +134,10 @@ gst_bz2_DIST= bad
|
||||
# cairo
|
||||
gst_cairo_LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
|
||||
|
||||
# cdaudio
|
||||
gst_cdaudio_LIB_DEPENDS+=cdaudio.1:${PORTSDIR}/audio/libcdaudio
|
||||
gst_cdaudio_DIST= bad
|
||||
|
||||
# cdparanoia
|
||||
gst_cdparanoia_LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia
|
||||
gst_cdparanoia_EXTRA_LIBS+= -lgstcdda-${VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user