Skip to content

Commit

Permalink
Add game music emu (gme) gstreamer plugin.
Browse files Browse the repository at this point in the history
Submitted by:	Raphael Kubo da Costa <[email protected]>
  • Loading branch information
kwm81 committed Nov 15, 2010
1 parent 340900b commit 50cbab7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Mk/bsd.gstreamer.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions audio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions audio/gstreamer-plugins-gme/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# New ports collection makefile for: gstreamer-plugins-gme
# Date created: 15 Nov 2010
# Whom: Raphael Kubo da Costa <[email protected]>
#
# $FreeBSD$
#

PORTREVISION= 0
CATEGORIES= audio

COMMENT= Gstreamer game-music-emu (libgme) frontend

GST_PLUGIN= gme

MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins

.include "${MASTERDIR}/Makefile"
8 changes: 7 additions & 1 deletion multimedia/gstreamer-plugins/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 50cbab7

Please sign in to comment.