diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 11:45:37 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 11:45:37 +0800 |
commit | f55ee497ec5cb91bb25b783df0820567f3c4c543 (patch) | |
tree | 8ed2163085cb9e0bdd56a3130c8f0c063b440d7a | |
parent | 0963c9654cc3add56bbafa91db2153593bf10960 (diff) | |
download | marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar.gz marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar.bz2 marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar.lz marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar.xz marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar.zst marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.zip |
- Clean audio
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5050 df743ca5-7f9a-e211-a948-0013205c9059
36 files changed, 0 insertions, 2232 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile deleted file mode 100644 index f7efe3736..000000000 --- a/audio/gnome-media/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: gnomemedia2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/gnomemedia2/Makefile,v 1.78 2005/08/08 17:18:50 kwm Exp $ -# - -PORTNAME= gnomemedia2 -PORTVERSION= 2.12.0 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-media/2.12 -DISTNAME= gnome-media-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Multimedia applications for the GNOME 2 desktop - -USE_BZIP2= yes -INSTALLS_OMF= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - gail nautiluscdburner -USE_GSTREAMER= esound cdparanoia gconf -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \ - gnome-cd.schemas gnome-sound-recorder.schemas \ - gnome-volume-control.schemas - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \ - ${WRKSRC}/gnome-cd/Makefile.in -.if ${OSVERSION} > 501107 - @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0|' ${WRKSRC}/configure -.else - @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0c|' ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/audio/gnome-media/distinfo b/audio/gnome-media/distinfo deleted file mode 100644 index 97a4c2785..000000000 --- a/audio/gnome-media/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-media-2.12.0.tar.bz2) = 74d9a78f7269602e033ab1a4a144afdf -SIZE (gnome2/gnome-media-2.12.0.tar.bz2) = 3444233 diff --git a/audio/gnome-media/files/patch-cddb-slave2_gnet-private.h b/audio/gnome-media/files/patch-cddb-slave2_gnet-private.h deleted file mode 100644 index 1ec1fc50f..000000000 --- a/audio/gnome-media/files/patch-cddb-slave2_gnet-private.h +++ /dev/null @@ -1,11 +0,0 @@ ---- cddb-slave2/gnet-private.h.orig Tue Aug 31 19:58:18 2004 -+++ cddb-slave2/gnet-private.h Tue Aug 31 20:02:23 2004 -@@ -68,7 +68,7 @@ - #include <resolv.h> - #include <netdb.h> - --#ifndef __socklen_t_defined -+#if !defined(__socklen_t_defined) && !defined(__FreeBSD__) - typedef guint32 socklen_t; - #endif - diff --git a/audio/gnome-media/files/patch-cddb-slave2_tcp.c b/audio/gnome-media/files/patch-cddb-slave2_tcp.c deleted file mode 100644 index f316b7f01..000000000 --- a/audio/gnome-media/files/patch-cddb-slave2_tcp.c +++ /dev/null @@ -1,20 +0,0 @@ ---- cddb-slave2/tcp.c.orig Mon Sep 20 14:52:50 2004 -+++ cddb-slave2/tcp.c Sat Mar 12 03:30:52 2005 -@@ -265,7 +265,7 @@ gnet_tcp_socket_new_async (const GInetAd - continue; - - sa_in6->sin6_scope_id = ifindex; -- con = connect (s->sockfd, (struct sockaddr *)&sa6, sizeof(s->sa)); -+ con = connect (s->sockfd, (struct sockaddr *)&sa6, sizeof(sa6)); - if (con == 0 || errno == EINPROGRESS) - break; - -@@ -283,7 +283,7 @@ gnet_tcp_socket_new_async (const GInetAd - memcpy(&sa, &addr->sa, sizeof(sa)); - sa_in = (struct sockaddr_in *) &sa; - sa_in->sin_family = AF_INET; -- con = connect(s->sockfd, &sa, sizeof(s->sa)); -+ con = connect(s->sockfd, &sa, sizeof(sa)); - } - - /* Connect (but non-blocking!) */ diff --git a/audio/gnome-media/files/patch-configure b/audio/gnome-media/files/patch-configure deleted file mode 100644 index e2224d930..000000000 --- a/audio/gnome-media/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Jun 1 17:42:05 2004 -+++ configure Tue Jun 1 18:38:15 2004 -@@ -24584,7 +24584,7 @@ - *FreeBSD*) - CDROM_HOST=bsd - CDROM_HOST_BSD=true -- default_cd_device="/dev/acd0c" -+ default_cd_device="/dev/%%CDROM%%" - ;; - *NetBSD*) - CDROM_HOST=bsd diff --git a/audio/gnome-media/files/patch-gnome-cd_gst-cdparanoia-cdrom.c b/audio/gnome-media/files/patch-gnome-cd_gst-cdparanoia-cdrom.c deleted file mode 100644 index 8d49db7bc..000000000 --- a/audio/gnome-media/files/patch-gnome-cd_gst-cdparanoia-cdrom.c +++ /dev/null @@ -1,49 +0,0 @@ ---- gnome-cd/gst-cdparanoia-cdrom.c.orig Mon Apr 4 16:25:49 2005 -+++ gnome-cd/gst-cdparanoia-cdrom.c Mon Apr 4 16:26:14 2005 -@@ -1224,6 +1224,16 @@ - *status = NULL; - return FALSE; - } -+#else -+ if (ioctl (cdrom->fd, CDIOREADTOCHEADER, priv->tochdr) < 0) { -+ realstatus->cd = GNOME_CDROM_STATUS_NO_DISC; -+ realstatus->audio = GNOME_CDROM_AUDIO_NOTHING; -+ realstatus->track = -1; -+ -+ gst_cdparanoia_cdrom_close (lcd); -+ return TRUE; -+ } -+ realstatus->cd = GNOME_CDROM_STATUS_OK; - #endif - - gst_cdparanoia_cdrom_close (lcd); -@@ -1421,15 +1431,18 @@ - return FALSE; - } - -+#if !defined(__FreeBSD__) -+ /* XXX: One cannot send CDIOCCAPABILITY to an atapicam CD-ROM -+ * device. -+ */ -+ - fd = open (device, O_RDONLY | O_NONBLOCK); - if (fd < 0) { - return FALSE; - } - - /* Fire a harmless ioctl at the device. */ --#if defined(__FreeBSD__) -- if (ioctl (fd, CDIOCCAPABILITY, 0) < 0) { --#elif defined(__NetBSD__) || defined(__OpenBSD__) -+#if defined(__NetBSD__) || defined(__OpenBSD__) - if (ioctl (fd, CDIOCGETVOL, 0) < 0) { - #else - if (ioctl (fd, CDROM_GET_CAPABILITY, 0) < 0) { -@@ -1441,6 +1454,7 @@ - } - - close (fd); -+#endif /* __FreeBSD__ */ - - return TRUE; - } diff --git a/audio/gnome-media/pkg-descr b/audio/gnome-media/pkg-descr deleted file mode 100644 index 7b2258499..000000000 --- a/audio/gnome-media/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Multimedia applications for the GNOME 2.0 desktop. Includes gnome-cd, a CDDB -aware CD player; gnome-volume-control, for controlling the sound card's mixer; -and VU-Meter, to slow down your desktop... diff --git a/audio/gnome-media/pkg-plist b/audio/gnome-media/pkg-plist deleted file mode 100644 index b5e234a89..000000000 --- a/audio/gnome-media/pkg-plist +++ /dev/null @@ -1,581 +0,0 @@ -bin/cddb-slave2-properties -bin/gnome-audio-profiles-properties -bin/gnome-cd -bin/gnome-sound-recorder -bin/gnome-volume-control -bin/gstreamer-properties -bin/vumeter -include/cddb-slave2/cddb-slave-client.h -include/gnome-media/profiles/audio-profile-choose.h -include/gnome-media/profiles/audio-profile-edit.h -include/gnome-media/profiles/audio-profile.h -include/gnome-media/profiles/audio-profiles-edit.h -include/gnome-media/profiles/gnome-media-profiles.h -lib/libcddb-slave2.a -lib/libcddb-slave2.so -lib/libcddb-slave2.so.0 -lib/libglade/2.0/libgnome-media-profiles.so -lib/libgnome-media-profiles.a -lib/libgnome-media-profiles.so -lib/libgnome-media-profiles.so.0 -libdata/bonobo/servers/GNOME_Media_CDDBSlave2.server -libdata/pkgconfig/gnome-media-profiles.pc -libexec/CDDBSlave2 -libexec/cddb-track-editor -share/gnome/applications/cddb-slave.desktop -share/gnome/applications/gnome-cd.desktop -share/gnome/applications/gnome-sound-recorder.desktop -share/gnome/applications/gnome-volume-control.desktop -share/gnome/applications/gstreamer-properties.desktop -share/gnome/applications/reclevel.desktop -share/gnome/applications/vumeter.desktop -share/gnome/gnome-media/glade/gnome-audio-profiles.glade2 -share/gnome/gnome-media/pixmaps/3dsound.png -share/gnome/gnome-media/pixmaps/chain-broken.png -share/gnome/gnome-media/pixmaps/chain.png -share/gnome/gnome-media/pixmaps/headphones.png -share/gnome/gnome-media/pixmaps/mixer.png -share/gnome/gnome-media/pixmaps/noplay.png -share/gnome/gnome-media/pixmaps/norecord.png -share/gnome/gnome-media/pixmaps/phone.png -share/gnome/gnome-media/pixmaps/play.png -share/gnome/gnome-media/pixmaps/record.png -share/gnome/gnome-media/pixmaps/tone.png -share/gnome/gnome-media/pixmaps/video.png -share/gnome/gnome-sound-recorder/ui/ui.xml -share/gnome/gstreamer-properties/glade/gstreamer-properties.glade -share/gnome/gstreamer-properties/icons/gstreamer-properties.png -share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/C/figures/cdplayer_window.png -share/gnome/help/gnome-cd/C/figures/eject_button.png -share/gnome/help/gnome-cd/C/figures/forward_button.png -share/gnome/help/gnome-cd/C/figures/next_button.png -share/gnome/help/gnome-cd/C/figures/pause_button.png -share/gnome/help/gnome-cd/C/figures/play_button.png -share/gnome/help/gnome-cd/C/figures/preferences_button.png -share/gnome/help/gnome-cd/C/figures/previous_button.png -share/gnome/help/gnome-cd/C/figures/rewind_button.png -share/gnome/help/gnome-cd/C/figures/stop_button.png -share/gnome/help/gnome-cd/C/gnome-cd.xml -share/gnome/help/gnome-cd/C/legal.xml -share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/de/figures/cdplayer_window.png -share/gnome/help/gnome-cd/de/figures/eject_button.png -share/gnome/help/gnome-cd/de/figures/forward_button.png -share/gnome/help/gnome-cd/de/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/de/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/de/figures/gnome-cd.png -share/gnome/help/gnome-cd/de/figures/next_button.png -share/gnome/help/gnome-cd/de/figures/pause_button.png -share/gnome/help/gnome-cd/de/figures/play_button.png -share/gnome/help/gnome-cd/de/figures/preferences_button.png -share/gnome/help/gnome-cd/de/figures/previous_button.png -share/gnome/help/gnome-cd/de/figures/rewind_button.png -share/gnome/help/gnome-cd/de/figures/stop_button.png -share/gnome/help/gnome-cd/de/gnome-cd.xml -share/gnome/help/gnome-cd/de/legal.xml -share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/es/figures/cdplayer_window.png -share/gnome/help/gnome-cd/es/figures/eject_button.png -share/gnome/help/gnome-cd/es/figures/forward_button.png -share/gnome/help/gnome-cd/es/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/es/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/es/figures/gnome-cd.png -share/gnome/help/gnome-cd/es/figures/next_button.png -share/gnome/help/gnome-cd/es/figures/pause_button.png -share/gnome/help/gnome-cd/es/figures/play_button.png -share/gnome/help/gnome-cd/es/figures/preferences_button.png -share/gnome/help/gnome-cd/es/figures/previous_button.png -share/gnome/help/gnome-cd/es/figures/rewind_button.png -share/gnome/help/gnome-cd/es/figures/stop_button.png -share/gnome/help/gnome-cd/es/gnome-cd.xml -share/gnome/help/gnome-cd/es/legal.xml -share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/fr/figures/cdplayer_window.png -share/gnome/help/gnome-cd/fr/figures/eject_button.png -share/gnome/help/gnome-cd/fr/figures/forward_button.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd.png -share/gnome/help/gnome-cd/fr/figures/next_button.png -share/gnome/help/gnome-cd/fr/figures/pause_button.png -share/gnome/help/gnome-cd/fr/figures/play_button.png -share/gnome/help/gnome-cd/fr/figures/preferences_button.png -share/gnome/help/gnome-cd/fr/figures/previous_button.png -share/gnome/help/gnome-cd/fr/figures/rewind_button.png -share/gnome/help/gnome-cd/fr/figures/stop_button.png -share/gnome/help/gnome-cd/fr/gnome-cd.xml -share/gnome/help/gnome-cd/fr/legal.xml -share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/it/figures/cdplayer_window.png -share/gnome/help/gnome-cd/it/figures/eject_button.png -share/gnome/help/gnome-cd/it/figures/forward_button.png -share/gnome/help/gnome-cd/it/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/it/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/it/figures/gnome-cd.png -share/gnome/help/gnome-cd/it/figures/next_button.png -share/gnome/help/gnome-cd/it/figures/pause_button.png -share/gnome/help/gnome-cd/it/figures/play_button.png -share/gnome/help/gnome-cd/it/figures/preferences_button.png -share/gnome/help/gnome-cd/it/figures/previous_button.png -share/gnome/help/gnome-cd/it/figures/rewind_button.png -share/gnome/help/gnome-cd/it/figures/stop_button.png -share/gnome/help/gnome-cd/it/gnome-cd.xml -share/gnome/help/gnome-cd/it/legal.xml -share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/ja/figures/cdplayer_window.png -share/gnome/help/gnome-cd/ja/figures/eject_button.png -share/gnome/help/gnome-cd/ja/figures/forward_button.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd.png -share/gnome/help/gnome-cd/ja/figures/next_button.png -share/gnome/help/gnome-cd/ja/figures/pause_button.png -share/gnome/help/gnome-cd/ja/figures/play_button.png -share/gnome/help/gnome-cd/ja/figures/preferences_button.png -share/gnome/help/gnome-cd/ja/figures/previous_button.png -share/gnome/help/gnome-cd/ja/figures/rewind_button.png -share/gnome/help/gnome-cd/ja/figures/stop_button.png -share/gnome/help/gnome-cd/ja/gnome-cd.xml -share/gnome/help/gnome-cd/ja/legal.xml -share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/ko/figures/cdplayer_window.png -share/gnome/help/gnome-cd/ko/figures/eject_button.png -share/gnome/help/gnome-cd/ko/figures/forward_button.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd.png -share/gnome/help/gnome-cd/ko/figures/next_button.png -share/gnome/help/gnome-cd/ko/figures/pause_button.png -share/gnome/help/gnome-cd/ko/figures/play_button.png -share/gnome/help/gnome-cd/ko/figures/preferences_button.png -share/gnome/help/gnome-cd/ko/figures/previous_button.png -share/gnome/help/gnome-cd/ko/figures/rewind_button.png -share/gnome/help/gnome-cd/ko/figures/stop_button.png -share/gnome/help/gnome-cd/ko/gnome-cd.xml -share/gnome/help/gnome-cd/ko/legal.xml -share/gnome/help/gnome-cd/nl/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/nl/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/nl/figures/cdplayer_window.png -share/gnome/help/gnome-cd/nl/figures/eject_button.png -share/gnome/help/gnome-cd/nl/figures/forward_button.png -share/gnome/help/gnome-cd/nl/figures/next_button.png -share/gnome/help/gnome-cd/nl/figures/pause_button.png -share/gnome/help/gnome-cd/nl/figures/play_button.png -share/gnome/help/gnome-cd/nl/figures/preferences_button.png -share/gnome/help/gnome-cd/nl/figures/previous_button.png -share/gnome/help/gnome-cd/nl/figures/rewind_button.png -share/gnome/help/gnome-cd/nl/figures/stop_button.png -share/gnome/help/gnome-cd/nl/gnome-cd.xml -share/gnome/help/gnome-cd/nl/legal.xml -share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/sv/figures/cdplayer_window.png -share/gnome/help/gnome-cd/sv/figures/eject_button.png -share/gnome/help/gnome-cd/sv/figures/forward_button.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd.png -share/gnome/help/gnome-cd/sv/figures/next_button.png -share/gnome/help/gnome-cd/sv/figures/pause_button.png -share/gnome/help/gnome-cd/sv/figures/play_button.png -share/gnome/help/gnome-cd/sv/figures/preferences_button.png -share/gnome/help/gnome-cd/sv/figures/previous_button.png -share/gnome/help/gnome-cd/sv/figures/rewind_button.png -share/gnome/help/gnome-cd/sv/figures/stop_button.png -share/gnome/help/gnome-cd/sv/gnome-cd.xml -share/gnome/help/gnome-cd/sv/legal.xml -share/gnome/help/gnome-cd/uk/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/uk/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/uk/figures/cdplayer_window.png -share/gnome/help/gnome-cd/uk/figures/eject_button.png -share/gnome/help/gnome-cd/uk/figures/forward_button.png -share/gnome/help/gnome-cd/uk/figures/next_button.png -share/gnome/help/gnome-cd/uk/figures/pause_button.png -share/gnome/help/gnome-cd/uk/figures/play_button.png -share/gnome/help/gnome-cd/uk/figures/preferences_button.png -share/gnome/help/gnome-cd/uk/figures/previous_button.png -share/gnome/help/gnome-cd/uk/figures/rewind_button.png -share/gnome/help/gnome-cd/uk/figures/stop_button.png -share/gnome/help/gnome-cd/uk/gnome-cd.xml -share/gnome/help/gnome-cd/uk/legal.xml -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_window.png -share/gnome/help/gnome-cd/zh_CN/figures/eject_button.png -share/gnome/help/gnome-cd/zh_CN/figures/forward_button.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd.png -share/gnome/help/gnome-cd/zh_CN/figures/next_button.png -share/gnome/help/gnome-cd/zh_CN/figures/pause_button.png -share/gnome/help/gnome-cd/zh_CN/figures/play_button.png -share/gnome/help/gnome-cd/zh_CN/figures/preferences_button.png -share/gnome/help/gnome-cd/zh_CN/figures/previous_button.png -share/gnome/help/gnome-cd/zh_CN/figures/rewind_button.png -share/gnome/help/gnome-cd/zh_CN/figures/stop_button.png -share/gnome/help/gnome-cd/zh_CN/gnome-cd.xml -share/gnome/help/gnome-cd/zh_CN/legal.xml -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_window.png -share/gnome/help/gnome-cd/zh_TW/figures/eject_button.png -share/gnome/help/gnome-cd/zh_TW/figures/forward_button.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd.png -share/gnome/help/gnome-cd/zh_TW/figures/next_button.png -share/gnome/help/gnome-cd/zh_TW/figures/pause_button.png -share/gnome/help/gnome-cd/zh_TW/figures/play_button.png -share/gnome/help/gnome-cd/zh_TW/figures/preferences_button.png -share/gnome/help/gnome-cd/zh_TW/figures/previous_button.png -share/gnome/help/gnome-cd/zh_TW/figures/rewind_button.png -share/gnome/help/gnome-cd/zh_TW/figures/stop_button.png -share/gnome/help/gnome-cd/zh_TW/gnome-cd.xml -share/gnome/help/gnome-cd/zh_TW/legal.xml -share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/C/legal.xml -share/gnome/help/gnome-sound-recorder/uk/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/uk/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/uk/legal.xml -share/gnome/help/gnome-volume-control/C/figures/gmix-prefs.png -share/gnome/help/gnome-volume-control/C/figures/gmix.png -share/gnome/help/gnome-volume-control/C/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/C/legal.xml -share/gnome/help/gnome-volume-control/uk/figures/gmix-prefs.png -share/gnome/help/gnome-volume-control/uk/figures/gmix.png -share/gnome/help/gnome-volume-control/uk/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/uk/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/uk/legal.xml -share/gnome/help/grecord/de/figures/grecord-prefs-path.png -share/gnome/help/grecord/de/figures/grecord-prefs-play.png -share/gnome/help/grecord/de/figures/grecord-prefs-rec.png -share/gnome/help/grecord/de/figures/grecord-prefs-sound.png -share/gnome/help/grecord/de/figures/grecord-prefs-ui.png -share/gnome/help/grecord/de/figures/grecord.png -share/gnome/help/grecord/de/figures/grecord_window.png -share/gnome/help/grecord/de/grecord.xml -share/gnome/help/grecord/de/legal.xml -share/gnome/help/grecord/es/figures/grecord-prefs-path.png -share/gnome/help/grecord/es/figures/grecord-prefs-play.png -share/gnome/help/grecord/es/figures/grecord-prefs-rec.png -share/gnome/help/grecord/es/figures/grecord-prefs-sound.png -share/gnome/help/grecord/es/figures/grecord-prefs-ui.png -share/gnome/help/grecord/es/figures/grecord.png -share/gnome/help/grecord/es/figures/grecord_window.png -share/gnome/help/grecord/es/grecord.xml -share/gnome/help/grecord/es/legal.xml -share/gnome/help/grecord/fr/figures/grecord-prefs-path.png -share/gnome/help/grecord/fr/figures/grecord-prefs-play.png -share/gnome/help/grecord/fr/figures/grecord-prefs-rec.png -share/gnome/help/grecord/fr/figures/grecord-prefs-sound.png -share/gnome/help/grecord/fr/figures/grecord-prefs-ui.png -share/gnome/help/grecord/fr/figures/grecord.png -share/gnome/help/grecord/fr/figures/grecord_window.png -share/gnome/help/grecord/fr/grecord.xml -share/gnome/help/grecord/fr/legal.xml -share/gnome/help/grecord/it/figures/grecord-prefs-path.png -share/gnome/help/grecord/it/figures/grecord-prefs-play.png -share/gnome/help/grecord/it/figures/grecord-prefs-rec.png -share/gnome/help/grecord/it/figures/grecord-prefs-sound.png -share/gnome/help/grecord/it/figures/grecord-prefs-ui.png -share/gnome/help/grecord/it/figures/grecord.png -share/gnome/help/grecord/it/figures/grecord_window.png -share/gnome/help/grecord/it/grecord.xml -share/gnome/help/grecord/it/legal.xml -share/gnome/help/grecord/ja/figures/grecord-prefs-path.png -share/gnome/help/grecord/ja/figures/grecord-prefs-play.png -share/gnome/help/grecord/ja/figures/grecord-prefs-rec.png -share/gnome/help/grecord/ja/figures/grecord-prefs-sound.png -share/gnome/help/grecord/ja/figures/grecord-prefs-ui.png -share/gnome/help/grecord/ja/figures/grecord.png -share/gnome/help/grecord/ja/figures/grecord_window.png -share/gnome/help/grecord/ja/grecord.xml -share/gnome/help/grecord/ja/legal.xml -share/gnome/help/grecord/ko/figures/grecord-prefs-path.png -share/gnome/help/grecord/ko/figures/grecord-prefs-play.png -share/gnome/help/grecord/ko/figures/grecord-prefs-rec.png -share/gnome/help/grecord/ko/figures/grecord-prefs-sound.png -share/gnome/help/grecord/ko/figures/grecord-prefs-ui.png -share/gnome/help/grecord/ko/figures/grecord.png -share/gnome/help/grecord/ko/figures/grecord_window.png -share/gnome/help/grecord/ko/grecord.xml -share/gnome/help/grecord/ko/legal.xml -share/gnome/help/grecord/sv/figures/grecord-prefs-path.png -share/gnome/help/grecord/sv/figures/grecord-prefs-play.png -share/gnome/help/grecord/sv/figures/grecord-prefs-rec.png -share/gnome/help/grecord/sv/figures/grecord-prefs-sound.png -share/gnome/help/grecord/sv/figures/grecord-prefs-ui.png -share/gnome/help/grecord/sv/figures/grecord.png -share/gnome/help/grecord/sv/figures/grecord_window.png -share/gnome/help/grecord/sv/grecord.xml -share/gnome/help/grecord/sv/legal.xml -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-path.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-play.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-rec.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-sound.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-ui.png -share/gnome/help/grecord/zh_CN/figures/grecord.png -share/gnome/help/grecord/zh_CN/figures/grecord_window.png -share/gnome/help/grecord/zh_CN/grecord.xml -share/gnome/help/grecord/zh_CN/legal.xml -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-path.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-play.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-rec.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-sound.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-ui.png -share/gnome/help/grecord/zh_TW/figures/grecord.png -share/gnome/help/grecord/zh_TW/figures/grecord_window.png -share/gnome/help/grecord/zh_TW/grecord.xml -share/gnome/help/grecord/zh_TW/legal.xml -share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/C/legal.xml -share/gnome/help/gstreamer-properties/uk/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/uk/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/uk/legal.xml -share/gnome/idl/GNOME_Media_CDDBSlave2.idl -share/gnome/omf/gnome-media/gnome-cd-C.omf -share/gnome/omf/gnome-media/gnome-cd-de.omf -share/gnome/omf/gnome-media/gnome-cd-es.omf -share/gnome/omf/gnome-media/gnome-cd-fr.omf -share/gnome/omf/gnome-media/gnome-cd-it.omf -share/gnome/omf/gnome-media/gnome-cd-ja.omf -share/gnome/omf/gnome-media/gnome-cd-ko.omf -share/gnome/omf/gnome-media/gnome-cd-nl.omf -share/gnome/omf/gnome-media/gnome-cd-sv.omf -share/gnome/omf/gnome-media/gnome-cd-uk.omf -share/gnome/omf/gnome-media/gnome-cd-zh_CN.omf -share/gnome/omf/gnome-media/gnome-cd-zh_TW.omf -share/gnome/omf/gnome-media/gnome-volume-control-C.omf -share/gnome/omf/gnome-media/gnome-volume-control-uk.omf -share/gnome/omf/gnome-media/grecord-C.omf -share/gnome/omf/gnome-media/grecord-de.omf -share/gnome/omf/gnome-media/grecord-es.omf -share/gnome/omf/gnome-media/grecord-fr.omf -share/gnome/omf/gnome-media/grecord-it.omf -share/gnome/omf/gnome-media/grecord-ja.omf -share/gnome/omf/gnome-media/grecord-ko.omf -share/gnome/omf/gnome-media/grecord-sv.omf -share/gnome/omf/gnome-media/grecord-uk.omf -share/gnome/omf/gnome-media/grecord-zh_CN.omf -share/gnome/omf/gnome-media/grecord-zh_TW.omf -share/gnome/omf/gnome-media/gstreamer-properties-C.omf -share/gnome/omf/gnome-media/gstreamer-properties-uk.omf -share/gnome/pixmaps/gnome-cd.png -share/gnome/pixmaps/gnome-cd/cd.png -share/gnome/pixmaps/gnome-cd/disc.png -share/gnome/pixmaps/gnome-cd/media-eject.png -share/gnome/pixmaps/gnome-cd/once.png -share/gnome/pixmaps/gnome-cd/repeat.png -share/gnome/pixmaps/gnome-cd/themes/None/None.theme -share/gnome/pixmaps/gnome-cd/themes/None/a-eject-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-first-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-last-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-play-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-stop-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom.png -share/gnome/pixmaps/gnome-cd/themes/None/media-eject.png -share/gnome/pixmaps/gnome-cd/themes/None/media-fwd.png -share/gnome/pixmaps/gnome-cd/themes/None/media-next.png -share/gnome/pixmaps/gnome-cd/themes/None/media-pause.png -share/gnome/pixmaps/gnome-cd/themes/None/media-play.png -share/gnome/pixmaps/gnome-cd/themes/None/media-prev.png -share/gnome/pixmaps/gnome-cd/themes/None/media-rew.png -share/gnome/pixmaps/gnome-cd/themes/None/media-stop.png -share/gnome/pixmaps/gnome-cd/themes/None/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/None/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/None/middle.png -share/gnome/pixmaps/gnome-cd/themes/None/top-left.png -share/gnome/pixmaps/gnome-cd/themes/None/top-right.png -share/gnome/pixmaps/gnome-cd/themes/None/top.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom.png -share/gnome/pixmaps/gnome-cd/themes/lcd/lcd.theme -share/gnome/pixmaps/gnome-cd/themes/lcd/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/middle.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom.png -share/gnome/pixmaps/gnome-cd/themes/media/media.theme -share/gnome/pixmaps/gnome-cd/themes/media/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/media/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/media/middle.png -share/gnome/pixmaps/gnome-cd/themes/media/top-left.png -share/gnome/pixmaps/gnome-cd/themes/media/top-right.png -share/gnome/pixmaps/gnome-cd/themes/media/top.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/red-lcd.theme -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top.png -share/gnome/pixmaps/gnome-cd/track.png -share/gnome/pixmaps/gnome-grecord.png -share/gnome/pixmaps/gnome-mixer.png -share/gnome/pixmaps/gnome-reclevel.png -share/gnome/pixmaps/gnome-vumeter.png -share/gnome/pixmaps/gstreamer-properties.png -share/locale/am/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo -share/locale/az/LC_MESSAGES/gnome-media-2.0.mo -share/locale/be/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-media-2.0.mo -share/locale/da/LC_MESSAGES/gnome-media-2.0.mo -share/locale/de/LC_MESSAGES/gnome-media-2.0.mo -share/locale/el/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-media-2.0.mo -share/locale/es/LC_MESSAGES/gnome-media-2.0.mo -share/locale/et/LC_MESSAGES/gnome-media-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/he/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/id/LC_MESSAGES/gnome-media-2.0.mo -share/locale/it/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/no/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-media-2.0.mo -share/locale/th/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo -@dirrm share/gnome/pixmaps/gnome-cd/themes/red-lcd -@dirrm share/gnome/pixmaps/gnome-cd/themes/media -@dirrm share/gnome/pixmaps/gnome-cd/themes/lcd -@dirrm share/gnome/pixmaps/gnome-cd/themes/None -@dirrm share/gnome/pixmaps/gnome-cd/themes -@dirrm share/gnome/pixmaps/gnome-cd -@dirrm share/gnome/omf/gnome-media -@dirrm share/gnome/help/gstreamer-properties/uk/figures -@dirrm share/gnome/help/gstreamer-properties/uk -@dirrm share/gnome/help/gstreamer-properties/C/figures -@dirrm share/gnome/help/gstreamer-properties/C -@dirrm share/gnome/help/gstreamer-properties -@dirrm share/gnome/help/grecord/zh_TW/figures -@dirrm share/gnome/help/grecord/zh_TW -@dirrm share/gnome/help/grecord/zh_CN/figures -@dirrm share/gnome/help/grecord/zh_CN -@dirrm share/gnome/help/grecord/sv/figures -@dirrm share/gnome/help/grecord/sv -@dirrm share/gnome/help/gnome-cd/nl/figures -@dirrm share/gnome/help/gnome-cd/nl -@dirrm share/gnome/help/grecord/ko/figures -@dirrm share/gnome/help/grecord/ko -@dirrm share/gnome/help/grecord/ja/figures -@dirrm share/gnome/help/grecord/ja -@dirrm share/gnome/help/grecord/it/figures -@dirrm share/gnome/help/grecord/it -@dirrm share/gnome/help/grecord/fr/figures -@dirrm share/gnome/help/grecord/fr -@dirrm share/gnome/help/grecord/es/figures -@dirrm share/gnome/help/grecord/es -@dirrm share/gnome/help/grecord/de/figures -@dirrm share/gnome/help/grecord/de -@dirrm share/gnome/help/grecord -@dirrm share/gnome/help/gnome-volume-control/uk/figures -@dirrm share/gnome/help/gnome-volume-control/uk -@dirrm share/gnome/help/gnome-volume-control/C/figures -@dirrm share/gnome/help/gnome-volume-control/C -@dirrm share/gnome/help/gnome-volume-control -@dirrm share/gnome/help/gnome-sound-recorder/uk/figures -@dirrm share/gnome/help/gnome-sound-recorder/uk -@dirrm share/gnome/help/gnome-sound-recorder/C/figures -@dirrm share/gnome/help/gnome-sound-recorder/C -@dirrm share/gnome/help/gnome-sound-recorder -@dirrm share/gnome/help/gnome-cd/zh_TW/figures -@dirrm share/gnome/help/gnome-cd/zh_TW -@dirrm share/gnome/help/gnome-cd/zh_CN/figures -@dirrm share/gnome/help/gnome-cd/zh_CN -@dirrm share/gnome/help/gnome-cd/uk/figures -@dirrm share/gnome/help/gnome-cd/uk -@dirrm share/gnome/help/gnome-cd/sv/figures -@dirrm share/gnome/help/gnome-cd/sv -@dirrm share/gnome/help/gnome-cd/ko/figures -@dirrm share/gnome/help/gnome-cd/ko -@dirrm share/gnome/help/gnome-cd/ja/figures -@dirrm share/gnome/help/gnome-cd/ja -@dirrm share/gnome/help/gnome-cd/it/figures -@dirrm share/gnome/help/gnome-cd/it -@dirrm share/gnome/help/gnome-cd/fr/figures -@dirrm share/gnome/help/gnome-cd/fr -@dirrm share/gnome/help/gnome-cd/es/figures -@dirrm share/gnome/help/gnome-cd/es -@dirrm share/gnome/help/gnome-cd/de/figures -@dirrm share/gnome/help/gnome-cd/de -@dirrm share/gnome/help/gnome-cd/C/figures -@dirrm share/gnome/help/gnome-cd/C -@dirrm share/gnome/help/gnome-cd -@dirrm share/gnome/gstreamer-properties/icons -@dirrm share/gnome/gstreamer-properties/glade -@dirrm share/gnome/gstreamer-properties -@dirrm share/gnome/gnome-sound-recorder/ui -@dirrm share/gnome/gnome-sound-recorder -@dirrm share/gnome/gnome-media/pixmaps -@dirrm share/gnome/gnome-media/glade -@dirrm share/gnome/gnome-media -@dirrm include/gnome-media/profiles -@dirrm include/gnome-media -@dirrm include/cddb-slave2 diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile deleted file mode 100644 index f7efe3736..000000000 --- a/audio/gnomemedia2/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: gnomemedia2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/gnomemedia2/Makefile,v 1.78 2005/08/08 17:18:50 kwm Exp $ -# - -PORTNAME= gnomemedia2 -PORTVERSION= 2.12.0 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-media/2.12 -DISTNAME= gnome-media-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Multimedia applications for the GNOME 2 desktop - -USE_BZIP2= yes -INSTALLS_OMF= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - gail nautiluscdburner -USE_GSTREAMER= esound cdparanoia gconf -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \ - gnome-cd.schemas gnome-sound-recorder.schemas \ - gnome-volume-control.schemas - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \ - ${WRKSRC}/gnome-cd/Makefile.in -.if ${OSVERSION} > 501107 - @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0|' ${WRKSRC}/configure -.else - @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0c|' ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/audio/gnomemedia2/distinfo b/audio/gnomemedia2/distinfo deleted file mode 100644 index 97a4c2785..000000000 --- a/audio/gnomemedia2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-media-2.12.0.tar.bz2) = 74d9a78f7269602e033ab1a4a144afdf -SIZE (gnome2/gnome-media-2.12.0.tar.bz2) = 3444233 diff --git a/audio/gnomemedia2/files/patch-cddb-slave2_gnet-private.h b/audio/gnomemedia2/files/patch-cddb-slave2_gnet-private.h deleted file mode 100644 index 1ec1fc50f..000000000 --- a/audio/gnomemedia2/files/patch-cddb-slave2_gnet-private.h +++ /dev/null @@ -1,11 +0,0 @@ ---- cddb-slave2/gnet-private.h.orig Tue Aug 31 19:58:18 2004 -+++ cddb-slave2/gnet-private.h Tue Aug 31 20:02:23 2004 -@@ -68,7 +68,7 @@ - #include <resolv.h> - #include <netdb.h> - --#ifndef __socklen_t_defined -+#if !defined(__socklen_t_defined) && !defined(__FreeBSD__) - typedef guint32 socklen_t; - #endif - diff --git a/audio/gnomemedia2/files/patch-cddb-slave2_tcp.c b/audio/gnomemedia2/files/patch-cddb-slave2_tcp.c deleted file mode 100644 index f316b7f01..000000000 --- a/audio/gnomemedia2/files/patch-cddb-slave2_tcp.c +++ /dev/null @@ -1,20 +0,0 @@ ---- cddb-slave2/tcp.c.orig Mon Sep 20 14:52:50 2004 -+++ cddb-slave2/tcp.c Sat Mar 12 03:30:52 2005 -@@ -265,7 +265,7 @@ gnet_tcp_socket_new_async (const GInetAd - continue; - - sa_in6->sin6_scope_id = ifindex; -- con = connect (s->sockfd, (struct sockaddr *)&sa6, sizeof(s->sa)); -+ con = connect (s->sockfd, (struct sockaddr *)&sa6, sizeof(sa6)); - if (con == 0 || errno == EINPROGRESS) - break; - -@@ -283,7 +283,7 @@ gnet_tcp_socket_new_async (const GInetAd - memcpy(&sa, &addr->sa, sizeof(sa)); - sa_in = (struct sockaddr_in *) &sa; - sa_in->sin_family = AF_INET; -- con = connect(s->sockfd, &sa, sizeof(s->sa)); -+ con = connect(s->sockfd, &sa, sizeof(sa)); - } - - /* Connect (but non-blocking!) */ diff --git a/audio/gnomemedia2/files/patch-configure b/audio/gnomemedia2/files/patch-configure deleted file mode 100644 index e2224d930..000000000 --- a/audio/gnomemedia2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Jun 1 17:42:05 2004 -+++ configure Tue Jun 1 18:38:15 2004 -@@ -24584,7 +24584,7 @@ - *FreeBSD*) - CDROM_HOST=bsd - CDROM_HOST_BSD=true -- default_cd_device="/dev/acd0c" -+ default_cd_device="/dev/%%CDROM%%" - ;; - *NetBSD*) - CDROM_HOST=bsd diff --git a/audio/gnomemedia2/files/patch-gnome-cd_gst-cdparanoia-cdrom.c b/audio/gnomemedia2/files/patch-gnome-cd_gst-cdparanoia-cdrom.c deleted file mode 100644 index 8d49db7bc..000000000 --- a/audio/gnomemedia2/files/patch-gnome-cd_gst-cdparanoia-cdrom.c +++ /dev/null @@ -1,49 +0,0 @@ ---- gnome-cd/gst-cdparanoia-cdrom.c.orig Mon Apr 4 16:25:49 2005 -+++ gnome-cd/gst-cdparanoia-cdrom.c Mon Apr 4 16:26:14 2005 -@@ -1224,6 +1224,16 @@ - *status = NULL; - return FALSE; - } -+#else -+ if (ioctl (cdrom->fd, CDIOREADTOCHEADER, priv->tochdr) < 0) { -+ realstatus->cd = GNOME_CDROM_STATUS_NO_DISC; -+ realstatus->audio = GNOME_CDROM_AUDIO_NOTHING; -+ realstatus->track = -1; -+ -+ gst_cdparanoia_cdrom_close (lcd); -+ return TRUE; -+ } -+ realstatus->cd = GNOME_CDROM_STATUS_OK; - #endif - - gst_cdparanoia_cdrom_close (lcd); -@@ -1421,15 +1431,18 @@ - return FALSE; - } - -+#if !defined(__FreeBSD__) -+ /* XXX: One cannot send CDIOCCAPABILITY to an atapicam CD-ROM -+ * device. -+ */ -+ - fd = open (device, O_RDONLY | O_NONBLOCK); - if (fd < 0) { - return FALSE; - } - - /* Fire a harmless ioctl at the device. */ --#if defined(__FreeBSD__) -- if (ioctl (fd, CDIOCCAPABILITY, 0) < 0) { --#elif defined(__NetBSD__) || defined(__OpenBSD__) -+#if defined(__NetBSD__) || defined(__OpenBSD__) - if (ioctl (fd, CDIOCGETVOL, 0) < 0) { - #else - if (ioctl (fd, CDROM_GET_CAPABILITY, 0) < 0) { -@@ -1441,6 +1454,7 @@ - } - - close (fd); -+#endif /* __FreeBSD__ */ - - return TRUE; - } diff --git a/audio/gnomemedia2/pkg-descr b/audio/gnomemedia2/pkg-descr deleted file mode 100644 index 7b2258499..000000000 --- a/audio/gnomemedia2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Multimedia applications for the GNOME 2.0 desktop. Includes gnome-cd, a CDDB -aware CD player; gnome-volume-control, for controlling the sound card's mixer; -and VU-Meter, to slow down your desktop... diff --git a/audio/gnomemedia2/pkg-plist b/audio/gnomemedia2/pkg-plist deleted file mode 100644 index b5e234a89..000000000 --- a/audio/gnomemedia2/pkg-plist +++ /dev/null @@ -1,581 +0,0 @@ -bin/cddb-slave2-properties -bin/gnome-audio-profiles-properties -bin/gnome-cd -bin/gnome-sound-recorder -bin/gnome-volume-control -bin/gstreamer-properties -bin/vumeter -include/cddb-slave2/cddb-slave-client.h -include/gnome-media/profiles/audio-profile-choose.h -include/gnome-media/profiles/audio-profile-edit.h -include/gnome-media/profiles/audio-profile.h -include/gnome-media/profiles/audio-profiles-edit.h -include/gnome-media/profiles/gnome-media-profiles.h -lib/libcddb-slave2.a -lib/libcddb-slave2.so -lib/libcddb-slave2.so.0 -lib/libglade/2.0/libgnome-media-profiles.so -lib/libgnome-media-profiles.a -lib/libgnome-media-profiles.so -lib/libgnome-media-profiles.so.0 -libdata/bonobo/servers/GNOME_Media_CDDBSlave2.server -libdata/pkgconfig/gnome-media-profiles.pc -libexec/CDDBSlave2 -libexec/cddb-track-editor -share/gnome/applications/cddb-slave.desktop -share/gnome/applications/gnome-cd.desktop -share/gnome/applications/gnome-sound-recorder.desktop -share/gnome/applications/gnome-volume-control.desktop -share/gnome/applications/gstreamer-properties.desktop -share/gnome/applications/reclevel.desktop -share/gnome/applications/vumeter.desktop -share/gnome/gnome-media/glade/gnome-audio-profiles.glade2 -share/gnome/gnome-media/pixmaps/3dsound.png -share/gnome/gnome-media/pixmaps/chain-broken.png -share/gnome/gnome-media/pixmaps/chain.png -share/gnome/gnome-media/pixmaps/headphones.png -share/gnome/gnome-media/pixmaps/mixer.png -share/gnome/gnome-media/pixmaps/noplay.png -share/gnome/gnome-media/pixmaps/norecord.png -share/gnome/gnome-media/pixmaps/phone.png -share/gnome/gnome-media/pixmaps/play.png -share/gnome/gnome-media/pixmaps/record.png -share/gnome/gnome-media/pixmaps/tone.png -share/gnome/gnome-media/pixmaps/video.png -share/gnome/gnome-sound-recorder/ui/ui.xml -share/gnome/gstreamer-properties/glade/gstreamer-properties.glade -share/gnome/gstreamer-properties/icons/gstreamer-properties.png -share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/C/figures/cdplayer_window.png -share/gnome/help/gnome-cd/C/figures/eject_button.png -share/gnome/help/gnome-cd/C/figures/forward_button.png -share/gnome/help/gnome-cd/C/figures/next_button.png -share/gnome/help/gnome-cd/C/figures/pause_button.png -share/gnome/help/gnome-cd/C/figures/play_button.png -share/gnome/help/gnome-cd/C/figures/preferences_button.png -share/gnome/help/gnome-cd/C/figures/previous_button.png -share/gnome/help/gnome-cd/C/figures/rewind_button.png -share/gnome/help/gnome-cd/C/figures/stop_button.png -share/gnome/help/gnome-cd/C/gnome-cd.xml -share/gnome/help/gnome-cd/C/legal.xml -share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/de/figures/cdplayer_window.png -share/gnome/help/gnome-cd/de/figures/eject_button.png -share/gnome/help/gnome-cd/de/figures/forward_button.png -share/gnome/help/gnome-cd/de/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/de/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/de/figures/gnome-cd.png -share/gnome/help/gnome-cd/de/figures/next_button.png -share/gnome/help/gnome-cd/de/figures/pause_button.png -share/gnome/help/gnome-cd/de/figures/play_button.png -share/gnome/help/gnome-cd/de/figures/preferences_button.png -share/gnome/help/gnome-cd/de/figures/previous_button.png -share/gnome/help/gnome-cd/de/figures/rewind_button.png -share/gnome/help/gnome-cd/de/figures/stop_button.png -share/gnome/help/gnome-cd/de/gnome-cd.xml -share/gnome/help/gnome-cd/de/legal.xml -share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/es/figures/cdplayer_window.png -share/gnome/help/gnome-cd/es/figures/eject_button.png -share/gnome/help/gnome-cd/es/figures/forward_button.png -share/gnome/help/gnome-cd/es/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/es/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/es/figures/gnome-cd.png -share/gnome/help/gnome-cd/es/figures/next_button.png -share/gnome/help/gnome-cd/es/figures/pause_button.png -share/gnome/help/gnome-cd/es/figures/play_button.png -share/gnome/help/gnome-cd/es/figures/preferences_button.png -share/gnome/help/gnome-cd/es/figures/previous_button.png -share/gnome/help/gnome-cd/es/figures/rewind_button.png -share/gnome/help/gnome-cd/es/figures/stop_button.png -share/gnome/help/gnome-cd/es/gnome-cd.xml -share/gnome/help/gnome-cd/es/legal.xml -share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/fr/figures/cdplayer_window.png -share/gnome/help/gnome-cd/fr/figures/eject_button.png -share/gnome/help/gnome-cd/fr/figures/forward_button.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd.png -share/gnome/help/gnome-cd/fr/figures/next_button.png -share/gnome/help/gnome-cd/fr/figures/pause_button.png -share/gnome/help/gnome-cd/fr/figures/play_button.png -share/gnome/help/gnome-cd/fr/figures/preferences_button.png -share/gnome/help/gnome-cd/fr/figures/previous_button.png -share/gnome/help/gnome-cd/fr/figures/rewind_button.png -share/gnome/help/gnome-cd/fr/figures/stop_button.png -share/gnome/help/gnome-cd/fr/gnome-cd.xml -share/gnome/help/gnome-cd/fr/legal.xml -share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/it/figures/cdplayer_window.png -share/gnome/help/gnome-cd/it/figures/eject_button.png -share/gnome/help/gnome-cd/it/figures/forward_button.png -share/gnome/help/gnome-cd/it/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/it/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/it/figures/gnome-cd.png -share/gnome/help/gnome-cd/it/figures/next_button.png -share/gnome/help/gnome-cd/it/figures/pause_button.png -share/gnome/help/gnome-cd/it/figures/play_button.png -share/gnome/help/gnome-cd/it/figures/preferences_button.png -share/gnome/help/gnome-cd/it/figures/previous_button.png -share/gnome/help/gnome-cd/it/figures/rewind_button.png -share/gnome/help/gnome-cd/it/figures/stop_button.png -share/gnome/help/gnome-cd/it/gnome-cd.xml -share/gnome/help/gnome-cd/it/legal.xml -share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/ja/figures/cdplayer_window.png -share/gnome/help/gnome-cd/ja/figures/eject_button.png -share/gnome/help/gnome-cd/ja/figures/forward_button.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd.png -share/gnome/help/gnome-cd/ja/figures/next_button.png -share/gnome/help/gnome-cd/ja/figures/pause_button.png -share/gnome/help/gnome-cd/ja/figures/play_button.png -share/gnome/help/gnome-cd/ja/figures/preferences_button.png -share/gnome/help/gnome-cd/ja/figures/previous_button.png -share/gnome/help/gnome-cd/ja/figures/rewind_button.png -share/gnome/help/gnome-cd/ja/figures/stop_button.png -share/gnome/help/gnome-cd/ja/gnome-cd.xml -share/gnome/help/gnome-cd/ja/legal.xml -share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/ko/figures/cdplayer_window.png -share/gnome/help/gnome-cd/ko/figures/eject_button.png -share/gnome/help/gnome-cd/ko/figures/forward_button.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd.png -share/gnome/help/gnome-cd/ko/figures/next_button.png -share/gnome/help/gnome-cd/ko/figures/pause_button.png -share/gnome/help/gnome-cd/ko/figures/play_button.png -share/gnome/help/gnome-cd/ko/figures/preferences_button.png -share/gnome/help/gnome-cd/ko/figures/previous_button.png -share/gnome/help/gnome-cd/ko/figures/rewind_button.png -share/gnome/help/gnome-cd/ko/figures/stop_button.png -share/gnome/help/gnome-cd/ko/gnome-cd.xml -share/gnome/help/gnome-cd/ko/legal.xml -share/gnome/help/gnome-cd/nl/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/nl/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/nl/figures/cdplayer_window.png -share/gnome/help/gnome-cd/nl/figures/eject_button.png -share/gnome/help/gnome-cd/nl/figures/forward_button.png -share/gnome/help/gnome-cd/nl/figures/next_button.png -share/gnome/help/gnome-cd/nl/figures/pause_button.png -share/gnome/help/gnome-cd/nl/figures/play_button.png -share/gnome/help/gnome-cd/nl/figures/preferences_button.png -share/gnome/help/gnome-cd/nl/figures/previous_button.png -share/gnome/help/gnome-cd/nl/figures/rewind_button.png -share/gnome/help/gnome-cd/nl/figures/stop_button.png -share/gnome/help/gnome-cd/nl/gnome-cd.xml -share/gnome/help/gnome-cd/nl/legal.xml -share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/sv/figures/cdplayer_window.png -share/gnome/help/gnome-cd/sv/figures/eject_button.png -share/gnome/help/gnome-cd/sv/figures/forward_button.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd.png -share/gnome/help/gnome-cd/sv/figures/next_button.png -share/gnome/help/gnome-cd/sv/figures/pause_button.png -share/gnome/help/gnome-cd/sv/figures/play_button.png -share/gnome/help/gnome-cd/sv/figures/preferences_button.png -share/gnome/help/gnome-cd/sv/figures/previous_button.png -share/gnome/help/gnome-cd/sv/figures/rewind_button.png -share/gnome/help/gnome-cd/sv/figures/stop_button.png -share/gnome/help/gnome-cd/sv/gnome-cd.xml -share/gnome/help/gnome-cd/sv/legal.xml -share/gnome/help/gnome-cd/uk/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/uk/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/uk/figures/cdplayer_window.png -share/gnome/help/gnome-cd/uk/figures/eject_button.png -share/gnome/help/gnome-cd/uk/figures/forward_button.png -share/gnome/help/gnome-cd/uk/figures/next_button.png -share/gnome/help/gnome-cd/uk/figures/pause_button.png -share/gnome/help/gnome-cd/uk/figures/play_button.png -share/gnome/help/gnome-cd/uk/figures/preferences_button.png -share/gnome/help/gnome-cd/uk/figures/previous_button.png -share/gnome/help/gnome-cd/uk/figures/rewind_button.png -share/gnome/help/gnome-cd/uk/figures/stop_button.png -share/gnome/help/gnome-cd/uk/gnome-cd.xml -share/gnome/help/gnome-cd/uk/legal.xml -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_window.png -share/gnome/help/gnome-cd/zh_CN/figures/eject_button.png -share/gnome/help/gnome-cd/zh_CN/figures/forward_button.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd.png -share/gnome/help/gnome-cd/zh_CN/figures/next_button.png -share/gnome/help/gnome-cd/zh_CN/figures/pause_button.png -share/gnome/help/gnome-cd/zh_CN/figures/play_button.png -share/gnome/help/gnome-cd/zh_CN/figures/preferences_button.png -share/gnome/help/gnome-cd/zh_CN/figures/previous_button.png -share/gnome/help/gnome-cd/zh_CN/figures/rewind_button.png -share/gnome/help/gnome-cd/zh_CN/figures/stop_button.png -share/gnome/help/gnome-cd/zh_CN/gnome-cd.xml -share/gnome/help/gnome-cd/zh_CN/legal.xml -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_window.png -share/gnome/help/gnome-cd/zh_TW/figures/eject_button.png -share/gnome/help/gnome-cd/zh_TW/figures/forward_button.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd.png -share/gnome/help/gnome-cd/zh_TW/figures/next_button.png -share/gnome/help/gnome-cd/zh_TW/figures/pause_button.png -share/gnome/help/gnome-cd/zh_TW/figures/play_button.png -share/gnome/help/gnome-cd/zh_TW/figures/preferences_button.png -share/gnome/help/gnome-cd/zh_TW/figures/previous_button.png -share/gnome/help/gnome-cd/zh_TW/figures/rewind_button.png -share/gnome/help/gnome-cd/zh_TW/figures/stop_button.png -share/gnome/help/gnome-cd/zh_TW/gnome-cd.xml -share/gnome/help/gnome-cd/zh_TW/legal.xml -share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/C/legal.xml -share/gnome/help/gnome-sound-recorder/uk/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/uk/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/uk/legal.xml -share/gnome/help/gnome-volume-control/C/figures/gmix-prefs.png -share/gnome/help/gnome-volume-control/C/figures/gmix.png -share/gnome/help/gnome-volume-control/C/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/C/legal.xml -share/gnome/help/gnome-volume-control/uk/figures/gmix-prefs.png -share/gnome/help/gnome-volume-control/uk/figures/gmix.png -share/gnome/help/gnome-volume-control/uk/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/uk/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/uk/legal.xml -share/gnome/help/grecord/de/figures/grecord-prefs-path.png -share/gnome/help/grecord/de/figures/grecord-prefs-play.png -share/gnome/help/grecord/de/figures/grecord-prefs-rec.png -share/gnome/help/grecord/de/figures/grecord-prefs-sound.png -share/gnome/help/grecord/de/figures/grecord-prefs-ui.png -share/gnome/help/grecord/de/figures/grecord.png -share/gnome/help/grecord/de/figures/grecord_window.png -share/gnome/help/grecord/de/grecord.xml -share/gnome/help/grecord/de/legal.xml -share/gnome/help/grecord/es/figures/grecord-prefs-path.png -share/gnome/help/grecord/es/figures/grecord-prefs-play.png -share/gnome/help/grecord/es/figures/grecord-prefs-rec.png -share/gnome/help/grecord/es/figures/grecord-prefs-sound.png -share/gnome/help/grecord/es/figures/grecord-prefs-ui.png -share/gnome/help/grecord/es/figures/grecord.png -share/gnome/help/grecord/es/figures/grecord_window.png -share/gnome/help/grecord/es/grecord.xml -share/gnome/help/grecord/es/legal.xml -share/gnome/help/grecord/fr/figures/grecord-prefs-path.png -share/gnome/help/grecord/fr/figures/grecord-prefs-play.png -share/gnome/help/grecord/fr/figures/grecord-prefs-rec.png -share/gnome/help/grecord/fr/figures/grecord-prefs-sound.png -share/gnome/help/grecord/fr/figures/grecord-prefs-ui.png -share/gnome/help/grecord/fr/figures/grecord.png -share/gnome/help/grecord/fr/figures/grecord_window.png -share/gnome/help/grecord/fr/grecord.xml -share/gnome/help/grecord/fr/legal.xml -share/gnome/help/grecord/it/figures/grecord-prefs-path.png -share/gnome/help/grecord/it/figures/grecord-prefs-play.png -share/gnome/help/grecord/it/figures/grecord-prefs-rec.png -share/gnome/help/grecord/it/figures/grecord-prefs-sound.png -share/gnome/help/grecord/it/figures/grecord-prefs-ui.png -share/gnome/help/grecord/it/figures/grecord.png -share/gnome/help/grecord/it/figures/grecord_window.png -share/gnome/help/grecord/it/grecord.xml -share/gnome/help/grecord/it/legal.xml -share/gnome/help/grecord/ja/figures/grecord-prefs-path.png -share/gnome/help/grecord/ja/figures/grecord-prefs-play.png -share/gnome/help/grecord/ja/figures/grecord-prefs-rec.png -share/gnome/help/grecord/ja/figures/grecord-prefs-sound.png -share/gnome/help/grecord/ja/figures/grecord-prefs-ui.png -share/gnome/help/grecord/ja/figures/grecord.png -share/gnome/help/grecord/ja/figures/grecord_window.png -share/gnome/help/grecord/ja/grecord.xml -share/gnome/help/grecord/ja/legal.xml -share/gnome/help/grecord/ko/figures/grecord-prefs-path.png -share/gnome/help/grecord/ko/figures/grecord-prefs-play.png -share/gnome/help/grecord/ko/figures/grecord-prefs-rec.png -share/gnome/help/grecord/ko/figures/grecord-prefs-sound.png -share/gnome/help/grecord/ko/figures/grecord-prefs-ui.png -share/gnome/help/grecord/ko/figures/grecord.png -share/gnome/help/grecord/ko/figures/grecord_window.png -share/gnome/help/grecord/ko/grecord.xml -share/gnome/help/grecord/ko/legal.xml -share/gnome/help/grecord/sv/figures/grecord-prefs-path.png -share/gnome/help/grecord/sv/figures/grecord-prefs-play.png -share/gnome/help/grecord/sv/figures/grecord-prefs-rec.png -share/gnome/help/grecord/sv/figures/grecord-prefs-sound.png -share/gnome/help/grecord/sv/figures/grecord-prefs-ui.png -share/gnome/help/grecord/sv/figures/grecord.png -share/gnome/help/grecord/sv/figures/grecord_window.png -share/gnome/help/grecord/sv/grecord.xml -share/gnome/help/grecord/sv/legal.xml -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-path.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-play.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-rec.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-sound.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-ui.png -share/gnome/help/grecord/zh_CN/figures/grecord.png -share/gnome/help/grecord/zh_CN/figures/grecord_window.png -share/gnome/help/grecord/zh_CN/grecord.xml -share/gnome/help/grecord/zh_CN/legal.xml -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-path.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-play.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-rec.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-sound.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-ui.png -share/gnome/help/grecord/zh_TW/figures/grecord.png -share/gnome/help/grecord/zh_TW/figures/grecord_window.png -share/gnome/help/grecord/zh_TW/grecord.xml -share/gnome/help/grecord/zh_TW/legal.xml -share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/C/legal.xml -share/gnome/help/gstreamer-properties/uk/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/uk/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/uk/legal.xml -share/gnome/idl/GNOME_Media_CDDBSlave2.idl -share/gnome/omf/gnome-media/gnome-cd-C.omf -share/gnome/omf/gnome-media/gnome-cd-de.omf -share/gnome/omf/gnome-media/gnome-cd-es.omf -share/gnome/omf/gnome-media/gnome-cd-fr.omf -share/gnome/omf/gnome-media/gnome-cd-it.omf -share/gnome/omf/gnome-media/gnome-cd-ja.omf -share/gnome/omf/gnome-media/gnome-cd-ko.omf -share/gnome/omf/gnome-media/gnome-cd-nl.omf -share/gnome/omf/gnome-media/gnome-cd-sv.omf -share/gnome/omf/gnome-media/gnome-cd-uk.omf -share/gnome/omf/gnome-media/gnome-cd-zh_CN.omf -share/gnome/omf/gnome-media/gnome-cd-zh_TW.omf -share/gnome/omf/gnome-media/gnome-volume-control-C.omf -share/gnome/omf/gnome-media/gnome-volume-control-uk.omf -share/gnome/omf/gnome-media/grecord-C.omf -share/gnome/omf/gnome-media/grecord-de.omf -share/gnome/omf/gnome-media/grecord-es.omf -share/gnome/omf/gnome-media/grecord-fr.omf -share/gnome/omf/gnome-media/grecord-it.omf -share/gnome/omf/gnome-media/grecord-ja.omf -share/gnome/omf/gnome-media/grecord-ko.omf -share/gnome/omf/gnome-media/grecord-sv.omf -share/gnome/omf/gnome-media/grecord-uk.omf -share/gnome/omf/gnome-media/grecord-zh_CN.omf -share/gnome/omf/gnome-media/grecord-zh_TW.omf -share/gnome/omf/gnome-media/gstreamer-properties-C.omf -share/gnome/omf/gnome-media/gstreamer-properties-uk.omf -share/gnome/pixmaps/gnome-cd.png -share/gnome/pixmaps/gnome-cd/cd.png -share/gnome/pixmaps/gnome-cd/disc.png -share/gnome/pixmaps/gnome-cd/media-eject.png -share/gnome/pixmaps/gnome-cd/once.png -share/gnome/pixmaps/gnome-cd/repeat.png -share/gnome/pixmaps/gnome-cd/themes/None/None.theme -share/gnome/pixmaps/gnome-cd/themes/None/a-eject-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-first-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-last-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-play-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-stop-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom.png -share/gnome/pixmaps/gnome-cd/themes/None/media-eject.png -share/gnome/pixmaps/gnome-cd/themes/None/media-fwd.png -share/gnome/pixmaps/gnome-cd/themes/None/media-next.png -share/gnome/pixmaps/gnome-cd/themes/None/media-pause.png -share/gnome/pixmaps/gnome-cd/themes/None/media-play.png -share/gnome/pixmaps/gnome-cd/themes/None/media-prev.png -share/gnome/pixmaps/gnome-cd/themes/None/media-rew.png -share/gnome/pixmaps/gnome-cd/themes/None/media-stop.png -share/gnome/pixmaps/gnome-cd/themes/None/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/None/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/None/middle.png -share/gnome/pixmaps/gnome-cd/themes/None/top-left.png -share/gnome/pixmaps/gnome-cd/themes/None/top-right.png -share/gnome/pixmaps/gnome-cd/themes/None/top.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom.png -share/gnome/pixmaps/gnome-cd/themes/lcd/lcd.theme -share/gnome/pixmaps/gnome-cd/themes/lcd/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/middle.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom.png -share/gnome/pixmaps/gnome-cd/themes/media/media.theme -share/gnome/pixmaps/gnome-cd/themes/media/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/media/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/media/middle.png -share/gnome/pixmaps/gnome-cd/themes/media/top-left.png -share/gnome/pixmaps/gnome-cd/themes/media/top-right.png -share/gnome/pixmaps/gnome-cd/themes/media/top.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/red-lcd.theme -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top.png -share/gnome/pixmaps/gnome-cd/track.png -share/gnome/pixmaps/gnome-grecord.png -share/gnome/pixmaps/gnome-mixer.png -share/gnome/pixmaps/gnome-reclevel.png -share/gnome/pixmaps/gnome-vumeter.png -share/gnome/pixmaps/gstreamer-properties.png -share/locale/am/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo -share/locale/az/LC_MESSAGES/gnome-media-2.0.mo -share/locale/be/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-media-2.0.mo -share/locale/da/LC_MESSAGES/gnome-media-2.0.mo -share/locale/de/LC_MESSAGES/gnome-media-2.0.mo -share/locale/el/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-media-2.0.mo -share/locale/es/LC_MESSAGES/gnome-media-2.0.mo -share/locale/et/LC_MESSAGES/gnome-media-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/he/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/id/LC_MESSAGES/gnome-media-2.0.mo -share/locale/it/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/no/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-media-2.0.mo -share/locale/th/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo -@dirrm share/gnome/pixmaps/gnome-cd/themes/red-lcd -@dirrm share/gnome/pixmaps/gnome-cd/themes/media -@dirrm share/gnome/pixmaps/gnome-cd/themes/lcd -@dirrm share/gnome/pixmaps/gnome-cd/themes/None -@dirrm share/gnome/pixmaps/gnome-cd/themes -@dirrm share/gnome/pixmaps/gnome-cd -@dirrm share/gnome/omf/gnome-media -@dirrm share/gnome/help/gstreamer-properties/uk/figures -@dirrm share/gnome/help/gstreamer-properties/uk -@dirrm share/gnome/help/gstreamer-properties/C/figures -@dirrm share/gnome/help/gstreamer-properties/C -@dirrm share/gnome/help/gstreamer-properties -@dirrm share/gnome/help/grecord/zh_TW/figures -@dirrm share/gnome/help/grecord/zh_TW -@dirrm share/gnome/help/grecord/zh_CN/figures -@dirrm share/gnome/help/grecord/zh_CN -@dirrm share/gnome/help/grecord/sv/figures -@dirrm share/gnome/help/grecord/sv -@dirrm share/gnome/help/gnome-cd/nl/figures -@dirrm share/gnome/help/gnome-cd/nl -@dirrm share/gnome/help/grecord/ko/figures -@dirrm share/gnome/help/grecord/ko -@dirrm share/gnome/help/grecord/ja/figures -@dirrm share/gnome/help/grecord/ja -@dirrm share/gnome/help/grecord/it/figures -@dirrm share/gnome/help/grecord/it -@dirrm share/gnome/help/grecord/fr/figures -@dirrm share/gnome/help/grecord/fr -@dirrm share/gnome/help/grecord/es/figures -@dirrm share/gnome/help/grecord/es -@dirrm share/gnome/help/grecord/de/figures -@dirrm share/gnome/help/grecord/de -@dirrm share/gnome/help/grecord -@dirrm share/gnome/help/gnome-volume-control/uk/figures -@dirrm share/gnome/help/gnome-volume-control/uk -@dirrm share/gnome/help/gnome-volume-control/C/figures -@dirrm share/gnome/help/gnome-volume-control/C -@dirrm share/gnome/help/gnome-volume-control -@dirrm share/gnome/help/gnome-sound-recorder/uk/figures -@dirrm share/gnome/help/gnome-sound-recorder/uk -@dirrm share/gnome/help/gnome-sound-recorder/C/figures -@dirrm share/gnome/help/gnome-sound-recorder/C -@dirrm share/gnome/help/gnome-sound-recorder -@dirrm share/gnome/help/gnome-cd/zh_TW/figures -@dirrm share/gnome/help/gnome-cd/zh_TW -@dirrm share/gnome/help/gnome-cd/zh_CN/figures -@dirrm share/gnome/help/gnome-cd/zh_CN -@dirrm share/gnome/help/gnome-cd/uk/figures -@dirrm share/gnome/help/gnome-cd/uk -@dirrm share/gnome/help/gnome-cd/sv/figures -@dirrm share/gnome/help/gnome-cd/sv -@dirrm share/gnome/help/gnome-cd/ko/figures -@dirrm share/gnome/help/gnome-cd/ko -@dirrm share/gnome/help/gnome-cd/ja/figures -@dirrm share/gnome/help/gnome-cd/ja -@dirrm share/gnome/help/gnome-cd/it/figures -@dirrm share/gnome/help/gnome-cd/it -@dirrm share/gnome/help/gnome-cd/fr/figures -@dirrm share/gnome/help/gnome-cd/fr -@dirrm share/gnome/help/gnome-cd/es/figures -@dirrm share/gnome/help/gnome-cd/es -@dirrm share/gnome/help/gnome-cd/de/figures -@dirrm share/gnome/help/gnome-cd/de -@dirrm share/gnome/help/gnome-cd/C/figures -@dirrm share/gnome/help/gnome-cd/C -@dirrm share/gnome/help/gnome-cd -@dirrm share/gnome/gstreamer-properties/icons -@dirrm share/gnome/gstreamer-properties/glade -@dirrm share/gnome/gstreamer-properties -@dirrm share/gnome/gnome-sound-recorder/ui -@dirrm share/gnome/gnome-sound-recorder -@dirrm share/gnome/gnome-media/pixmaps -@dirrm share/gnome/gnome-media/glade -@dirrm share/gnome/gnome-media -@dirrm include/gnome-media/profiles -@dirrm include/gnome-media -@dirrm include/cddb-slave2 diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile deleted file mode 100644 index 3af1a44e4..000000000 --- a/audio/rhythmbox-devel/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.39 2005/10/23 10:29:00 kwm Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.9.1 -PORTREVISION= 2 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Audio player for the Gnome 2 desktop environment - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ - dbus-1.1:${PORTSDIR}/devel/dbus - -USE_BZIP2= yes -USE_X_PREFIX= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -USE_GSTREAMER= flac mad gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu -CONFIGURE_ENV= LIBS="-lm" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas - -OPTIONS= IPOD "Enable iPod support" off \ - DAAP "Enable iTunes music sharing" off \ - FAAD "Enable FAAD decoder support" off - -.include <bsd.port.pre.mk> - -.ifdef (WITH_IPOD) -CONFIGURE_ARGS+= --enable-ipod -.endif - -.if exists(${LOCALBASE}/lib/libvorbis.so) -WITH_VORBIS= yes -.endif - -.ifdef (WITH_VORBIS) -USE_GSTREAMER+= vorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -.if defined(WITH_FAAD) -USE_GSTREAMER+= faad -.endif - -.if defined(WITH_DAAP) -CONFIGURE_ARGS+= --enable-daap --with-mdns=howl -LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup \ - howl.0:${PORTSDIR}/net/howl -.else -.if exists(${LOCALBASE}/lib/libhowl.a) -LIB_DEPENDS+= howl.0:${PORTSDIR}/net/howl -.endif -CONFIGURE_ARGS+= --disable-daap -.endif - -pre-everything:: -.if !defined(WITH_VORBIS) - @${ECHO_MSG} - @${ECHO_MSG} "Define WITH_VORBIS to enable Vorbis support" - @${ECHO_MSG} -.endif - -.include <bsd.port.post.mk> diff --git a/audio/rhythmbox-devel/distinfo b/audio/rhythmbox-devel/distinfo deleted file mode 100644 index be35324bb..000000000 --- a/audio/rhythmbox-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/rhythmbox-0.9.1.tar.bz2) = 942b204d1227f4d66e26a289ca762df2 -SIZE (gnome2/rhythmbox-0.9.1.tar.bz2) = 2314153 diff --git a/audio/rhythmbox-devel/files/patch-configure b/audio/rhythmbox-devel/files/patch-configure deleted file mode 100644 index 9c31cedaa..000000000 --- a/audio/rhythmbox-devel/files/patch-configure +++ /dev/null @@ -1,47 +0,0 @@ ---- configure.orig Mon Oct 17 10:21:14 2005 -+++ configure Mon Oct 17 10:22:47 2005 -@@ -21603,7 +21603,7 @@ - enable_hal02=yes - fi - fi -- if test x$enable_hal05 == xyes || test x$enable_hal02 == xyes; then -+ if test x$enable_hal05 = xyes || test x$enable_hal02 = xyes; then - enable_hal=yes - else - enable_hal=no -@@ -21620,7 +21620,7 @@ - _ACEOF - - enable_ipod=yes -- if test x$enable_hal05 == xyes; then -+ if test x$enable_hal05 = xyes; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_HAL_0_5 1 -@@ -21887,7 +21887,7 @@ - RHYTHMBOX_LIBS="$RHYTHMBOX_LIBS $SOUNDSYSTEM_LIBS" - - -- if test "x$GST_INSPECT" == "x"; then -+ if test "x$GST_INSPECT" = "x"; then - # Extract the first word of "gst-inspect-0.8", so it can be a program name with args. - set dummy gst-inspect-0.8; ac_word=$2 - echo "$as_me:$LINENO: checking for $ac_word" >&5 -@@ -22640,7 +22640,7 @@ - - - if test x"$x_includes" != x"NONE" && test -n "$x_includes" ; then -- CFLAGS=$CFLAGS -I`echo $x_includes | sed -e "s/:/ -I/g"` -+ CFLAGS=$CFLAGS\ -I`echo $x_includes | sed -e "s/:/ -I/g"` - fi - if test x"$x_libraries" != x"NONE" && test -n "$x_libraries" ; then - LIBS=-L`echo $x_libraries | sed -e "s/:/ -L/g"` -@@ -22977,7 +22977,7 @@ - fi - if test "x$enable_audiocd" = "xyes"; then - -- if test "x$GST_INSPECT" == "x"; then -+ if test "x$GST_INSPECT" = "x"; then - # Extract the first word of "gst-inspect-0.8", so it can be a program name with args. - set dummy gst-inspect-0.8; ac_word=$2 - echo "$as_me:$LINENO: checking for $ac_word" >&5 diff --git a/audio/rhythmbox-devel/files/patch-daapsharing_rb-daap-src.c b/audio/rhythmbox-devel/files/patch-daapsharing_rb-daap-src.c deleted file mode 100644 index fdbf98e76..000000000 --- a/audio/rhythmbox-devel/files/patch-daapsharing_rb-daap-src.c +++ /dev/null @@ -1,27 +0,0 @@ ---- daapsharing/rb-daap-src.c.orig Sun Oct 16 05:50:21 2005 -+++ daapsharing/rb-daap-src.c Mon Oct 17 10:30:20 2005 -@@ -34,6 +34,7 @@ - #include <sys/ioctl.h> - #include <netdb.h> - #include <unistd.h> -+#include <signal.h> - - #include <libgnome/gnome-i18n.h> - #include <gst/gst.h> -@@ -580,7 +581,15 @@ gst_tcp_socket_write (int socket, const - size_t bytes_written = 0; - - while (bytes_written < count) { -- ssize_t wrote = send (socket, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+ ssize_t wrote; -+#ifdef MSG_NOSIGNAL -+ wrote = send (socket, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+#else -+ signal (SIGPIPE, SIG_IGN); -+ wrote = send (socket, buf + bytes_written, count - bytes_written, 0); -+ signal (SIGPIPE, SIG_DFL); -+#endif -+ - - if (wrote <= 0) { - return bytes_written; diff --git a/audio/rhythmbox-devel/files/patch-player_rb-recorder-gst.c b/audio/rhythmbox-devel/files/patch-player_rb-recorder-gst.c deleted file mode 100644 index e8aae3495..000000000 --- a/audio/rhythmbox-devel/files/patch-player_rb-recorder-gst.c +++ /dev/null @@ -1,12 +0,0 @@ ---- player/rb-recorder-gst.c.orig Wed Aug 10 20:06:11 2005 -+++ player/rb-recorder-gst.c Wed Aug 10 20:06:31 2005 -@@ -25,7 +25,9 @@ - #include <string.h> - #include <math.h> - #include <time.h> -+#ifndef __FreeBSD__ - #include <sys/vfs.h> -+#endif - #include <sys/types.h> - #include <sys/stat.h> - #include <fcntl.h> diff --git a/audio/rhythmbox-devel/files/patch-remote_bonobo_Makefile.in b/audio/rhythmbox-devel/files/patch-remote_bonobo_Makefile.in deleted file mode 100644 index c19ec530e..000000000 --- a/audio/rhythmbox-devel/files/patch-remote_bonobo_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- remote/bonobo/Makefile.in.orig Wed Aug 27 04:19:40 2003 -+++ remote/bonobo/Makefile.in Wed Aug 27 04:19:56 2003 -@@ -237,7 +237,7 @@ - - noinst_HEADERS = Rhythmbox.h - --idldir = $(prefix)/share/idl -+idldir = $(datadir)/idl - idl_DATA = Rhythmbox.idl - - CLEAN_FILES = $(rhythmbox_interface_idl_sources) diff --git a/audio/rhythmbox-devel/files/patch-sources_itunesdb.c b/audio/rhythmbox-devel/files/patch-sources_itunesdb.c deleted file mode 100644 index 6270d9f74..000000000 --- a/audio/rhythmbox-devel/files/patch-sources_itunesdb.c +++ /dev/null @@ -1,22 +0,0 @@ ---- sources/itunesdb.c.orig Fri Mar 19 12:20:13 2004 -+++ sources/itunesdb.c Fri Apr 2 21:39:39 2004 -@@ -729,8 +729,9 @@ - gchar data[4]; - guint32 header_length, entry_length, entry_num, i=0; - time_t tt = time (NULL); -+ struct tm *tmt; - -- localtime (&tt); /* set the ext. variable 'timezone' (see below) */ -+ tmt = localtime (&tt); /* set the ext. variable 'timezone' (see below) */ - if (seek_get_n_bytes (plycts, data, 0, 4) != 4) break; - if (cmp_n_bytes (data, "mhdp", 4) == FALSE) break; - header_length = get4int (plycts, 4); -@@ -768,7 +769,7 @@ - * way to do that ? - */ - if (playcount->time_played) -- playcount->time_played += __timezone; -+ playcount->time_played += tmt->tm_gmtoff; - - /* rating only exists if the entry length is at least 0x10 */ - if (entry_length >= 0x10) diff --git a/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c deleted file mode 100644 index 61fbb19a5..000000000 --- a/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c +++ /dev/null @@ -1,18 +0,0 @@ ---- sources/rb-ipod-source.c.orig Sun Sep 19 17:05:37 2004 -+++ sources/rb-ipod-source.c Sun Sep 19 17:05:49 2004 -@@ -234,6 +234,7 @@ - } - - /* Set disc number */ -+ /* - if (song->cd_nr != 0) { - GValue value = {0, }; - g_value_init (&value, G_TYPE_ULONG); -@@ -243,6 +244,7 @@ - &value); - g_value_unset (&value); - } -+ */ - - /* Set bitrate */ - if (song->bitrate != 0) { diff --git a/audio/rhythmbox-devel/pkg-descr b/audio/rhythmbox-devel/pkg-descr deleted file mode 100644 index 39e0558c2..000000000 --- a/audio/rhythmbox-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Rhythmbox is an integrated music management application, originally inspired by -Apple's iTunes. It is free software, designed to work well under the GNOME -Desktop, and based on the powerful GStreamer media framework. - -WWW: http://web.rhythmbox.org/ diff --git a/audio/rhythmbox-devel/pkg-plist b/audio/rhythmbox-devel/pkg-plist deleted file mode 100644 index 0ff3e3fd9..000000000 --- a/audio/rhythmbox-devel/pkg-plist +++ /dev/null @@ -1,165 +0,0 @@ -bin/rhythmbox -lib/bonobo/librb-nautilus-context-menu.so -libdata/bonobo/servers/GNOME_Rhythmbox.server -libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server -libdata/pkgconfig/rhythmbox.pc -share/dbus-1/services/org.gnome.Rhythmbox.service -share/gnome/application-registry/rhythmbox.applications -share/gnome/applications/rhythmbox.desktop -share/gnome/help/rhythmbox/C/authors.xml -share/gnome/help/rhythmbox/C/fdl-appendix.xml -share/gnome/help/rhythmbox/C/figures/rb-adv.png -share/gnome/help/rhythmbox/C/figures/rb-asst-finish.png -share/gnome/help/rhythmbox/C/figures/rb-asst-library.png -share/gnome/help/rhythmbox/C/figures/rb-asst-start.png -share/gnome/help/rhythmbox/C/figures/rb-basic.png -share/gnome/help/rhythmbox/C/figures/rb-browser.png -share/gnome/help/rhythmbox/C/figures/rb-context-menu.png -share/gnome/help/rhythmbox/C/figures/rb-empty.png -share/gnome/help/rhythmbox/C/figures/rb-full-play.png -share/gnome/help/rhythmbox/C/figures/rb-group-auto.png -share/gnome/help/rhythmbox/C/figures/rb-group-create.png -share/gnome/help/rhythmbox/C/figures/rb-group.png -share/gnome/help/rhythmbox/C/figures/rb-imported.png -share/gnome/help/rhythmbox/C/figures/rb-iradio-add.png -share/gnome/help/rhythmbox/C/figures/rb-iradio.png -share/gnome/help/rhythmbox/C/figures/rb-nextprev.png -share/gnome/help/rhythmbox/C/figures/rb-nobrowse-play.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area.png -share/gnome/help/rhythmbox/C/figures/rb-player.png -share/gnome/help/rhythmbox/C/figures/rb-prefs-general.png -share/gnome/help/rhythmbox/C/figures/rb-prefs-ipod.png -share/gnome/help/rhythmbox/C/figures/rb-prefs-library.png -share/gnome/help/rhythmbox/C/figures/rb-prefs.png -share/gnome/help/rhythmbox/C/figures/rb-repeat.png -share/gnome/help/rhythmbox/C/figures/rb-search.png -share/gnome/help/rhythmbox/C/figures/rb-shuffle.png -share/gnome/help/rhythmbox/C/figures/rb-sidebar.png -share/gnome/help/rhythmbox/C/figures/rb-stats.png -share/gnome/help/rhythmbox/C/figures/rb-statusbar.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-editor.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar.png -share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/C/figures/rb-volume-mute.png -share/gnome/help/rhythmbox/C/figures/rb-window-small.png -share/gnome/help/rhythmbox/C/figures/rb-window.png -share/gnome/help/rhythmbox/C/figures/rhythmbox-group.png -share/gnome/help/rhythmbox/C/figures/rhythmbox-tray-icon.png -share/gnome/help/rhythmbox/C/legal.xml -share/gnome/help/rhythmbox/C/quick-reference.xml -share/gnome/help/rhythmbox/C/rhythmbox.xml -share/gnome/help/rhythmbox/C/user-guide.xml -share/gnome/help/rhythmbox/ja/authors.xml -share/gnome/help/rhythmbox/ja/fdl-appendix.xml -share/gnome/help/rhythmbox/ja/figures/rb-adv.png -share/gnome/help/rhythmbox/ja/figures/rb-basic.png -share/gnome/help/rhythmbox/ja/figures/rb-browser.png -share/gnome/help/rhythmbox/ja/figures/rb-context-menu.png -share/gnome/help/rhythmbox/ja/figures/rb-iradio-add.png -share/gnome/help/rhythmbox/ja/figures/rb-iradio.png -share/gnome/help/rhythmbox/ja/figures/rb-nextprev.png -share/gnome/help/rhythmbox/ja/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/ja/figures/rb-notification-area.png -share/gnome/help/rhythmbox/ja/figures/rb-player.png -share/gnome/help/rhythmbox/ja/figures/rb-prefs-general.png -share/gnome/help/rhythmbox/ja/figures/rb-prefs-library.png -share/gnome/help/rhythmbox/ja/figures/rb-repeat.png -share/gnome/help/rhythmbox/ja/figures/rb-search.png -share/gnome/help/rhythmbox/ja/figures/rb-shuffle.png -share/gnome/help/rhythmbox/ja/figures/rb-sidebar.png -share/gnome/help/rhythmbox/ja/figures/rb-stats.png -share/gnome/help/rhythmbox/ja/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/ja/figures/rb-window.png -share/gnome/help/rhythmbox/ja/legal.xml -share/gnome/help/rhythmbox/ja/quick-reference.xml -share/gnome/help/rhythmbox/ja/rhythmbox.xml -share/gnome/help/rhythmbox/ja/user-guide.xml -share/gnome/idl/Rhythmbox.idl -share/gnome/mime-info/rhythmbox.keys -share/gnome/omf/rhythmbox/rhythmbox-C.omf -share/gnome/omf/rhythmbox/rhythmbox-ja.omf -share/gnome/pixmaps/rhythmbox.png -share/gnome/rhythmbox/art/about-logo.png -share/gnome/rhythmbox/art/rhythmbox-no-star.png -share/gnome/rhythmbox/art/rhythmbox-set-star.png -share/gnome/rhythmbox/art/rhythmbox-tray-icon.png -share/gnome/rhythmbox/art/rhythmbox-unset-star.png -share/gnome/rhythmbox/glade/create-playlist.glade -share/gnome/rhythmbox/glade/daap-prefs.glade -share/gnome/rhythmbox/glade/druid.glade -share/gnome/rhythmbox/glade/general-prefs.glade -share/gnome/rhythmbox/glade/library-prefs.glade -share/gnome/rhythmbox/glade/load-failure.glade -share/gnome/rhythmbox/glade/recorder.glade -share/gnome/rhythmbox/glade/song-info-multiple.glade -share/gnome/rhythmbox/glade/song-info.glade -share/gnome/rhythmbox/glade/station-new.glade -share/gnome/rhythmbox/glade/station-properties.glade -share/gnome/rhythmbox/glade/uri.glade -share/gnome/rhythmbox/iradio-initial.pls -share/gnome/rhythmbox/rhythmbox-ui.xml -share/locale/am/LC_MESSAGES/rhythmbox.mo -share/locale/ar/LC_MESSAGES/rhythmbox.mo -share/locale/az/LC_MESSAGES/rhythmbox.mo -share/locale/be/LC_MESSAGES/rhythmbox.mo -share/locale/bg/LC_MESSAGES/rhythmbox.mo -share/locale/ca/LC_MESSAGES/rhythmbox.mo -share/locale/cs/LC_MESSAGES/rhythmbox.mo -share/locale/cy/LC_MESSAGES/rhythmbox.mo -share/locale/da/LC_MESSAGES/rhythmbox.mo -share/locale/de/LC_MESSAGES/rhythmbox.mo -share/locale/el/LC_MESSAGES/rhythmbox.mo -share/locale/en_CA/LC_MESSAGES/rhythmbox.mo -share/locale/en_GB/LC_MESSAGES/rhythmbox.mo -share/locale/es/LC_MESSAGES/rhythmbox.mo -share/locale/et/LC_MESSAGES/rhythmbox.mo -share/locale/eu/LC_MESSAGES/rhythmbox.mo -share/locale/fi/LC_MESSAGES/rhythmbox.mo -share/locale/fr/LC_MESSAGES/rhythmbox.mo -share/locale/ga/LC_MESSAGES/rhythmbox.mo -share/locale/gl/LC_MESSAGES/rhythmbox.mo -share/locale/he/LC_MESSAGES/rhythmbox.mo -share/locale/hr/LC_MESSAGES/rhythmbox.mo -share/locale/hu/LC_MESSAGES/rhythmbox.mo -share/locale/id/LC_MESSAGES/rhythmbox.mo -share/locale/is/LC_MESSAGES/rhythmbox.mo -share/locale/it/LC_MESSAGES/rhythmbox.mo -share/locale/ja/LC_MESSAGES/rhythmbox.mo -share/locale/ko/LC_MESSAGES/rhythmbox.mo -share/locale/lt/LC_MESSAGES/rhythmbox.mo -share/locale/lv/LC_MESSAGES/rhythmbox.mo -share/locale/mk/LC_MESSAGES/rhythmbox.mo -share/locale/ml/LC_MESSAGES/rhythmbox.mo -share/locale/mn/LC_MESSAGES/rhythmbox.mo -share/locale/ms/LC_MESSAGES/rhythmbox.mo -share/locale/nb/LC_MESSAGES/rhythmbox.mo -share/locale/ne/LC_MESSAGES/rhythmbox.mo -share/locale/nl/LC_MESSAGES/rhythmbox.mo -share/locale/no/LC_MESSAGES/rhythmbox.mo -share/locale/pa/LC_MESSAGES/rhythmbox.mo -share/locale/pl/LC_MESSAGES/rhythmbox.mo -share/locale/pt/LC_MESSAGES/rhythmbox.mo -share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo -share/locale/ro/LC_MESSAGES/rhythmbox.mo -share/locale/ru/LC_MESSAGES/rhythmbox.mo -share/locale/rw/LC_MESSAGES/rhythmbox.mo -share/locale/sk/LC_MESSAGES/rhythmbox.mo -share/locale/sr/LC_MESSAGES/rhythmbox.mo -share/locale/sr@Latn/LC_MESSAGES/rhythmbox.mo -share/locale/sv/LC_MESSAGES/rhythmbox.mo -share/locale/th/LC_MESSAGES/rhythmbox.mo -share/locale/tr/LC_MESSAGES/rhythmbox.mo -share/locale/uk/LC_MESSAGES/rhythmbox.mo -share/locale/vi/LC_MESSAGES/rhythmbox.mo -share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo -share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo -@dirrm share/gnome/rhythmbox/glade -@dirrm share/gnome/rhythmbox/art -@dirrm share/gnome/rhythmbox -@dirrm share/gnome/omf/rhythmbox -@dirrm share/gnome/help/rhythmbox/ja/figures -@dirrm share/gnome/help/rhythmbox/ja -@dirrm share/gnome/help/rhythmbox/C/figures -@dirrm share/gnome/help/rhythmbox/C -@dirrm share/gnome/help/rhythmbox diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile deleted file mode 100644 index 3af1a44e4..000000000 --- a/audio/rhythmbox/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.39 2005/10/23 10:29:00 kwm Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.9.1 -PORTREVISION= 2 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Audio player for the Gnome 2 desktop environment - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ - dbus-1.1:${PORTSDIR}/devel/dbus - -USE_BZIP2= yes -USE_X_PREFIX= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -USE_GSTREAMER= flac mad gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu -CONFIGURE_ENV= LIBS="-lm" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas - -OPTIONS= IPOD "Enable iPod support" off \ - DAAP "Enable iTunes music sharing" off \ - FAAD "Enable FAAD decoder support" off - -.include <bsd.port.pre.mk> - -.ifdef (WITH_IPOD) -CONFIGURE_ARGS+= --enable-ipod -.endif - -.if exists(${LOCALBASE}/lib/libvorbis.so) -WITH_VORBIS= yes -.endif - -.ifdef (WITH_VORBIS) -USE_GSTREAMER+= vorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -.if defined(WITH_FAAD) -USE_GSTREAMER+= faad -.endif - -.if defined(WITH_DAAP) -CONFIGURE_ARGS+= --enable-daap --with-mdns=howl -LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup \ - howl.0:${PORTSDIR}/net/howl -.else -.if exists(${LOCALBASE}/lib/libhowl.a) -LIB_DEPENDS+= howl.0:${PORTSDIR}/net/howl -.endif -CONFIGURE_ARGS+= --disable-daap -.endif - -pre-everything:: -.if !defined(WITH_VORBIS) - @${ECHO_MSG} - @${ECHO_MSG} "Define WITH_VORBIS to enable Vorbis support" - @${ECHO_MSG} -.endif - -.include <bsd.port.post.mk> diff --git a/audio/rhythmbox/distinfo b/audio/rhythmbox/distinfo deleted file mode 100644 index be35324bb..000000000 --- a/audio/rhythmbox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/rhythmbox-0.9.1.tar.bz2) = 942b204d1227f4d66e26a289ca762df2 -SIZE (gnome2/rhythmbox-0.9.1.tar.bz2) = 2314153 diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure deleted file mode 100644 index 9c31cedaa..000000000 --- a/audio/rhythmbox/files/patch-configure +++ /dev/null @@ -1,47 +0,0 @@ ---- configure.orig Mon Oct 17 10:21:14 2005 -+++ configure Mon Oct 17 10:22:47 2005 -@@ -21603,7 +21603,7 @@ - enable_hal02=yes - fi - fi -- if test x$enable_hal05 == xyes || test x$enable_hal02 == xyes; then -+ if test x$enable_hal05 = xyes || test x$enable_hal02 = xyes; then - enable_hal=yes - else - enable_hal=no -@@ -21620,7 +21620,7 @@ - _ACEOF - - enable_ipod=yes -- if test x$enable_hal05 == xyes; then -+ if test x$enable_hal05 = xyes; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_HAL_0_5 1 -@@ -21887,7 +21887,7 @@ - RHYTHMBOX_LIBS="$RHYTHMBOX_LIBS $SOUNDSYSTEM_LIBS" - - -- if test "x$GST_INSPECT" == "x"; then -+ if test "x$GST_INSPECT" = "x"; then - # Extract the first word of "gst-inspect-0.8", so it can be a program name with args. - set dummy gst-inspect-0.8; ac_word=$2 - echo "$as_me:$LINENO: checking for $ac_word" >&5 -@@ -22640,7 +22640,7 @@ - - - if test x"$x_includes" != x"NONE" && test -n "$x_includes" ; then -- CFLAGS=$CFLAGS -I`echo $x_includes | sed -e "s/:/ -I/g"` -+ CFLAGS=$CFLAGS\ -I`echo $x_includes | sed -e "s/:/ -I/g"` - fi - if test x"$x_libraries" != x"NONE" && test -n "$x_libraries" ; then - LIBS=-L`echo $x_libraries | sed -e "s/:/ -L/g"` -@@ -22977,7 +22977,7 @@ - fi - if test "x$enable_audiocd" = "xyes"; then - -- if test "x$GST_INSPECT" == "x"; then -+ if test "x$GST_INSPECT" = "x"; then - # Extract the first word of "gst-inspect-0.8", so it can be a program name with args. - set dummy gst-inspect-0.8; ac_word=$2 - echo "$as_me:$LINENO: checking for $ac_word" >&5 diff --git a/audio/rhythmbox/files/patch-daapsharing_rb-daap-src.c b/audio/rhythmbox/files/patch-daapsharing_rb-daap-src.c deleted file mode 100644 index fdbf98e76..000000000 --- a/audio/rhythmbox/files/patch-daapsharing_rb-daap-src.c +++ /dev/null @@ -1,27 +0,0 @@ ---- daapsharing/rb-daap-src.c.orig Sun Oct 16 05:50:21 2005 -+++ daapsharing/rb-daap-src.c Mon Oct 17 10:30:20 2005 -@@ -34,6 +34,7 @@ - #include <sys/ioctl.h> - #include <netdb.h> - #include <unistd.h> -+#include <signal.h> - - #include <libgnome/gnome-i18n.h> - #include <gst/gst.h> -@@ -580,7 +581,15 @@ gst_tcp_socket_write (int socket, const - size_t bytes_written = 0; - - while (bytes_written < count) { -- ssize_t wrote = send (socket, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+ ssize_t wrote; -+#ifdef MSG_NOSIGNAL -+ wrote = send (socket, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+#else -+ signal (SIGPIPE, SIG_IGN); -+ wrote = send (socket, buf + bytes_written, count - bytes_written, 0); -+ signal (SIGPIPE, SIG_DFL); -+#endif -+ - - if (wrote <= 0) { - return bytes_written; diff --git a/audio/rhythmbox/files/patch-player_rb-recorder-gst.c b/audio/rhythmbox/files/patch-player_rb-recorder-gst.c deleted file mode 100644 index e8aae3495..000000000 --- a/audio/rhythmbox/files/patch-player_rb-recorder-gst.c +++ /dev/null @@ -1,12 +0,0 @@ ---- player/rb-recorder-gst.c.orig Wed Aug 10 20:06:11 2005 -+++ player/rb-recorder-gst.c Wed Aug 10 20:06:31 2005 -@@ -25,7 +25,9 @@ - #include <string.h> - #include <math.h> - #include <time.h> -+#ifndef __FreeBSD__ - #include <sys/vfs.h> -+#endif - #include <sys/types.h> - #include <sys/stat.h> - #include <fcntl.h> diff --git a/audio/rhythmbox/files/patch-remote_bonobo_Makefile.in b/audio/rhythmbox/files/patch-remote_bonobo_Makefile.in deleted file mode 100644 index c19ec530e..000000000 --- a/audio/rhythmbox/files/patch-remote_bonobo_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- remote/bonobo/Makefile.in.orig Wed Aug 27 04:19:40 2003 -+++ remote/bonobo/Makefile.in Wed Aug 27 04:19:56 2003 -@@ -237,7 +237,7 @@ - - noinst_HEADERS = Rhythmbox.h - --idldir = $(prefix)/share/idl -+idldir = $(datadir)/idl - idl_DATA = Rhythmbox.idl - - CLEAN_FILES = $(rhythmbox_interface_idl_sources) diff --git a/audio/rhythmbox/files/patch-sources_itunesdb.c b/audio/rhythmbox/files/patch-sources_itunesdb.c deleted file mode 100644 index 6270d9f74..000000000 --- a/audio/rhythmbox/files/patch-sources_itunesdb.c +++ /dev/null @@ -1,22 +0,0 @@ ---- sources/itunesdb.c.orig Fri Mar 19 12:20:13 2004 -+++ sources/itunesdb.c Fri Apr 2 21:39:39 2004 -@@ -729,8 +729,9 @@ - gchar data[4]; - guint32 header_length, entry_length, entry_num, i=0; - time_t tt = time (NULL); -+ struct tm *tmt; - -- localtime (&tt); /* set the ext. variable 'timezone' (see below) */ -+ tmt = localtime (&tt); /* set the ext. variable 'timezone' (see below) */ - if (seek_get_n_bytes (plycts, data, 0, 4) != 4) break; - if (cmp_n_bytes (data, "mhdp", 4) == FALSE) break; - header_length = get4int (plycts, 4); -@@ -768,7 +769,7 @@ - * way to do that ? - */ - if (playcount->time_played) -- playcount->time_played += __timezone; -+ playcount->time_played += tmt->tm_gmtoff; - - /* rating only exists if the entry length is at least 0x10 */ - if (entry_length >= 0x10) diff --git a/audio/rhythmbox/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox/files/patch-sources_rb-ipod-source.c deleted file mode 100644 index 61fbb19a5..000000000 --- a/audio/rhythmbox/files/patch-sources_rb-ipod-source.c +++ /dev/null @@ -1,18 +0,0 @@ ---- sources/rb-ipod-source.c.orig Sun Sep 19 17:05:37 2004 -+++ sources/rb-ipod-source.c Sun Sep 19 17:05:49 2004 -@@ -234,6 +234,7 @@ - } - - /* Set disc number */ -+ /* - if (song->cd_nr != 0) { - GValue value = {0, }; - g_value_init (&value, G_TYPE_ULONG); -@@ -243,6 +244,7 @@ - &value); - g_value_unset (&value); - } -+ */ - - /* Set bitrate */ - if (song->bitrate != 0) { diff --git a/audio/rhythmbox/pkg-descr b/audio/rhythmbox/pkg-descr deleted file mode 100644 index 39e0558c2..000000000 --- a/audio/rhythmbox/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Rhythmbox is an integrated music management application, originally inspired by -Apple's iTunes. It is free software, designed to work well under the GNOME -Desktop, and based on the powerful GStreamer media framework. - -WWW: http://web.rhythmbox.org/ diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist deleted file mode 100644 index 0ff3e3fd9..000000000 --- a/audio/rhythmbox/pkg-plist +++ /dev/null @@ -1,165 +0,0 @@ -bin/rhythmbox -lib/bonobo/librb-nautilus-context-menu.so -libdata/bonobo/servers/GNOME_Rhythmbox.server -libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server -libdata/pkgconfig/rhythmbox.pc -share/dbus-1/services/org.gnome.Rhythmbox.service -share/gnome/application-registry/rhythmbox.applications -share/gnome/applications/rhythmbox.desktop -share/gnome/help/rhythmbox/C/authors.xml -share/gnome/help/rhythmbox/C/fdl-appendix.xml -share/gnome/help/rhythmbox/C/figures/rb-adv.png -share/gnome/help/rhythmbox/C/figures/rb-asst-finish.png -share/gnome/help/rhythmbox/C/figures/rb-asst-library.png -share/gnome/help/rhythmbox/C/figures/rb-asst-start.png -share/gnome/help/rhythmbox/C/figures/rb-basic.png -share/gnome/help/rhythmbox/C/figures/rb-browser.png -share/gnome/help/rhythmbox/C/figures/rb-context-menu.png -share/gnome/help/rhythmbox/C/figures/rb-empty.png -share/gnome/help/rhythmbox/C/figures/rb-full-play.png -share/gnome/help/rhythmbox/C/figures/rb-group-auto.png -share/gnome/help/rhythmbox/C/figures/rb-group-create.png -share/gnome/help/rhythmbox/C/figures/rb-group.png -share/gnome/help/rhythmbox/C/figures/rb-imported.png -share/gnome/help/rhythmbox/C/figures/rb-iradio-add.png -share/gnome/help/rhythmbox/C/figures/rb-iradio.png -share/gnome/help/rhythmbox/C/figures/rb-nextprev.png -share/gnome/help/rhythmbox/C/figures/rb-nobrowse-play.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area.png -share/gnome/help/rhythmbox/C/figures/rb-player.png -share/gnome/help/rhythmbox/C/figures/rb-prefs-general.png -share/gnome/help/rhythmbox/C/figures/rb-prefs-ipod.png -share/gnome/help/rhythmbox/C/figures/rb-prefs-library.png -share/gnome/help/rhythmbox/C/figures/rb-prefs.png -share/gnome/help/rhythmbox/C/figures/rb-repeat.png -share/gnome/help/rhythmbox/C/figures/rb-search.png -share/gnome/help/rhythmbox/C/figures/rb-shuffle.png -share/gnome/help/rhythmbox/C/figures/rb-sidebar.png -share/gnome/help/rhythmbox/C/figures/rb-stats.png -share/gnome/help/rhythmbox/C/figures/rb-statusbar.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-editor.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar.png -share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/C/figures/rb-volume-mute.png -share/gnome/help/rhythmbox/C/figures/rb-window-small.png -share/gnome/help/rhythmbox/C/figures/rb-window.png -share/gnome/help/rhythmbox/C/figures/rhythmbox-group.png -share/gnome/help/rhythmbox/C/figures/rhythmbox-tray-icon.png -share/gnome/help/rhythmbox/C/legal.xml -share/gnome/help/rhythmbox/C/quick-reference.xml -share/gnome/help/rhythmbox/C/rhythmbox.xml -share/gnome/help/rhythmbox/C/user-guide.xml -share/gnome/help/rhythmbox/ja/authors.xml -share/gnome/help/rhythmbox/ja/fdl-appendix.xml -share/gnome/help/rhythmbox/ja/figures/rb-adv.png -share/gnome/help/rhythmbox/ja/figures/rb-basic.png -share/gnome/help/rhythmbox/ja/figures/rb-browser.png -share/gnome/help/rhythmbox/ja/figures/rb-context-menu.png -share/gnome/help/rhythmbox/ja/figures/rb-iradio-add.png -share/gnome/help/rhythmbox/ja/figures/rb-iradio.png -share/gnome/help/rhythmbox/ja/figures/rb-nextprev.png -share/gnome/help/rhythmbox/ja/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/ja/figures/rb-notification-area.png -share/gnome/help/rhythmbox/ja/figures/rb-player.png -share/gnome/help/rhythmbox/ja/figures/rb-prefs-general.png -share/gnome/help/rhythmbox/ja/figures/rb-prefs-library.png -share/gnome/help/rhythmbox/ja/figures/rb-repeat.png -share/gnome/help/rhythmbox/ja/figures/rb-search.png -share/gnome/help/rhythmbox/ja/figures/rb-shuffle.png -share/gnome/help/rhythmbox/ja/figures/rb-sidebar.png -share/gnome/help/rhythmbox/ja/figures/rb-stats.png -share/gnome/help/rhythmbox/ja/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/ja/figures/rb-window.png -share/gnome/help/rhythmbox/ja/legal.xml -share/gnome/help/rhythmbox/ja/quick-reference.xml -share/gnome/help/rhythmbox/ja/rhythmbox.xml -share/gnome/help/rhythmbox/ja/user-guide.xml -share/gnome/idl/Rhythmbox.idl -share/gnome/mime-info/rhythmbox.keys -share/gnome/omf/rhythmbox/rhythmbox-C.omf -share/gnome/omf/rhythmbox/rhythmbox-ja.omf -share/gnome/pixmaps/rhythmbox.png -share/gnome/rhythmbox/art/about-logo.png -share/gnome/rhythmbox/art/rhythmbox-no-star.png -share/gnome/rhythmbox/art/rhythmbox-set-star.png -share/gnome/rhythmbox/art/rhythmbox-tray-icon.png -share/gnome/rhythmbox/art/rhythmbox-unset-star.png -share/gnome/rhythmbox/glade/create-playlist.glade -share/gnome/rhythmbox/glade/daap-prefs.glade -share/gnome/rhythmbox/glade/druid.glade -share/gnome/rhythmbox/glade/general-prefs.glade -share/gnome/rhythmbox/glade/library-prefs.glade -share/gnome/rhythmbox/glade/load-failure.glade -share/gnome/rhythmbox/glade/recorder.glade -share/gnome/rhythmbox/glade/song-info-multiple.glade -share/gnome/rhythmbox/glade/song-info.glade -share/gnome/rhythmbox/glade/station-new.glade -share/gnome/rhythmbox/glade/station-properties.glade -share/gnome/rhythmbox/glade/uri.glade -share/gnome/rhythmbox/iradio-initial.pls -share/gnome/rhythmbox/rhythmbox-ui.xml -share/locale/am/LC_MESSAGES/rhythmbox.mo -share/locale/ar/LC_MESSAGES/rhythmbox.mo -share/locale/az/LC_MESSAGES/rhythmbox.mo -share/locale/be/LC_MESSAGES/rhythmbox.mo -share/locale/bg/LC_MESSAGES/rhythmbox.mo -share/locale/ca/LC_MESSAGES/rhythmbox.mo -share/locale/cs/LC_MESSAGES/rhythmbox.mo -share/locale/cy/LC_MESSAGES/rhythmbox.mo -share/locale/da/LC_MESSAGES/rhythmbox.mo -share/locale/de/LC_MESSAGES/rhythmbox.mo -share/locale/el/LC_MESSAGES/rhythmbox.mo -share/locale/en_CA/LC_MESSAGES/rhythmbox.mo -share/locale/en_GB/LC_MESSAGES/rhythmbox.mo -share/locale/es/LC_MESSAGES/rhythmbox.mo -share/locale/et/LC_MESSAGES/rhythmbox.mo -share/locale/eu/LC_MESSAGES/rhythmbox.mo -share/locale/fi/LC_MESSAGES/rhythmbox.mo -share/locale/fr/LC_MESSAGES/rhythmbox.mo -share/locale/ga/LC_MESSAGES/rhythmbox.mo -share/locale/gl/LC_MESSAGES/rhythmbox.mo -share/locale/he/LC_MESSAGES/rhythmbox.mo -share/locale/hr/LC_MESSAGES/rhythmbox.mo -share/locale/hu/LC_MESSAGES/rhythmbox.mo -share/locale/id/LC_MESSAGES/rhythmbox.mo -share/locale/is/LC_MESSAGES/rhythmbox.mo -share/locale/it/LC_MESSAGES/rhythmbox.mo -share/locale/ja/LC_MESSAGES/rhythmbox.mo -share/locale/ko/LC_MESSAGES/rhythmbox.mo -share/locale/lt/LC_MESSAGES/rhythmbox.mo -share/locale/lv/LC_MESSAGES/rhythmbox.mo -share/locale/mk/LC_MESSAGES/rhythmbox.mo -share/locale/ml/LC_MESSAGES/rhythmbox.mo -share/locale/mn/LC_MESSAGES/rhythmbox.mo -share/locale/ms/LC_MESSAGES/rhythmbox.mo -share/locale/nb/LC_MESSAGES/rhythmbox.mo -share/locale/ne/LC_MESSAGES/rhythmbox.mo -share/locale/nl/LC_MESSAGES/rhythmbox.mo -share/locale/no/LC_MESSAGES/rhythmbox.mo -share/locale/pa/LC_MESSAGES/rhythmbox.mo -share/locale/pl/LC_MESSAGES/rhythmbox.mo -share/locale/pt/LC_MESSAGES/rhythmbox.mo -share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo -share/locale/ro/LC_MESSAGES/rhythmbox.mo -share/locale/ru/LC_MESSAGES/rhythmbox.mo -share/locale/rw/LC_MESSAGES/rhythmbox.mo -share/locale/sk/LC_MESSAGES/rhythmbox.mo -share/locale/sr/LC_MESSAGES/rhythmbox.mo -share/locale/sr@Latn/LC_MESSAGES/rhythmbox.mo -share/locale/sv/LC_MESSAGES/rhythmbox.mo -share/locale/th/LC_MESSAGES/rhythmbox.mo -share/locale/tr/LC_MESSAGES/rhythmbox.mo -share/locale/uk/LC_MESSAGES/rhythmbox.mo -share/locale/vi/LC_MESSAGES/rhythmbox.mo -share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo -share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo -@dirrm share/gnome/rhythmbox/glade -@dirrm share/gnome/rhythmbox/art -@dirrm share/gnome/rhythmbox -@dirrm share/gnome/omf/rhythmbox -@dirrm share/gnome/help/rhythmbox/ja/figures -@dirrm share/gnome/help/rhythmbox/ja -@dirrm share/gnome/help/rhythmbox/C/figures -@dirrm share/gnome/help/rhythmbox/C -@dirrm share/gnome/help/rhythmbox |