summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 16:09:42 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 16:09:42 +0800
commit0e0eda51cbc326139c73a8edcae9c92f5c51aa23 (patch)
tree90d2f4db75635e649185f50a1624c537c1960ba1 /audio
parenta83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b (diff)
downloadmarcuscom-ports-0e0eda51cbc326139c73a8edcae9c92f5c51aa23.tar
marcuscom-ports-0e0eda51cbc326139c73a8edcae9c92f5c51aa23.tar.gz
marcuscom-ports-0e0eda51cbc326139c73a8edcae9c92f5c51aa23.tar.bz2
marcuscom-ports-0e0eda51cbc326139c73a8edcae9c92f5c51aa23.tar.lz
marcuscom-ports-0e0eda51cbc326139c73a8edcae9c92f5c51aa23.tar.xz
marcuscom-ports-0e0eda51cbc326139c73a8edcae9c92f5c51aa23.tar.zst
marcuscom-ports-0e0eda51cbc326139c73a8edcae9c92f5c51aa23.zip
Remove a few more.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3759 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r--audio/muine/Makefile45
-rw-r--r--audio/muine/distinfo2
-rw-r--r--audio/muine/files/patch-libmuine_Makefile.in23
-rw-r--r--audio/muine/files/patch-src_muine.exe.config.in11
-rw-r--r--audio/muine/pkg-descr12
-rw-r--r--audio/muine/pkg-plist34
6 files changed, 0 insertions, 127 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
deleted file mode 100644
index b2ee7d381..000000000
--- a/audio/muine/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: muine
-# Date created: 20040615
-# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-#
-# $FreeBSD$
-#
-
-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
deleted file mode 100644
index aaa35942c..000000000
--- a/audio/muine/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (muine-0.6.3.tar.gz) = dc7923e1e0ba87f0303bc30f14f604e3
-SIZE (muine-0.6.3.tar.gz) = 624566
diff --git a/audio/muine/files/patch-libmuine_Makefile.in b/audio/muine/files/patch-libmuine_Makefile.in
deleted file mode 100644
index 29dc69627..000000000
--- a/audio/muine/files/patch-libmuine_Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
---- libmuine/Makefile.in.orig Sun Feb 20 14:21:04 2005
-+++ libmuine/Makefile.in Sun Feb 20 14:21:27 2005
-@@ -210,19 +210,12 @@
- INCLUDES = \
- -I$(top_srcdir) \
- -DG_LOG_DOMAIN=\"libmuine\" \
-- -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
-- -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \
- -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
- $(MUINE_CFLAGS) \
- $(OGG_CFLAGS) \
- $(VORBIS_CFLAGS) \
- $(VORBISFILE_CFLAGS) \
-- $(WARN_CFLAGS) \
-- -DG_DISABLE_DEPRECATED \
-- -DGTK_DISABLE_DEPRECATED \
-- -DGDK_DISABLE_DEPRECATED \
-- -DGDK_PIXBUF_DISABLE_DEPRECATED \
-- -DGNOME_DISABLE_DEPRECATED
-+ $(WARN_CFLAGS)
-
-
- muinelibdir = $(prefix)/lib/muine
diff --git a/audio/muine/files/patch-src_muine.exe.config.in b/audio/muine/files/patch-src_muine.exe.config.in
deleted file mode 100644
index 6eb9c6d7c..000000000
--- a/audio/muine/files/patch-src_muine.exe.config.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index bb5e79c22..000000000
--- a/audio/muine/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-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
deleted file mode 100644
index 50064d960..000000000
--- a/audio/muine/pkg-plist
+++ /dev/null
@@ -1,34 +0,0 @@
-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