diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-10-20 05:28:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-10-20 05:28:03 +0000 |
commit | 8aa9574d02abd682ed379f318635216147387fbd (patch) | |
tree | 9b55a9ecd06b4f7166e9db8ccf662fe8bd38923d /audio | |
parent | b0c11cb47092f54fea058329df2e92e1bbb18e34 (diff) | |
download | ports-8aa9574d02abd682ed379f318635216147387fbd.tar.gz ports-8aa9574d02abd682ed379f318635216147387fbd.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/net-rhythmbox/Makefile | 66 | ||||
-rw-r--r-- | audio/net-rhythmbox/distinfo | 2 | ||||
-rw-r--r-- | audio/net-rhythmbox/files/patch-configure | 10 | ||||
-rw-r--r-- | audio/net-rhythmbox/files/patch-lib_getline.c | 12 | ||||
-rw-r--r-- | audio/net-rhythmbox/files/patch-library_rb-library-main-thread.c | 11 | ||||
-rw-r--r-- | audio/net-rhythmbox/files/patch-library_rb-library-walker-thread.c | 11 | ||||
-rw-r--r-- | audio/net-rhythmbox/files/patch-library_rb-node.c | 11 | ||||
-rw-r--r-- | audio/net-rhythmbox/pkg-descr | 12 | ||||
-rw-r--r-- | audio/net-rhythmbox/pkg-plist | 120 |
10 files changed, 0 insertions, 256 deletions
diff --git a/audio/Makefile b/audio/Makefile index a32035110179..3170a28656ba 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -256,7 +256,6 @@ SUBDIR += napster SUBDIR += nas SUBDIR += ncmpc - SUBDIR += net-rhythmbox SUBDIR += nogger SUBDIR += normalize SUBDIR += nosefart diff --git a/audio/net-rhythmbox/Makefile b/audio/net-rhythmbox/Makefile deleted file mode 100644 index 165c6c5e46d6..000000000000 --- a/audio/net-rhythmbox/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: net-rhythmbox -# Date created: 14 February 2003 -# Whom: Hendrik Scholz <hendrik@scholz.net> -# -# $FreeBSD$ -# - -PORTNAME= net-rhythmbox -PORTVERSION= 0.4.8 -PORTREVISION= 9 -CATEGORIES= audio gnome -MASTER_SITES= http://download.raisdorf.net/files/ - -MAINTAINER= hendrik@scholz.net -COMMENT= Audio player for the Gnome 2 desktop environment - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - FLAC.5:${PORTSDIR}/audio/flac \ - mad.2:${PORTSDIR}/audio/mad \ - vorbis.3:${PORTSDIR}/audio/libvorbis - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui gstreamerplugins -USE_LIBTOOL_VER= 13 -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" -CONFIGURE_ARGS= --disable-lirc - -BROKEN= "Needs update for gstreamer-0.8" -DEPRECATED= "use audio/rhythmbox instead as it has more features" -EXPIRATION_DATE= September 20, 2004 - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libxosd.so) -WITH_XOSD= yes -.endif -.if exists(${LOCALBASE}/lib/libvorbis.so) -WITH_VORBIS= yes -.endif - -.ifdef (WITH_XOSD) -LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd -.else -CONFIGURE_ARGS+= --disable-xosd -.endif -.ifdef (WITH_VORBIS) -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis -.else -CONFIGURE_ARGS+= --disable-vorbistest -.endif - -pre-everything:: -.if !defined(WITH_XOSD) - @${ECHO_CMD} - @${ECHO_CMD} "define WITH_XOSD to enable On-Screen-Display support" - @${ECHO_CMD} -.endif -.if !defined(WITH_VORBIS) - @${ECHO_CMD} - @${ECHO_CMD} "define WITH_VORBIS to enable Vorbis support" - @${ECHO_CMD} -.endif - -.include <bsd.port.post.mk> diff --git a/audio/net-rhythmbox/distinfo b/audio/net-rhythmbox/distinfo deleted file mode 100644 index dad1025c8904..000000000000 --- a/audio/net-rhythmbox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (net-rhythmbox-0.4.8.tar.gz) = e2dd382da135ea00ac93b0f27c12bcb9 -SIZE (net-rhythmbox-0.4.8.tar.gz) = 1461940 diff --git a/audio/net-rhythmbox/files/patch-configure b/audio/net-rhythmbox/files/patch-configure deleted file mode 100644 index f195f07b43c6..000000000000 --- a/audio/net-rhythmbox/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Dec 11 18:31:51 2002 -+++ configure Thu Dec 12 12:07:17 2002 -@@ -7414,6 +7414,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/audio/net-rhythmbox/files/patch-lib_getline.c b/audio/net-rhythmbox/files/patch-lib_getline.c deleted file mode 100644 index 448b0d9d0780..000000000000 --- a/audio/net-rhythmbox/files/patch-lib_getline.c +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/getline.c.orig Fri Feb 14 20:42:13 2003 -+++ lib/getline.c Fri Feb 14 20:44:09 2003 -@@ -43,6 +43,9 @@ - - # include "getstr.h" - -+int getline (char **, size_t *, FILE *); -+int getdelim (char **, size_t *, int, FILE *); -+ - int - getline (char **lineptr, size_t *n, FILE *stream) - { diff --git a/audio/net-rhythmbox/files/patch-library_rb-library-main-thread.c b/audio/net-rhythmbox/files/patch-library_rb-library-main-thread.c deleted file mode 100644 index 44611505c449..000000000000 --- a/audio/net-rhythmbox/files/patch-library_rb-library-main-thread.c +++ /dev/null @@ -1,11 +0,0 @@ ---- library/rb-library-main-thread.c.orig Sat May 17 20:56:40 2003 -+++ library/rb-library-main-thread.c Sat May 17 20:56:47 2003 -@@ -325,7 +325,7 @@ - rb_echo_area_end_task (echoarea, taskid); - g_mutex_unlock (priv->lock); - -- g_usleep (10); -+ g_usleep (10000); - } - - return NULL; diff --git a/audio/net-rhythmbox/files/patch-library_rb-library-walker-thread.c b/audio/net-rhythmbox/files/patch-library_rb-library-walker-thread.c deleted file mode 100644 index 1301febfd7cc..000000000000 --- a/audio/net-rhythmbox/files/patch-library_rb-library-walker-thread.c +++ /dev/null @@ -1,11 +0,0 @@ ---- library/rb-library-walker-thread.c.orig Sun Feb 9 13:09:48 2003 -+++ library/rb-library-walker-thread.c Sat May 17 21:02:36 2003 -@@ -325,7 +325,7 @@ - - g_mutex_unlock (thread->priv->lock); - -- g_usleep (10); -+ g_usleep (10000); - } - - return NULL; diff --git a/audio/net-rhythmbox/files/patch-library_rb-node.c b/audio/net-rhythmbox/files/patch-library_rb-node.c deleted file mode 100644 index ec9a5c35830d..000000000000 --- a/audio/net-rhythmbox/files/patch-library_rb-node.c +++ /dev/null @@ -1,11 +0,0 @@ ---- library/rb-node.c.orig Sun Feb 9 03:12:01 2003 -+++ library/rb-node.c Mon Apr 21 20:27:45 2003 -@@ -852,7 +861,7 @@ - int property_id) - { - GValue *ret; -- long mtime; -+ time_t mtime; - char *retval; - - g_return_val_if_fail (RB_IS_NODE (node), NULL); diff --git a/audio/net-rhythmbox/pkg-descr b/audio/net-rhythmbox/pkg-descr deleted file mode 100644 index c60e36a5ddb4..000000000000 --- a/audio/net-rhythmbox/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -netRhythmbox is a branch of Rhythmbox focusing on feature completion and -stability. Most interesting features in addition to the features of the -main tree are: - - - Internet radio - - Playlist file (.pls) support - - Real error handling - - X OnScreen Display support - - A dynamic progress statusbar - -WWW: http://web.verbum.org/net-rhythmbox/ --- Hendrik Scholz <hendrik@scholz.net> diff --git a/audio/net-rhythmbox/pkg-plist b/audio/net-rhythmbox/pkg-plist deleted file mode 100644 index ed189650ca0e..000000000000 --- a/audio/net-rhythmbox/pkg-plist +++ /dev/null @@ -1,120 +0,0 @@ -bin/net-rhythmbox -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/net-rhythmbox.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/net-rhythmbox.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/net-rhythmbox.schemas > /dev/null || /usr/bin/true -libdata/bonobo/servers/GNOME_netRhythmbox_Shell.server -share/gnome/application-registry/net-rhythmbox.applications -share/gnome/applications/net-rhythmbox.desktop -share/gnome/gnome-2.0/ui/net-rhythmbox-audiocd-view.xml -share/gnome/gnome-2.0/ui/net-rhythmbox-group-view.xml -share/gnome/gnome-2.0/ui/net-rhythmbox-iradio-view.xml -share/gnome/gnome-2.0/ui/net-rhythmbox-library-view.xml -share/gnome/gnome-2.0/ui/net-rhythmbox-test-view-2.xml -share/gnome/gnome-2.0/ui/net-rhythmbox-ui.xml -share/gnome/help/net-rhythmbox/C/authors.xml -share/gnome/help/net-rhythmbox/C/fdl-appendix.xml -share/gnome/help/net-rhythmbox/C/figures/rb-adv.png -share/gnome/help/net-rhythmbox/C/figures/rb-audio-cd.png -share/gnome/help/net-rhythmbox/C/figures/rb-basic.png -share/gnome/help/net-rhythmbox/C/figures/rb-browser.png -share/gnome/help/net-rhythmbox/C/figures/rb-empty.png -share/gnome/help/net-rhythmbox/C/figures/rb-full-play.png -share/gnome/help/net-rhythmbox/C/figures/rb-group-create.png -share/gnome/help/net-rhythmbox/C/figures/rb-group.png -share/gnome/help/net-rhythmbox/C/figures/rb-imported.png -share/gnome/help/net-rhythmbox/C/figures/rb-internet-radio.png -share/gnome/help/net-rhythmbox/C/figures/rb-iradio-prefs.png -share/gnome/help/net-rhythmbox/C/figures/rb-library-prefs.png -share/gnome/help/net-rhythmbox/C/figures/rb-nextprev.png -share/gnome/help/net-rhythmbox/C/figures/rb-nobrowse-play.png -share/gnome/help/net-rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/net-rhythmbox/C/figures/rb-notification-area.png -share/gnome/help/net-rhythmbox/C/figures/rb-player.png -share/gnome/help/net-rhythmbox/C/figures/rb-prefs.png -share/gnome/help/net-rhythmbox/C/figures/rb-repeat.png -share/gnome/help/net-rhythmbox/C/figures/rb-search.png -share/gnome/help/net-rhythmbox/C/figures/rb-shuffle.png -share/gnome/help/net-rhythmbox/C/figures/rb-sidebar.png -share/gnome/help/net-rhythmbox/C/figures/rb-stats.png -share/gnome/help/net-rhythmbox/C/figures/rb-toolbar-editor.png -share/gnome/help/net-rhythmbox/C/figures/rb-toolbar.png -share/gnome/help/net-rhythmbox/C/figures/rb-volume-mute.png -share/gnome/help/net-rhythmbox/C/figures/rb-window.png -share/gnome/help/net-rhythmbox/C/figures/rhythmbox-group.png -share/gnome/help/net-rhythmbox/C/figures/rhythmbox-tray-icon.png -share/gnome/help/net-rhythmbox/C/internet-radio.xml -share/gnome/help/net-rhythmbox/C/legal.xml -share/gnome/help/net-rhythmbox/C/net-rhythmbox.xml -share/gnome/help/net-rhythmbox/C/quick-reference.xml -share/gnome/help/net-rhythmbox/C/user-guide.xml -share/gnome/net-rhythmbox/art/about-logo.png -share/gnome/net-rhythmbox/art/rhythmbox-album.png -share/gnome/net-rhythmbox/art/rhythmbox-audiocd.png -share/gnome/net-rhythmbox/art/rhythmbox-dnd.png -share/gnome/net-rhythmbox/art/rhythmbox-group.png -share/gnome/net-rhythmbox/art/rhythmbox-iradio.png -share/gnome/net-rhythmbox/art/rhythmbox-library.png -share/gnome/net-rhythmbox/art/rhythmbox-next.png -share/gnome/net-rhythmbox/art/rhythmbox-no-star.png -share/gnome/net-rhythmbox/art/rhythmbox-pause.png -share/gnome/net-rhythmbox/art/rhythmbox-play.png -share/gnome/net-rhythmbox/art/rhythmbox-playing.png -share/gnome/net-rhythmbox/art/rhythmbox-playlist.png -share/gnome/net-rhythmbox/art/rhythmbox-previous.png -share/gnome/net-rhythmbox/art/rhythmbox-repeat.png -share/gnome/net-rhythmbox/art/rhythmbox-rewind.png -share/gnome/net-rhythmbox/art/rhythmbox-set-star.png -share/gnome/net-rhythmbox/art/rhythmbox-shuffle.png -share/gnome/net-rhythmbox/art/rhythmbox-stop.png -share/gnome/net-rhythmbox/art/rhythmbox-tray-icon.png -share/gnome/net-rhythmbox/art/rhythmbox-unset-star.png -share/gnome/net-rhythmbox/art/rhythmbox-visuals.png -share/gnome/net-rhythmbox/art/rhythmbox-volume-max.png -share/gnome/net-rhythmbox/art/rhythmbox-volume-medium.png -share/gnome/net-rhythmbox/art/rhythmbox-volume-min.png -share/gnome/net-rhythmbox/art/rhythmbox-volume-mute.png -share/gnome/net-rhythmbox/art/rhythmbox-volume-zero.png -share/gnome/net-rhythmbox/glade/buffering-dialog.glade -share/gnome/net-rhythmbox/glade/general-prefs.glade -share/gnome/net-rhythmbox/glade/iradio-prefs.glade -share/gnome/net-rhythmbox/glade/library-prefs.glade -share/gnome/net-rhythmbox/glade/song-info.glade -share/gnome/net-rhythmbox/glade/station-new.glade -share/gnome/net-rhythmbox/glade/station-properties.glade -share/gnome/net-rhythmbox/glade/toolbar-editor.glade -share/gnome/net-rhythmbox/glade/uri.glade -share/gnome/net-rhythmbox/iradio-initial.xml -share/gnome/net-rhythmbox/node-views/rb-node-view-albums.xml -share/gnome/net-rhythmbox/node-views/rb-node-view-artists.xml -share/gnome/net-rhythmbox/node-views/rb-node-view-cdaudio.xml -share/gnome/net-rhythmbox/node-views/rb-node-view-genres.xml -share/gnome/net-rhythmbox/node-views/rb-node-view-iradio-genres.xml -share/gnome/net-rhythmbox/node-views/rb-node-view-iradio-stations.xml -share/gnome/net-rhythmbox/node-views/rb-node-view-songs.xml -share/gnome/omf/net-rhythmbox/rhythmbox-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/net-rhythmbox/rhythmbox-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/net-rhythmbox.png -share/locale/cs/LC_MESSAGES/netrhythmbox.mo -share/locale/da/LC_MESSAGES/netrhythmbox.mo -share/locale/de/LC_MESSAGES/netrhythmbox.mo -share/locale/el/LC_MESSAGES/netrhythmbox.mo -share/locale/es/LC_MESSAGES/netrhythmbox.mo -share/locale/fr/LC_MESSAGES/netrhythmbox.mo -share/locale/it/LC_MESSAGES/netrhythmbox.mo -share/locale/ja/LC_MESSAGES/netrhythmbox.mo -share/locale/ko/LC_MESSAGES/netrhythmbox.mo -share/locale/ms/LC_MESSAGES/netrhythmbox.mo -share/locale/no/LC_MESSAGES/netrhythmbox.mo -share/locale/ru/LC_MESSAGES/netrhythmbox.mo -share/locale/sv/LC_MESSAGES/netrhythmbox.mo -share/locale/tr/LC_MESSAGES/netrhythmbox.mo -share/locale/vi/LC_MESSAGES/netrhythmbox.mo -@dirrm share/gnome/omf/net-rhythmbox -@dirrm share/gnome/net-rhythmbox/node-views -@dirrm share/gnome/net-rhythmbox/glade -@dirrm share/gnome/net-rhythmbox/art -@dirrm share/gnome/net-rhythmbox -@dirrm share/gnome/help/net-rhythmbox/C/figures -@dirrm share/gnome/help/net-rhythmbox/C -@dirrm share/gnome/help/net-rhythmbox -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/net-rhythmbox/rhythmbox-C.omf 2>/dev/null || /usr/bin/true |