Add game music emu (gme) gstreamer plugin.

Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
This commit is contained in:
Koop Mast 2010-11-15 16:38:24 +00:00
parent 0940ed2b68
commit b911e5438c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264596
4 changed files with 28 additions and 2 deletions

View File

@ -55,7 +55,7 @@ GST_SHLIB_VERSION= 1
#
_USE_GSTREAMER10_ALL= a52dec aalib amrnb amrwbdec annodex bz2 cairo \
cdaudio cdparanoia dts dv dvd esound faac faad \
ffmpeg flac gconf gio gl gnomevfs gnonlin \
ffmpeg flac gconf gio gl gme gnomevfs gnonlin \
gsm hal jack jpeg ladspa lame libcaca libmms \
libpng libvisual mm mp3 mpeg2enc mpeg2dec musepack \
nas neon ogg pango pulse python resindvd schroedinger \
@ -103,6 +103,8 @@ flac_DEPENDS= audio/gstreamer-plugins-flac
fluendo-mp3_DEPENDS= audio/gstreamer-plugins-fluendo-mp3
gme_DEPENDS= audio/gstreamer-plugins-gme
gsm_DEPENDS= audio/gstreamer-plugins-gsm
hal_DEPENDS= sysutils/gstreamer-plugins-hal

View File

@ -274,6 +274,7 @@
SUBDIR += gstreamer-plugins-faad
SUBDIR += gstreamer-plugins-flac
SUBDIR += gstreamer-plugins-fluendo-mp3
SUBDIR += gstreamer-plugins-gme
SUBDIR += gstreamer-plugins-gsm
SUBDIR += gstreamer-plugins-jack
SUBDIR += gstreamer-plugins-ladspa

View File

@ -0,0 +1,17 @@
# New ports collection makefile for: gstreamer-plugins-gme
# Date created: 15 Nov 2010
# Whom: Raphael Kubo da Costa <kubito@gmail.com>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer game-music-emu (libgme) frontend
GST_PLUGIN= gme
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"

View File

@ -308,6 +308,12 @@ gst_gio_PLIST_FILES= ${GST_LIB_DIR}/libgstgio.la \
${GST_LIB_DIR}/libgstgio.so
gst_gio_DIST= base
# gme
gst_gme_LIB_DEPENDS+= gme.0:${PORTSDIR}/audio/libgme
gst_gme_PLIST_FILES= ${GST_LIB_DIR}/libgstgme.la \
${GST_LIB_DIR}/libgstgme.so
gst_gme_DIST= bad
# gnomevfs
gst_gnomevfs_USE_GNOME+= gnomevfs2
gst_gnomevfs_CONFIGURE_ARGS+=--enable-gnome_vfs
@ -470,7 +476,7 @@ gst_soundtouch_LIB_DEPENDS+= SoundTouch.0:${PORTSDIR}/audio/soundtouch
gst_soundtouch_PLIST_FILES= ${GST_LIB_DIR}/libgstsoundtouch.la \
${GST_LIB_DIR}/libgstsoundtouch.so
gst_soundtouch_DIST= bad
# souphttpsrc
gst_soup_LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup
gst_soup_GST_PLUGIN_DIR=ext/soup