diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/muine/Makefile | 41 | ||||
-rw-r--r-- | audio/muine/distinfo | 2 | ||||
-rw-r--r-- | audio/muine/files/patch-libmuine-db.c | 11 | ||||
-rw-r--r-- | audio/muine/files/patch-libmuine_Makefile.in | 11 | ||||
-rw-r--r-- | audio/muine/files/patch-libmuine_rb-cell-renderer-pixbuf.c | 22 | ||||
-rw-r--r-- | audio/muine/files/patch-src-CoverGetter.cs | 11 | ||||
-rw-r--r-- | audio/muine/files/patch-src-muine.exe.config.in | 9 | ||||
-rw-r--r-- | audio/muine/pkg-descr | 12 | ||||
-rw-r--r-- | audio/muine/pkg-plist | 73 |
11 files changed, 1 insertions, 193 deletions
@@ -6251,3 +6251,4 @@ textproc/stardict-longman||2014-07-10|Removed due to possible copyright infringe textproc/stardict-oald||2014-07-10|Removed due to possible copyright infringement editors/nxml||2014-07-13|Needs recently removed emacs21 or emacs22 graphics/py-stl|graphics/py-stltools|2014-07-13|Upstream project has been renamed +audio/muine||2014-07-13|Has expired: Fails to build/run since August 2013 diff --git a/audio/Makefile b/audio/Makefile index f178df6..7e84d48 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -487,7 +487,6 @@ SUBDIR += mpiosh SUBDIR += mps SUBDIR += msilbc - SUBDIR += muine SUBDIR += mumble SUBDIR += murmur SUBDIR += muse diff --git a/audio/muine/Makefile b/audio/muine/Makefile deleted file mode 100644 index d1f56bf..0000000 --- a/audio/muine/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# $FreeBSD$ - -PORTNAME= muine -PORTVERSION= 0.8.11 -PORTREVISION= 12 -CATEGORIES= audio gnome -MASTER_SITES= GNOME - -MAINTAINER= ports@FreeBSD.org -COMMENT= Mono based Gnome audio player - -# IGNORE= Fails to run -BROKEN= Fails to build -DEPRECATED= Fails to build/run since August 2013 -EXPIRATION_DATE= 2014-07-11 - -LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ - libid3tag.so:${PORTSDIR}/audio/libid3tag \ - libgdbm.so:${PORTSDIR}/databases/gdbm \ - libvorbis.so:${PORTSDIR}/audio/libvorbis -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} - -USES= gettext gmake pathfix shebangfix -NO_STAGE= yes -USE_GNOME= gnomeprefix intltool libgnomeui gnomesharp20 -USE_GSTREAMER= gconf -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -SHEBANG_FILES= src/muine.in -bash_CMD= ${SETENV} bash - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -GCONF_SCHEMAS= muine.schemas - -.include <bsd.port.mk> diff --git a/audio/muine/distinfo b/audio/muine/distinfo deleted file mode 100644 index 838e1a0..0000000 --- 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-db.c b/audio/muine/files/patch-libmuine-db.c deleted file mode 100644 index 7a5afff..0000000 --- a/audio/muine/files/patch-libmuine-db.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libmuine/db.c.orig 2009-09-13 07:53:58.000000000 -0700 -+++ libmuine/db.c 2012-03-30 16:28:25.989121919 -0700 -@@ -58,7 +58,7 @@ - } - - if (db == NULL) { -- *error_message_return = gdbm_strerror (gdbm_errno); -+ *error_message_return = (char *)gdbm_strerror (gdbm_errno); - } else { - *error_message_return = NULL; - } diff --git a/audio/muine/files/patch-libmuine_Makefile.in b/audio/muine/files/patch-libmuine_Makefile.in deleted file mode 100644 index 9432290a..0000000 --- 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 fb5ec48..0000000 --- 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/files/patch-src-CoverGetter.cs b/audio/muine/files/patch-src-CoverGetter.cs deleted file mode 100644 index f300cc1..0000000 --- a/audio/muine/files/patch-src-CoverGetter.cs +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/CoverGetter.cs.orig 2012-04-04 21:27:24.000000000 -0400 -+++ ./src/CoverGetter.cs 2012-04-04 21:28:50.000000000 -0400 -@@ -53,7 +53,7 @@ - // Variables - private string amazon_locale; - private string amazon_dev_tag; -- private bool musicbrainz_lib_missing = false; -+ private bool musicbrainz_lib_missing = true; - private bool amazon_dev_tag_missing = false; - - // Variables :: Cover Filenames 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 c8f46fa..0000000 --- a/audio/muine/files/patch-src-muine.exe.config.in +++ /dev/null @@ -1,9 +0,0 @@ ---- ./src/muine.exe.config.in.orig 2009-09-13 10:53:58.000000000 -0400 -+++ ./src/muine.exe.config.in 2012-04-04 21:29:45.000000000 -0400 -@@ -3,6 +3,5 @@ - <dllmap dll="libgtk-2.0-0.dll" target="libgtk-x11-2.0.so.0"/> - <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/> - <dllmap dll="libgnomevfs-2-0.dll" target="libgnomevfs-2.so.0"/> -- <dllmap dll="musicbrainz" target="libmusicbrainz.so.4"/> - <dllmap dll="libmuine" target="@pkglibdir@/libmuine.so"/> - </configuration> diff --git a/audio/muine/pkg-descr b/audio/muine/pkg-descr deleted file mode 100644 index 738c7a9..0000000 --- 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 05bdf4a..0000000 --- a/audio/muine/pkg-plist +++ /dev/null @@ -1,73 +0,0 @@ -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 |