diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-09 08:14:29 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-09 08:14:29 +0800 |
commit | 619b1a18553cb6028fbb75d5d05b142c9a098860 (patch) | |
tree | 13fd1355f61a852d3b89738767623a362bc3bfa2 | |
parent | f76da711fc207a10cb346b8a51aadab22d7e7eda (diff) | |
download | marcuscom-ports-619b1a18553cb6028fbb75d5d05b142c9a098860.tar marcuscom-ports-619b1a18553cb6028fbb75d5d05b142c9a098860.tar.gz marcuscom-ports-619b1a18553cb6028fbb75d5d05b142c9a098860.tar.bz2 marcuscom-ports-619b1a18553cb6028fbb75d5d05b142c9a098860.tar.lz marcuscom-ports-619b1a18553cb6028fbb75d5d05b142c9a098860.tar.xz marcuscom-ports-619b1a18553cb6028fbb75d5d05b142c9a098860.tar.zst marcuscom-ports-619b1a18553cb6028fbb75d5d05b142c9a098860.zip |
Add muine at version 0.6.3 with new USE_GSTREAMER macro.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3592 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/muine/Makefile | 45 | ||||
-rw-r--r-- | audio/muine/distinfo | 2 | ||||
-rw-r--r-- | audio/muine/files/patch-src_muine.exe.config.in | 11 | ||||
-rw-r--r-- | audio/muine/pkg-descr | 12 | ||||
-rw-r--r-- | audio/muine/pkg-plist | 34 |
5 files changed, 104 insertions, 0 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile new file mode 100644 index 000000000..d8626d267 --- /dev/null +++ b/audio/muine/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: muine +# Date created: 20040615 +# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> +# +# $FreeBSD: ports/audio/muine/Makefile,v 1.6 2004/12/30 00:59:14 nobutaka Exp $ +# + +PORTNAME= muine +PORTVERSION= 0.6.3 +PORTREVISION= 2 +CATEGORIES= audio gnome +MASTER_SITES= http://muine.gooeylinux.org/ + +MAINTAINER= tmclaugh@sdf.lonestar.org +COMMENT= Mono based Gnome audio player + +LIB_DEPENDS= FLAC.5:${PORTSDIR}/audio/flac \ + id3tag.2:${PORTSDIR}/audio/libid3tag \ + gdbm:${PORTSDIR}/databases/gdbm +BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_GNOME= gnomeprefix gnomehack intltool libgnomeui +WANT_GSTREAMER= yes +USE_X_PREFIX= yes +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes + +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= muine.schemas + +OPTIONS= GSTREAMER "Enable Gstreamer backend" off + +.include <bsd.port.pre.mk> + +.if defined (WITH_GSTREAMER) +CONFIGURE_ARGS+= --enable-gstreamer=yes +USE_GSTREAMER+= mad vorbis flac +.else +LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine +.endif + +.include <bsd.port.post.mk> diff --git a/audio/muine/distinfo b/audio/muine/distinfo new file mode 100644 index 000000000..aaa35942c --- /dev/null +++ b/audio/muine/distinfo @@ -0,0 +1,2 @@ +MD5 (muine-0.6.3.tar.gz) = dc7923e1e0ba87f0303bc30f14f604e3 +SIZE (muine-0.6.3.tar.gz) = 624566 diff --git a/audio/muine/files/patch-src_muine.exe.config.in b/audio/muine/files/patch-src_muine.exe.config.in new file mode 100644 index 000000000..6eb9c6d7c --- /dev/null +++ b/audio/muine/files/patch-src_muine.exe.config.in @@ -0,0 +1,11 @@ +--- src/muine.exe.config.in.orig Sat Jun 5 12:48:33 2004 ++++ src/muine.exe.config.in Thu Jul 15 21:59:47 2004 +@@ -1,6 +1,6 @@ + <configuration> +- <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/> +- <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/> ++ <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so"/> ++ <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so"/> + <dllmap dll="libgnomevfs-2.dll" target="libgnomevfs-2.so"/> + <dllmap dll="libmuine" target="@prefix@/lib/muine/libmuine.so"/> + </configuration> diff --git a/audio/muine/pkg-descr b/audio/muine/pkg-descr new file mode 100644 index 000000000..bb5e79c22 --- /dev/null +++ b/audio/muine/pkg-descr @@ -0,0 +1,12 @@ +Muine is a music player for GNOME using Mono. It features: + +* A simple, intuitive user interface +* Ogg Vorbis, FLAC and MP3 music playback support +* Automatic album-cover fetching +* Support for embedded ID3v2 album images +* ReplayGain support +* Support for multiple artist and performer tags per song +* A system tray icon +* Translations into many languages + +WWW: http://muine.gooeylinux.org/ diff --git a/audio/muine/pkg-plist b/audio/muine/pkg-plist new file mode 100644 index 000000000..50064d960 --- /dev/null +++ b/audio/muine/pkg-plist @@ -0,0 +1,34 @@ +bin/muine +lib/muine/AmazonSearchService.dll +lib/muine/libmuine.a +lib/muine/libmuine.so +lib/muine/libmuine.so.0 +lib/muine/muine.exe +lib/muine/muine.exe.config +share/gnome/application-registry/muine.applications +share/gnome/applications/muine.desktop +share/gnome/pixmaps/muine.png +share/locale/bg/LC_MESSAGES/muine.mo +share/locale/ca/LC_MESSAGES/muine.mo +share/locale/cs/LC_MESSAGES/muine.mo +share/locale/da/LC_MESSAGES/muine.mo +share/locale/de/LC_MESSAGES/muine.mo +share/locale/en_CA/LC_MESSAGES/muine.mo +share/locale/en_GB/LC_MESSAGES/muine.mo +share/locale/es/LC_MESSAGES/muine.mo +share/locale/eu/LC_MESSAGES/muine.mo +share/locale/fr/LC_MESSAGES/muine.mo +share/locale/hr/LC_MESSAGES/muine.mo +share/locale/hu/LC_MESSAGES/muine.mo +share/locale/is/LC_MESSAGES/muine.mo +share/locale/ja/LC_MESSAGES/muine.mo +share/locale/ko/LC_MESSAGES/muine.mo +share/locale/nl/LC_MESSAGES/muine.mo +share/locale/no/LC_MESSAGES/muine.mo +share/locale/pl/LC_MESSAGES/muine.mo +share/locale/pt/LC_MESSAGES/muine.mo +share/locale/pt_BR/LC_MESSAGES/muine.mo +share/locale/sr/LC_MESSAGES/muine.mo +share/locale/sr@Latn/LC_MESSAGES/muine.mo +share/locale/sv/LC_MESSAGES/muine.mo +@dirrm lib/muine |