aboutsummaryrefslogtreecommitdiffstats
path: root/audio/muine
diff options
context:
space:
mode:
authorromain <romain@FreeBSD.org>2012-03-08 17:50:54 +0800
committerromain <romain@FreeBSD.org>2012-03-08 17:50:54 +0800
commit56a23130e25ce5315e5208af15bc57bb665a1f41 (patch)
tree42de56c6ee82267179a4a54a028244cd37d83671 /audio/muine
parentdd28a0d0bc8fe7577f64469bcd362411eb25fcf7 (diff)
downloadfreebsd-ports-gnome-56a23130e25ce5315e5208af15bc57bb665a1f41.tar.gz
freebsd-ports-gnome-56a23130e25ce5315e5208af15bc57bb665a1f41.tar.zst
freebsd-ports-gnome-56a23130e25ce5315e5208af15bc57bb665a1f41.zip
Remove audio/muine.
Diffstat (limited to 'audio/muine')
-rw-r--r--audio/muine/Makefile48
-rw-r--r--audio/muine/distinfo2
-rw-r--r--audio/muine/files/patch-libmuine_Makefile.in11
-rw-r--r--audio/muine/files/patch-libmuine_rb-cell-renderer-pixbuf.c22
-rw-r--r--audio/muine/pkg-descr12
-rw-r--r--audio/muine/pkg-plist75
6 files changed, 0 insertions, 170 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
deleted file mode 100644
index f57388dfaa37..000000000000
--- a/audio/muine/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: muine
-# Date created: 20040615
-# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-#
-# $FreeBSD$
-# $Id: Makefile,v 1.54 2007/01/26 03:17:25 tmclau02 Exp $
-#
-
-PORTNAME= muine
-PORTVERSION= 0.8.11
-PORTREVISION= 7
-CATEGORIES= audio gnome
-MASTER_SITES= GNOME
-
-MAINTAINER= mono@FreeBSD.org
-COMMENT= Mono based Gnome audio player
-
-LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \
- id3tag.0:${PORTSDIR}/audio/libid3tag \
- gdbm:${PORTSDIR}/databases/gdbm \
- vorbis.4:${PORTSDIR}/audio/libvorbis \
- musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib \
- ${LOCALBASE}/libdata/pkgconfig/taglib-sharp.pc:${PORTSDIR}/audio/taglib-sharp
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-BROKEN= does not compile
-
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_GNOME= gnomeprefix gnomehack intltool libgnomeui gnomesharp20
-USE_GSTREAMER= gconf
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-GCONF_SCHEMAS= muine.schemas
-
-post-patch:
- @${REINPLACE_CMD} -e 's|libmusicbrainz.so.4|libmusicbrainz.so|g' \
- ${WRKSRC}/src/muine.exe.config.in
- @${REINPLACE_CMD} -e 's|/bin/bash|/usr/bin/env bash|g' \
- ${WRKSRC}/src/muine.in
-
-.include <bsd.port.mk>
diff --git a/audio/muine/distinfo b/audio/muine/distinfo
deleted file mode 100644
index 838e1a00ca36..000000000000
--- a/audio/muine/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (muine-0.8.11.tar.gz) = be0caa9aaecaf46d22def5a731d4cb10a27caf1bd4a8bc9e82a85990f36b84e5
-SIZE (muine-0.8.11.tar.gz) = 804303
diff --git a/audio/muine/files/patch-libmuine_Makefile.in b/audio/muine/files/patch-libmuine_Makefile.in
deleted file mode 100644
index 9432290abd69..000000000000
--- a/audio/muine/files/patch-libmuine_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- libmuine/Makefile.in.orig 2010-10-31 15:02:50.000000000 +0100
-+++ libmuine/Makefile.in 2010-10-31 15:03:02.000000000 +0100
-@@ -266,8 +266,6 @@ INCLUDES = \
- $(MUINE_CFLAGS) \
- $(WARN_CFLAGS) \
- -DG_DISABLE_DEPRECATED \
-- -DGTK_DISABLE_DEPRECATED \
-- -DGDK_DISABLE_DEPRECATED \
- -DGDK_PIXBUF_DISABLE_DEPRECATED \
- -DGNOME_DISABLE_DEPRECATED
-
diff --git a/audio/muine/files/patch-libmuine_rb-cell-renderer-pixbuf.c b/audio/muine/files/patch-libmuine_rb-cell-renderer-pixbuf.c
deleted file mode 100644
index fb5ec48b3769..000000000000
--- a/audio/muine/files/patch-libmuine_rb-cell-renderer-pixbuf.c
+++ /dev/null
@@ -1,22 +0,0 @@
-
-$FreeBSD$
-
---- libmuine/rb-cell-renderer-pixbuf.c.orig
-+++ libmuine/rb-cell-renderer-pixbuf.c
-@@ -295,14 +295,14 @@
-
- if ((flags & GTK_CELL_RENDERER_SELECTED) == GTK_CELL_RENDERER_SELECTED)
- {
-- if (GTK_WIDGET_HAS_FOCUS (widget))
-+ if (gtk_widget_has_focus (widget))
- state = GTK_STATE_SELECTED;
- else
- state = GTK_STATE_ACTIVE;
- }
- else
- {
-- if (GTK_WIDGET_STATE (widget) == GTK_STATE_INSENSITIVE)
-+ if (GTK_OBJECT_FLAGS (widget) == GTK_STATE_INSENSITIVE)
- state = GTK_STATE_INSENSITIVE;
- else
- state = GTK_STATE_NORMAL;
diff --git a/audio/muine/pkg-descr b/audio/muine/pkg-descr
deleted file mode 100644
index 738c7a973e35..000000000000
--- 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-player.org
diff --git a/audio/muine/pkg-plist b/audio/muine/pkg-plist
deleted file mode 100644
index 330309e3897b..000000000000
--- a/audio/muine/pkg-plist
+++ /dev/null
@@ -1,75 +0,0 @@
-@comment $FreeBSD$
-bin/muine
-share/doc/muine/muine-docs.zip
-share/doc/muine/muine-docs.tree
-share/doc/muine/muine-docs.source
-lib/muine/libmuine.a
-lib/muine/libmuine.la
-lib/muine/libmuine.so
-lib/muine/libmuine.so.0
-lib/muine/muine-dbus.dll
-lib/muine/muine-plugin.dll
-lib/muine/muine.exe
-lib/muine/muine.exe.config
-lib/muine/plugins/TrayIcon.dll
-lib/muine/plugins/TrayIcon.dll.config
-libdata/pkgconfig/muine-dbus.pc
-libdata/pkgconfig/muine-plugin.pc
-share/dbus-1/services/org.gnome.Muine.service
-share/applications/muine.desktop
-share/icons/hicolor/16x16/apps/muine.png
-share/icons/hicolor/22x22/apps/muine.png
-share/icons/hicolor/24x24/apps/muine.png
-share/icons/hicolor/32x32/apps/muine.png
-share/icons/hicolor/48x48/apps/muine.png
-share/icons/hicolor/scalable/apps/muine.svg
-share/locale/ar/LC_MESSAGES/muine.mo
-share/locale/az/LC_MESSAGES/muine.mo
-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/dz/LC_MESSAGES/muine.mo
-share/locale/el/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/et/LC_MESSAGES/muine.mo
-share/locale/eu/LC_MESSAGES/muine.mo
-share/locale/fi/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/it/LC_MESSAGES/muine.mo
-share/locale/ja/LC_MESSAGES/muine.mo
-share/locale/ko/LC_MESSAGES/muine.mo
-share/locale/lt/LC_MESSAGES/muine.mo
-share/locale/lv/LC_MESSAGES/muine.mo
-share/locale/mk/LC_MESSAGES/muine.mo
-share/locale/ms/LC_MESSAGES/muine.mo
-share/locale/nb/LC_MESSAGES/muine.mo
-share/locale/ne/LC_MESSAGES/muine.mo
-share/locale/nl/LC_MESSAGES/muine.mo
-share/locale/oc/LC_MESSAGES/muine.mo
-share/locale/pa/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/ro/LC_MESSAGES/muine.mo
-share/locale/ru/LC_MESSAGES/muine.mo
-share/locale/rw/LC_MESSAGES/muine.mo
-share/locale/sk/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
-share/locale/th/LC_MESSAGES/muine.mo
-share/locale/tr/LC_MESSAGES/muine.mo
-share/locale/uk/LC_MESSAGES/muine.mo
-share/locale/vi/LC_MESSAGES/muine.mo
-share/locale/zh_CN/LC_MESSAGES/muine.mo
-@dirrm share/doc/muine
-@dirrmtry lib/muine/plugins
-@dirrmtry lib/muine
-@dirrmtry share/applications