diff options
author | kwm <kwm@FreeBSD.org> | 2010-11-16 00:38:24 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-11-16 00:38:24 +0800 |
commit | 50cbab7f6e70bddd244845a332226c8178bf4935 (patch) | |
tree | 2b2f66e427bbbfe58deca5f3613e33480dd91f0a /audio | |
parent | 340900b4aacdbdb2ef9d1d2161bb634ad20dd518 (diff) | |
download | freebsd-ports-gnome-50cbab7f6e70bddd244845a332226c8178bf4935.tar.gz freebsd-ports-gnome-50cbab7f6e70bddd244845a332226c8178bf4935.tar.zst freebsd-ports-gnome-50cbab7f6e70bddd244845a332226c8178bf4935.zip |
Add game music emu (gme) gstreamer plugin.
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-gme/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 30ba9b7975c0..8110181e3080 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -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 diff --git a/audio/gstreamer-plugins-gme/Makefile b/audio/gstreamer-plugins-gme/Makefile new file mode 100644 index 000000000000..8d8d56c19c95 --- /dev/null +++ b/audio/gstreamer-plugins-gme/Makefile @@ -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" |