diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 11:17:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 11:17:42 +0800 |
commit | 437a0db93c38c72ed9eb9290230439024a05bb87 (patch) | |
tree | 6e47f74c369a259471f5aae5b0b46cdf2053bbc8 /audio | |
parent | cdedee21cb0b13ddf8bfc2cec502a0c72a46efee (diff) | |
download | marcuscom-ports-437a0db93c38c72ed9eb9290230439024a05bb87.tar.gz marcuscom-ports-437a0db93c38c72ed9eb9290230439024a05bb87.tar.zst marcuscom-ports-437a0db93c38c72ed9eb9290230439024a05bb87.zip |
Add gnomemedia2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@38 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-media/Makefile | 39 | ||||
-rw-r--r-- | audio/gnome-media/distinfo | 1 | ||||
-rw-r--r-- | audio/gnome-media/files/patch-ad | 45 | ||||
-rw-r--r-- | audio/gnome-media/files/patch-configure | 10 | ||||
-rw-r--r-- | audio/gnome-media/files/patch-gmix::prefs.c | 11 | ||||
-rw-r--r-- | audio/gnome-media/pkg-comment | 1 | ||||
-rw-r--r-- | audio/gnome-media/pkg-descr | 3 | ||||
-rw-r--r-- | audio/gnome-media/pkg-plist | 252 | ||||
-rw-r--r-- | audio/gnomemedia2/Makefile | 39 | ||||
-rw-r--r-- | audio/gnomemedia2/distinfo | 1 | ||||
-rw-r--r-- | audio/gnomemedia2/files/patch-ad | 45 | ||||
-rw-r--r-- | audio/gnomemedia2/files/patch-configure | 10 | ||||
-rw-r--r-- | audio/gnomemedia2/files/patch-gmix::prefs.c | 11 | ||||
-rw-r--r-- | audio/gnomemedia2/pkg-comment | 1 | ||||
-rw-r--r-- | audio/gnomemedia2/pkg-descr | 3 | ||||
-rw-r--r-- | audio/gnomemedia2/pkg-plist | 252 |
16 files changed, 724 insertions, 0 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile new file mode 100644 index 000000000..8cb5c53e9 --- /dev/null +++ b/audio/gnome-media/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: gnomemedia2 +# Date created: 06 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/audio/gnomemedia2/Makefile,v 1.31 2002/09/20 17:06:04 marcus Exp $ +# + +PORTNAME= gnomemedia2 +PORTVERSION= 2.0.2.5 +PORTREVISION= 1 +CATEGORIES= audio gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-media/2.0 +DISTNAME= gnome-media-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +RUN_DEPENDS= sox:${PORTSDIR}/audio/sox +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ + gailutil.17:${PORTSDIR}/x11-toolkits/gail + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/audio/gnome-media/distinfo b/audio/gnome-media/distinfo new file mode 100644 index 000000000..fa9df09b4 --- /dev/null +++ b/audio/gnome-media/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-media-2.0.2.5.tar.bz2) = c6e3c5081c90d1af5c52f89a0b38b7c7 diff --git a/audio/gnome-media/files/patch-ad b/audio/gnome-media/files/patch-ad new file mode 100644 index 000000000..9dc4efce4 --- /dev/null +++ b/audio/gnome-media/files/patch-ad @@ -0,0 +1,45 @@ +--- gmix/gmix.c.orig Tue May 7 00:43:15 2002 ++++ gmix/gmix.c Tue May 7 00:47:38 2002 +@@ -60,7 +60,7 @@ + #ifdef HAVE_LINUX_SOUNDCARD_H + #include <linux/soundcard.h> + #else +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #endif + +@@ -569,12 +569,7 @@ + /* + * open the mixer-device + */ +- if (num == 0) { +- sprintf (device_name, "/dev/mixer"); +- } else { +- sprintf (device_name, "/dev/mixer%i", num); +- } +- ++ sprintf(device_name, "/dev/mixer%i", num); + new_device->fd = open (device_name, O_RDWR, 0); + + if (new_device->fd < 0) { +@@ -689,6 +684,7 @@ + + cnt = 0; + devices = NULL; ++ num_mixers = 0; + device_by_name = g_hash_table_new (g_str_hash, g_str_equal); + + do { +@@ -697,9 +693,8 @@ + devices = g_list_append (devices, new_device); + g_hash_table_insert (device_by_name, new_device->info.name, new_device); + } +- } while (new_device); +- +- num_mixers = cnt - 1; ++ } while ((errno == EACCES) || (errno == EINVAL) || (errno == ENXIO) \ ++ || new_device); + } + + device_info * diff --git a/audio/gnome-media/files/patch-configure b/audio/gnome-media/files/patch-configure new file mode 100644 index 000000000..69445f92c --- /dev/null +++ b/audio/gnome-media/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue May 7 01:02:03 2002 ++++ configure Tue May 7 01:04:35 2002 +@@ -7978,6 +7978,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/audio/gnome-media/files/patch-gmix::prefs.c b/audio/gnome-media/files/patch-gmix::prefs.c new file mode 100644 index 000000000..b25b42b97 --- /dev/null +++ b/audio/gnome-media/files/patch-gmix::prefs.c @@ -0,0 +1,11 @@ +--- gmix/prefs.c.orig Tue May 7 00:52:42 2002 ++++ gmix/prefs.c Tue May 7 00:52:54 2002 +@@ -38,7 +38,7 @@ + #ifdef HAVE_LINUX_SOUNDCARD_H + #include <linux/soundcard.h> + #else +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #endif + diff --git a/audio/gnome-media/pkg-comment b/audio/gnome-media/pkg-comment new file mode 100644 index 000000000..c2e90fe69 --- /dev/null +++ b/audio/gnome-media/pkg-comment @@ -0,0 +1 @@ +Multimedia applications for the GNOME 2.0 desktop diff --git a/audio/gnome-media/pkg-descr b/audio/gnome-media/pkg-descr new file mode 100644 index 000000000..7b2258499 --- /dev/null +++ b/audio/gnome-media/pkg-descr @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000..1947c246e --- /dev/null +++ b/audio/gnome-media/pkg-plist @@ -0,0 +1,252 @@ +bin/cddb-slave2-properties +bin/gnome-cd +bin/gnome-sound-recorder +bin/gnome-volume-control +bin/vumeter +etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-cd/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-volume-control/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control/%gconf.xml +etc/gconf/schemas/CDDB-Slave2.schemas +etc/gconf/schemas/gnome-cd.schemas +etc/gconf/schemas/gnome-sound-recorder.schemas +etc/gconf/schemas/gnome-volume-control.schemas +include/cddb-slave2/cddb-slave-client.h +lib/libcddb-slave2.a +lib/libcddb-slave2.so +lib/libcddb-slave2.so.0 +libdata/bonobo/servers/GNOME_Media_CDDBSlave2.server +libexec/CDDBSlave2 +libexec/cddb-track-editor +share/gnome/applications/gnome-cd.desktop +share/gnome/applications/gnome-sound-recorder.desktop +share/gnome/applications/gnome-volume-control.desktop +share/gnome/applications/reclevel.desktop +share/gnome/applications/vumeter.desktop +share/gnome/control-center-2.0/capplets/cddb-slave.desktop +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/gnome-cd-prefs.png +share/gnome/help/gnome-cd/C/figures/gnome-cd-track.png +share/gnome/help/gnome-cd/C/figures/gnome-cd.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-volume-control/C/figures/gmix-prefs.png +share/gnome/help/gnome-volume-control/C/figures/gmix.png +share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml +share/gnome/help/gnome-volume-control/C/legal.xml +share/gnome/help/grecord/C/figures/grecord-prefs-path.png +share/gnome/help/grecord/C/figures/grecord-prefs-play.png +share/gnome/help/grecord/C/figures/grecord-prefs-rec.png +share/gnome/help/grecord/C/figures/grecord-prefs-sound.png +share/gnome/help/grecord/C/figures/grecord-prefs-ui.png +share/gnome/help/grecord/C/figures/grecord.png +share/gnome/help/grecord/C/figures/grecord_window.png +share/gnome/help/grecord/C/grecord.xml +share/gnome/help/grecord/C/legal.xml +share/gnome/idl/GNOME_Media_CDDBSlave2.idl +share/gnome/omf/gnome-media/gnome-cd-C.omf +share/gnome/omf/gnome-media/gnome-volume-control-C.omf +share/gnome/omf/gnome-media/grecord-C.omf +share/gnome/pixmaps/gnome-cd.png +share/gnome/pixmaps/gnome-cd/a-eject-menu.png +share/gnome/pixmaps/gnome-cd/a-eject-pressed.png +share/gnome/pixmaps/gnome-cd/a-eject.png +share/gnome/pixmaps/gnome-cd/a-first-menu.png +share/gnome/pixmaps/gnome-cd/a-first-pressed.png +share/gnome/pixmaps/gnome-cd/a-first.png +share/gnome/pixmaps/gnome-cd/a-fwd-pressed.png +share/gnome/pixmaps/gnome-cd/a-fwd.png +share/gnome/pixmaps/gnome-cd/a-last-menu.png +share/gnome/pixmaps/gnome-cd/a-last-pressed.png +share/gnome/pixmaps/gnome-cd/a-last.png +share/gnome/pixmaps/gnome-cd/a-pause-pressed.png +share/gnome/pixmaps/gnome-cd/a-pause.png +share/gnome/pixmaps/gnome-cd/a-play-menu.png +share/gnome/pixmaps/gnome-cd/a-play-pressed.png +share/gnome/pixmaps/gnome-cd/a-play.png +share/gnome/pixmaps/gnome-cd/a-rwnd-pressed.png +share/gnome/pixmaps/gnome-cd/a-rwnd.png +share/gnome/pixmaps/gnome-cd/a-stop-menu.png +share/gnome/pixmaps/gnome-cd/a-stop-pressed.png +share/gnome/pixmaps/gnome-cd/a-stop.png +share/gnome/pixmaps/gnome-cd/back.xpm +share/gnome/pixmaps/gnome-cd/cd.png +share/gnome/pixmaps/gnome-cd/cdrom.xpm +share/gnome/pixmaps/gnome-cd/disc.png +share/gnome/pixmaps/gnome-cd/eject.xpm +share/gnome/pixmaps/gnome-cd/ffwd.xpm +share/gnome/pixmaps/gnome-cd/goto.xpm +share/gnome/pixmaps/gnome-cd/media-eject.png +share/gnome/pixmaps/gnome-cd/media-fwd.png +share/gnome/pixmaps/gnome-cd/media-next.png +share/gnome/pixmaps/gnome-cd/media-pause.png +share/gnome/pixmaps/gnome-cd/media-play.png +share/gnome/pixmaps/gnome-cd/media-prev.png +share/gnome/pixmaps/gnome-cd/media-rec.png +share/gnome/pixmaps/gnome-cd/media-rew.png +share/gnome/pixmaps/gnome-cd/media-stop.png +share/gnome/pixmaps/gnome-cd/mixer.png +share/gnome/pixmaps/gnome-cd/next.xpm +share/gnome/pixmaps/gnome-cd/once.png +share/gnome/pixmaps/gnome-cd/pause.xpm +share/gnome/pixmaps/gnome-cd/play.xpm +share/gnome/pixmaps/gnome-cd/repeat.png +share/gnome/pixmaps/gnome-cd/rewind.xpm +share/gnome/pixmaps/gnome-cd/stop.xpm +share/gnome/pixmaps/gnome-cd/themes/lcd/a-eject-menu.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-eject.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-first-menu.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-first.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-fwd.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-last-menu.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-last.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-pause.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-play-menu.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-play.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-rwnd.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-stop-menu.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-stop.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/a-eject-menu.png +share/gnome/pixmaps/gnome-cd/themes/media/a-first-menu.png +share/gnome/pixmaps/gnome-cd/themes/media/a-last-menu.png +share/gnome/pixmaps/gnome-cd/themes/media/a-play-menu.png +share/gnome/pixmaps/gnome-cd/themes/media/a-stop-menu.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-eject.png +share/gnome/pixmaps/gnome-cd/themes/media/media-fwd.png +share/gnome/pixmaps/gnome-cd/themes/media/media-next.png +share/gnome/pixmaps/gnome-cd/themes/media/media-pause.png +share/gnome/pixmaps/gnome-cd/themes/media/media-play.png +share/gnome/pixmaps/gnome-cd/themes/media/media-prev.png +share/gnome/pixmaps/gnome-cd/themes/media/media-rew.png +share/gnome/pixmaps/gnome-cd/themes/media/media-stop.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/a-eject-menu.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-eject.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-first-menu.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-first.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-fwd.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-last-menu.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-last.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-pause.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-play-menu.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-play.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-rwnd.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-stop-menu.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-stop.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-cd/volume.xpm +share/gnome/pixmaps/gnome-grecord.png +share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-play.png +share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-rec.png +share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-stop.png +share/gnome/pixmaps/gnome-mixer.png +share/gnome/pixmaps/gnome-reclevel.png +share/gnome/pixmaps/gnome-vumeter.png +share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo +share/locale/az/LC_MESSAGES/gnome-media-2.0.mo +share/locale/bg/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/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_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/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/hu/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/ms/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/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/sk/LC_MESSAGES/gnome-media-2.0.mo +share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo +share/locale/sv/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/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-media/gnome-sound-recorder +@dirrm share/gnome/pixmaps/gnome-media +@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 +@dirrm share/gnome/pixmaps/gnome-cd +@dirrm share/gnome/help/grecord/C/figures +@dirrm share/gnome/help/grecord/C +@dirrm share/gnome/help/grecord +@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-cd/C/figures +@dirrm share/gnome/help/gnome-cd/C +@dirrm share/gnome/help/gnome-cd +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2 +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-volume-control +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-cd +@dirrm etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2 diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile new file mode 100644 index 000000000..8cb5c53e9 --- /dev/null +++ b/audio/gnomemedia2/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: gnomemedia2 +# Date created: 06 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/audio/gnomemedia2/Makefile,v 1.31 2002/09/20 17:06:04 marcus Exp $ +# + +PORTNAME= gnomemedia2 +PORTVERSION= 2.0.2.5 +PORTREVISION= 1 +CATEGORIES= audio gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-media/2.0 +DISTNAME= gnome-media-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +RUN_DEPENDS= sox:${PORTSDIR}/audio/sox +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ + gailutil.17:${PORTSDIR}/x11-toolkits/gail + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/audio/gnomemedia2/distinfo b/audio/gnomemedia2/distinfo new file mode 100644 index 000000000..fa9df09b4 --- /dev/null +++ b/audio/gnomemedia2/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-media-2.0.2.5.tar.bz2) = c6e3c5081c90d1af5c52f89a0b38b7c7 diff --git a/audio/gnomemedia2/files/patch-ad b/audio/gnomemedia2/files/patch-ad new file mode 100644 index 000000000..9dc4efce4 --- /dev/null +++ b/audio/gnomemedia2/files/patch-ad @@ -0,0 +1,45 @@ +--- gmix/gmix.c.orig Tue May 7 00:43:15 2002 ++++ gmix/gmix.c Tue May 7 00:47:38 2002 +@@ -60,7 +60,7 @@ + #ifdef HAVE_LINUX_SOUNDCARD_H + #include <linux/soundcard.h> + #else +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #endif + +@@ -569,12 +569,7 @@ + /* + * open the mixer-device + */ +- if (num == 0) { +- sprintf (device_name, "/dev/mixer"); +- } else { +- sprintf (device_name, "/dev/mixer%i", num); +- } +- ++ sprintf(device_name, "/dev/mixer%i", num); + new_device->fd = open (device_name, O_RDWR, 0); + + if (new_device->fd < 0) { +@@ -689,6 +684,7 @@ + + cnt = 0; + devices = NULL; ++ num_mixers = 0; + device_by_name = g_hash_table_new (g_str_hash, g_str_equal); + + do { +@@ -697,9 +693,8 @@ + devices = g_list_append (devices, new_device); + g_hash_table_insert (device_by_name, new_device->info.name, new_device); + } +- } while (new_device); +- +- num_mixers = cnt - 1; ++ } while ((errno == EACCES) || (errno == EINVAL) || (errno == ENXIO) \ ++ || new_device); + } + + device_info * diff --git a/audio/gnomemedia2/files/patch-configure b/audio/gnomemedia2/files/patch-configure new file mode 100644 index 000000000..69445f92c --- /dev/null +++ b/audio/gnomemedia2/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue May 7 01:02:03 2002 ++++ configure Tue May 7 01:04:35 2002 +@@ -7978,6 +7978,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/audio/gnomemedia2/files/patch-gmix::prefs.c b/audio/gnomemedia2/files/patch-gmix::prefs.c new file mode 100644 index 000000000..b25b42b97 --- /dev/null +++ b/audio/gnomemedia2/files/patch-gmix::prefs.c @@ -0,0 +1,11 @@ +--- gmix/prefs.c.orig Tue May 7 00:52:42 2002 ++++ gmix/prefs.c Tue May 7 00:52:54 2002 +@@ -38,7 +38,7 @@ + #ifdef HAVE_LINUX_SOUNDCARD_H + #include <linux/soundcard.h> + #else +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #endif + diff --git a/audio/gnomemedia2/pkg-comment b/audio/gnomemedia2/pkg-comment new file mode 100644 index 000000000..c2e90fe69 --- /dev/null +++ b/audio/gnomemedia2/pkg-comment @@ -0,0 +1 @@ +Multimedia applications for the GNOME 2.0 desktop diff --git a/audio/gnomemedia2/pkg-descr b/audio/gnomemedia2/pkg-descr new file mode 100644 index 000000000..7b2258499 --- /dev/null +++ b/audio/gnomemedia2/pkg-descr @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000..1947c246e --- /dev/null +++ b/audio/gnomemedia2/pkg-plist @@ -0,0 +1,252 @@ +bin/cddb-slave2-properties +bin/gnome-cd +bin/gnome-sound-recorder +bin/gnome-volume-control +bin/vumeter +etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-cd/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-volume-control/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control/%gconf.xml +etc/gconf/schemas/CDDB-Slave2.schemas +etc/gconf/schemas/gnome-cd.schemas +etc/gconf/schemas/gnome-sound-recorder.schemas +etc/gconf/schemas/gnome-volume-control.schemas +include/cddb-slave2/cddb-slave-client.h +lib/libcddb-slave2.a +lib/libcddb-slave2.so +lib/libcddb-slave2.so.0 +libdata/bonobo/servers/GNOME_Media_CDDBSlave2.server +libexec/CDDBSlave2 +libexec/cddb-track-editor +share/gnome/applications/gnome-cd.desktop +share/gnome/applications/gnome-sound-recorder.desktop +share/gnome/applications/gnome-volume-control.desktop +share/gnome/applications/reclevel.desktop +share/gnome/applications/vumeter.desktop +share/gnome/control-center-2.0/capplets/cddb-slave.desktop +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/gnome-cd-prefs.png +share/gnome/help/gnome-cd/C/figures/gnome-cd-track.png +share/gnome/help/gnome-cd/C/figures/gnome-cd.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-volume-control/C/figures/gmix-prefs.png +share/gnome/help/gnome-volume-control/C/figures/gmix.png +share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml +share/gnome/help/gnome-volume-control/C/legal.xml +share/gnome/help/grecord/C/figures/grecord-prefs-path.png +share/gnome/help/grecord/C/figures/grecord-prefs-play.png +share/gnome/help/grecord/C/figures/grecord-prefs-rec.png +share/gnome/help/grecord/C/figures/grecord-prefs-sound.png +share/gnome/help/grecord/C/figures/grecord-prefs-ui.png +share/gnome/help/grecord/C/figures/grecord.png +share/gnome/help/grecord/C/figures/grecord_window.png +share/gnome/help/grecord/C/grecord.xml +share/gnome/help/grecord/C/legal.xml +share/gnome/idl/GNOME_Media_CDDBSlave2.idl +share/gnome/omf/gnome-media/gnome-cd-C.omf +share/gnome/omf/gnome-media/gnome-volume-control-C.omf +share/gnome/omf/gnome-media/grecord-C.omf +share/gnome/pixmaps/gnome-cd.png +share/gnome/pixmaps/gnome-cd/a-eject-menu.png +share/gnome/pixmaps/gnome-cd/a-eject-pressed.png +share/gnome/pixmaps/gnome-cd/a-eject.png +share/gnome/pixmaps/gnome-cd/a-first-menu.png +share/gnome/pixmaps/gnome-cd/a-first-pressed.png +share/gnome/pixmaps/gnome-cd/a-first.png +share/gnome/pixmaps/gnome-cd/a-fwd-pressed.png +share/gnome/pixmaps/gnome-cd/a-fwd.png +share/gnome/pixmaps/gnome-cd/a-last-menu.png +share/gnome/pixmaps/gnome-cd/a-last-pressed.png +share/gnome/pixmaps/gnome-cd/a-last.png +share/gnome/pixmaps/gnome-cd/a-pause-pressed.png +share/gnome/pixmaps/gnome-cd/a-pause.png +share/gnome/pixmaps/gnome-cd/a-play-menu.png +share/gnome/pixmaps/gnome-cd/a-play-pressed.png +share/gnome/pixmaps/gnome-cd/a-play.png +share/gnome/pixmaps/gnome-cd/a-rwnd-pressed.png +share/gnome/pixmaps/gnome-cd/a-rwnd.png +share/gnome/pixmaps/gnome-cd/a-stop-menu.png +share/gnome/pixmaps/gnome-cd/a-stop-pressed.png +share/gnome/pixmaps/gnome-cd/a-stop.png +share/gnome/pixmaps/gnome-cd/back.xpm +share/gnome/pixmaps/gnome-cd/cd.png +share/gnome/pixmaps/gnome-cd/cdrom.xpm +share/gnome/pixmaps/gnome-cd/disc.png +share/gnome/pixmaps/gnome-cd/eject.xpm +share/gnome/pixmaps/gnome-cd/ffwd.xpm +share/gnome/pixmaps/gnome-cd/goto.xpm +share/gnome/pixmaps/gnome-cd/media-eject.png +share/gnome/pixmaps/gnome-cd/media-fwd.png +share/gnome/pixmaps/gnome-cd/media-next.png +share/gnome/pixmaps/gnome-cd/media-pause.png +share/gnome/pixmaps/gnome-cd/media-play.png +share/gnome/pixmaps/gnome-cd/media-prev.png +share/gnome/pixmaps/gnome-cd/media-rec.png +share/gnome/pixmaps/gnome-cd/media-rew.png +share/gnome/pixmaps/gnome-cd/media-stop.png +share/gnome/pixmaps/gnome-cd/mixer.png +share/gnome/pixmaps/gnome-cd/next.xpm +share/gnome/pixmaps/gnome-cd/once.png +share/gnome/pixmaps/gnome-cd/pause.xpm +share/gnome/pixmaps/gnome-cd/play.xpm +share/gnome/pixmaps/gnome-cd/repeat.png +share/gnome/pixmaps/gnome-cd/rewind.xpm +share/gnome/pixmaps/gnome-cd/stop.xpm +share/gnome/pixmaps/gnome-cd/themes/lcd/a-eject-menu.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-eject.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-first-menu.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-first.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-fwd.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-last-menu.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-last.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-pause.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-play-menu.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-play.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-rwnd.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-stop-menu.png +share/gnome/pixmaps/gnome-cd/themes/lcd/a-stop.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/a-eject-menu.png +share/gnome/pixmaps/gnome-cd/themes/media/a-first-menu.png +share/gnome/pixmaps/gnome-cd/themes/media/a-last-menu.png +share/gnome/pixmaps/gnome-cd/themes/media/a-play-menu.png +share/gnome/pixmaps/gnome-cd/themes/media/a-stop-menu.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-eject.png +share/gnome/pixmaps/gnome-cd/themes/media/media-fwd.png +share/gnome/pixmaps/gnome-cd/themes/media/media-next.png +share/gnome/pixmaps/gnome-cd/themes/media/media-pause.png +share/gnome/pixmaps/gnome-cd/themes/media/media-play.png +share/gnome/pixmaps/gnome-cd/themes/media/media-prev.png +share/gnome/pixmaps/gnome-cd/themes/media/media-rew.png +share/gnome/pixmaps/gnome-cd/themes/media/media-stop.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/a-eject-menu.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-eject.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-first-menu.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-first.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-fwd.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-last-menu.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-last.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-pause.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-play-menu.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-play.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-rwnd.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-stop-menu.png +share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-stop.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-cd/volume.xpm +share/gnome/pixmaps/gnome-grecord.png +share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-play.png +share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-rec.png +share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-stop.png +share/gnome/pixmaps/gnome-mixer.png +share/gnome/pixmaps/gnome-reclevel.png +share/gnome/pixmaps/gnome-vumeter.png +share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo +share/locale/az/LC_MESSAGES/gnome-media-2.0.mo +share/locale/bg/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/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_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/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/hu/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/ms/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/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/sk/LC_MESSAGES/gnome-media-2.0.mo +share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo +share/locale/sv/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/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-media/gnome-sound-recorder +@dirrm share/gnome/pixmaps/gnome-media +@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 +@dirrm share/gnome/pixmaps/gnome-cd +@dirrm share/gnome/help/grecord/C/figures +@dirrm share/gnome/help/grecord/C +@dirrm share/gnome/help/grecord +@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-cd/C/figures +@dirrm share/gnome/help/gnome-cd/C +@dirrm share/gnome/help/gnome-cd +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2 +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-volume-control +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-cd +@dirrm etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2 |