diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/Makefile | 38 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/distinfo | 2 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/files/patch-analyzer_main.c | 11 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/pkg-descr | 9 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/pkg-message | 6 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/pkg-plist | 3 |
8 files changed, 1 insertions, 70 deletions
@@ -9584,3 +9584,4 @@ graphics/py-graph-dot||2017-10-08|Has expired: Unfetchable for more than six mon graphics/py-graph||2017-10-08|Removed, depends on graphics/py-graph-dot net/py-python-cloudfiles||2017-10-12|Deprecated by usptream since August 1, 2013. Use databases/py-python-swiftclient instead audio/festdoc||2017-10-13|No version of the documentation matching current release +audio/gstreamer-plugins-moodbar||2017-10-13|Abandonware, no public distfiles diff --git a/audio/Makefile b/audio/Makefile index 07ea62ade897..836b2bff529e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -251,7 +251,6 @@ SUBDIR += gstreamer-plugins-ladspa SUBDIR += gstreamer-plugins-lame SUBDIR += gstreamer-plugins-mad - SUBDIR += gstreamer-plugins-moodbar SUBDIR += gstreamer-plugins-mp3 SUBDIR += gstreamer-plugins-musepack SUBDIR += gstreamer-plugins-nas diff --git a/audio/gstreamer-plugins-moodbar/Makefile b/audio/gstreamer-plugins-moodbar/Makefile deleted file mode 100644 index 95fffaf37488..000000000000 --- a/audio/gstreamer-plugins-moodbar/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Alexandr Bechikov <goo@t72.ru> -# $FreeBSD$ - -PORTNAME= gstreamer-plugins-moodbar -PORTVERSION= 0.1.2 -PORTREVISION= 8 -CATEGORIES= audio -MASTER_SITES= http://pwsp.net/~qbob/ \ - http://redundancy.redundancy.org/mirror/ -DISTNAME= moodbar-0.1.2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Shows the "moods" of audio tracks in Amarok - -LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ - libfftw3.so:math/fftw3 - -CFLAGS:= ${CFLAGS} -O2 -USE_GSTREAMER= yes good -USES= gmake libtool pkgconfig -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - -OPTIONS_DEFINE= MP3 OGG FLAC MP4 MUSEPACK WMA -OPTIONS_DEFAULT= MP3 OGG - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-plugindir=${PREFIX}/lib/gstreamer-${GST_VERSION} -PLIST_SUB+= VERSION="${GST_VERSION}" - -MP3_USE= GSTREAMER=mp3 -OGG_USE= GSTREAMER=vorbis,ogg -FLAC_USE= GSTREAMER=flac -MP4_USE= GSTREAMER=faad,bad -MUSEPACK_USE= GSTREAMER=musepack -WMA_USE= GSTREAMER=ffmpeg - -.include <bsd.port.mk> diff --git a/audio/gstreamer-plugins-moodbar/distinfo b/audio/gstreamer-plugins-moodbar/distinfo deleted file mode 100644 index b2c226806169..000000000000 --- a/audio/gstreamer-plugins-moodbar/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (moodbar-0.1.2.tar.gz) = 3d53627c3d979636e98bbe1e745ed79e98f1238148ba4f8379819f9083b3d9c4 -SIZE (moodbar-0.1.2.tar.gz) = 327715 diff --git a/audio/gstreamer-plugins-moodbar/files/patch-analyzer_main.c b/audio/gstreamer-plugins-moodbar/files/patch-analyzer_main.c deleted file mode 100644 index e9f31d309736..000000000000 --- a/audio/gstreamer-plugins-moodbar/files/patch-analyzer_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- analyzer/main.c.orig 2006-10-12 05:43:30 UTC -+++ analyzer/main.c -@@ -261,7 +261,7 @@ main (gint argc, gchar *argv[]) - }; - GOptionContext *ctx; - GError *err = NULL; -- -+ g_thread_init(NULL); - ctx = g_option_context_new ("[INFILE] - Run moodbar analyzer"); - g_option_context_add_group (ctx, gst_init_get_option_group ()); - g_option_context_add_main_entries (ctx, entries, NULL); diff --git a/audio/gstreamer-plugins-moodbar/pkg-descr b/audio/gstreamer-plugins-moodbar/pkg-descr deleted file mode 100644 index 411a636923dd..000000000000 --- a/audio/gstreamer-plugins-moodbar/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ - -From the Amarok wiki: -The moodbar officially returns as of Amarok 1.4.4! It shows -you the "mood" of a track, which you can then use to figure -out when something interesting happens in the song. - -http://amarok.kde.org/wiki/Moodbar - -WWW: http://pwsp.net/~qbob/ diff --git a/audio/gstreamer-plugins-moodbar/pkg-message b/audio/gstreamer-plugins-moodbar/pkg-message deleted file mode 100644 index d346392b1b83..000000000000 --- a/audio/gstreamer-plugins-moodbar/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -=============================================================================== - -To enable the moodbar in Amarok, activate it in the Configuration -(Settings -> Configure Amarok -> General -> Components -> Use Moods). - -=============================================================================== diff --git a/audio/gstreamer-plugins-moodbar/pkg-plist b/audio/gstreamer-plugins-moodbar/pkg-plist deleted file mode 100644 index 969d8873a40b..000000000000 --- a/audio/gstreamer-plugins-moodbar/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/moodbar -lib/gstreamer-%%VERSION%%/libmoodbar.a -lib/gstreamer-%%VERSION%%/libmoodbar.so |