diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /audio | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
195 files changed, 0 insertions, 6750 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile deleted file mode 100644 index d22569949..000000000 --- a/audio/beast/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: BEAST -# Date created: 23 Jun 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= beast -PORTVERSION= 0.6.6 -PORTREVISION= 4 -CATEGORIES= audio -MASTER_SITES= ftp://beast.gtk.org/pub/beast/v0.6/ \ - http://beast.gtk.org/beast-ftp/v0.6/ - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= A powerful music composition and modular synthesis application - -LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis \ - mad:${PORTSDIR}/audio/libmad \ - guile:${PORTSDIR}/lang/guile - -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack libgnomecanvas -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DENODATA=255" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-debug \ - --enable-osspcm=/dev/dsp \ - --enable-ossmidi=/dev/midi - -MAN1= beast.1 bsesh.1 sfidl.1 -MAN3= beast-gxk.3 bse-procs.3 bse-structs.3 bse.3 sfi.3 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not compile on FreeBSD 4.x, missing library function isfinite -.endif - -post-patch: - @${REINPLACE_CMD} -Ee 's|$${libdir}/ladspa|${LOCALBASE}/lib/ladspa|; \ - /FLAGS=/ s/(-g|-ggdb3|-pipe|-O2|-ftracer|-finline-functions|-fno-keep-static-consts)//' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/bse/Makefile.in \ - ${WRKSRC}/bse/zintern/Makefile.in - -.include <bsd.port.post.mk> diff --git a/audio/beast/distinfo b/audio/beast/distinfo deleted file mode 100644 index ea9df8c55..000000000 --- a/audio/beast/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (beast-0.6.6.tar.gz) = b79337930476c7a19f211b91857c4b4c -SHA256 (beast-0.6.6.tar.gz) = 2fe95a55f668eb6f330099b728cee72b6449e7bd95683d6a124975410df0fc33 -SIZE (beast-0.6.6.tar.gz) = 6098356 diff --git a/audio/beast/files/patch-sfi_glib-extra.c b/audio/beast/files/patch-sfi_glib-extra.c deleted file mode 100644 index c0b90f7f2..000000000 --- a/audio/beast/files/patch-sfi_glib-extra.c +++ /dev/null @@ -1,21 +0,0 @@ ---- sfi/glib-extra.c.orig Sun May 7 16:28:07 2006 -+++ sfi/glib-extra.c Sun May 7 16:28:15 2006 -@@ -170,18 +170,6 @@ - return NULL; - } - --const gchar* --g_intern_string (const gchar *string) --{ -- return string ? g_quark_to_string (g_quark_from_string (string)) : NULL; --} -- --const gchar* --g_intern_static_string (const gchar *string) --{ -- return string ? g_quark_to_string (g_quark_from_static_string (string)) : NULL; --} -- - static gchar* - delim_concat_varargs (const gchar *first_string, - gchar delim, diff --git a/audio/beast/files/patch-sfi_glib-extra.h b/audio/beast/files/patch-sfi_glib-extra.h deleted file mode 100644 index c1aed2237..000000000 --- a/audio/beast/files/patch-sfi_glib-extra.h +++ /dev/null @@ -1,11 +0,0 @@ ---- sfi/glib-extra.h.orig Sun May 7 16:28:20 2006 -+++ sfi/glib-extra.h Sun May 7 16:28:31 2006 -@@ -90,8 +90,6 @@ - gchar* g_strdup_rstrip (const gchar *string); - gchar* g_strdup_lstrip (const gchar *string); - --const gchar* g_intern_string (const gchar *string); --const gchar* g_intern_static_string (const gchar *string); - const gchar* g_intern_strconcat (const gchar *first_string, - ...); - const gchar* g_intern_printf (const gchar *format, diff --git a/audio/beast/pkg-descr b/audio/beast/pkg-descr deleted file mode 100644 index ef52ee3b9..000000000 --- a/audio/beast/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Beast is a powerful music composition and modular synthesis -application. It supports a wide range of standards in the field, such -as MIDI, WAV/AIFF/MP3/OggVorbis/etc audio files and LADSPA modules. It -has excellent technical abilities like multitrack editing, unlimited -undo/redo support, real-time synthesis support, 32bit audio rendering, -full duplex support, multiprocessor support, precise timing down to -sample granularity, on demand loading of partial wave files, on the -fly decoding and full scriptability in scheme. The plugins, synthesis -core and the user interface are actively being developed and -translated into a variety of languages, regularly assimilating user -feedback such as from our FeatureRequests page. - -WWW: http://beast.gtk.org/ - -- Jean-Yves Lefort -jylefort@FreeBSD.org diff --git a/audio/beast/pkg-plist b/audio/beast/pkg-plist deleted file mode 100644 index ab736b4e9..000000000 --- a/audio/beast/pkg-plist +++ /dev/null @@ -1,319 +0,0 @@ -bin/beast -bin/beast-0.6.6 -bin/bsesh -bin/bsesh-0.6.6 -bin/sfidl -include/bse/bse.h -include/bse/bse.idl -include/bse/bseamplifier.idl -include/bse/bsebiquadfilter.h -include/bse/bsebus.h -include/bse/bsebusmodule.idl -include/bse/bsecategories.h -include/bse/bsecompat.h -include/bse/bseconfig.h -include/bse/bseconstant.h -include/bse/bseconstvalues.h -include/bse/bsecontainer.h -include/bse/bsecontextmerger.h -include/bse/bsecore.genidl.hh -include/bse/bsecore.idl -include/bse/bsecsynth.h -include/bse/bsecxxarg.hh -include/bse/bsecxxbase.hh -include/bse/bsecxxbase.idl -include/bse/bsecxxclosure.hh -include/bse/bsecxxmodule.hh -include/bse/bsecxxmodule.idl -include/bse/bsecxxplugin.hh -include/bse/bsecxxutils.hh -include/bse/bsecxxvalue.hh -include/bse/bsedatapocket.h -include/bse/bsedefs.h -include/bse/bsedevice.h -include/bse/bseeditablesample.h -include/bse/bseengine.h -include/bse/bseenginemaster.h -include/bse/bseenginenode.h -include/bse/bseengineschedule.h -include/bse/bseengineutils.h -include/bse/bseenums.h -include/bse/bseexports.h -include/bse/bsegconfig.h -include/bse/bsegenclosures.h -include/bse/bsegentypes.h -include/bse/bseglobals.h -include/bse/bseglue.h -include/bse/bsehack.idl -include/bse/bseieee754.h -include/bse/bseincluder.h -include/bse/bseinstrumentinput.h -include/bse/bseinstrumentoutput.h -include/bse/bseitem.h -include/bse/bsejanitor.h -include/bse/bseladspa.h -include/bse/bseladspamodule.h -include/bse/bseloader.h -include/bse/bsemain.h -include/bse/bsemath.h -include/bse/bsemathsignal.h -include/bse/bsemidicontroller.h -include/bse/bsemididecoder.h -include/bse/bsemididevice-null.h -include/bse/bsemididevice-oss.h -include/bse/bsemididevice.h -include/bse/bsemidievent.h -include/bse/bsemidifile.h -include/bse/bsemidiinput.h -include/bse/bsemidinotifier.h -include/bse/bsemidireceiver.h -include/bse/bsemidisynth.h -include/bse/bsemidivoice.h -include/bse/bsenote.h -include/bse/bseobject.h -include/bse/bseparam.h -include/bse/bseparasite.h -include/bse/bsepart.h -include/bse/bsepcmdevice-null.h -include/bse/bsepcmdevice-oss.h -include/bse/bsepcmdevice.h -include/bse/bsepcminput.h -include/bse/bsepcmoutput.h -include/bse/bsepcmwriter.h -include/bse/bseplugin.h -include/bse/bseprobe.idl -include/bse/bseprocedure.h -include/bse/bseproject.h -include/bse/bsescripthelper.h -include/bse/bsesequencer.h -include/bse/bseserver.h -include/bse/bsesnet.h -include/bse/bsesnooper.h -include/bse/bsesong.h -include/bse/bsesource.h -include/bse/bsestandardosc.h -include/bse/bsestandardsynths.h -include/bse/bsestorage.h -include/bse/bsesubiport.h -include/bse/bsesuboport.h -include/bse/bsesubsynth.h -include/bse/bsesummation.idl -include/bse/bsesuper.h -include/bse/bsetrack.h -include/bse/bsetype.h -include/bse/bseundostack.h -include/bse/bseutils.h -include/bse/bsewave.h -include/bse/bsewaveosc.h -include/bse/bsewaverepo.h -include/bse/gslcommon.h -include/bse/gslconfig.h -include/bse/gsldatacache.h -include/bse/gsldatahandle-mad.h -include/bse/gsldatahandle-vorbis.h -include/bse/gsldatahandle.h -include/bse/gsldatautils.h -include/bse/gsldefs.h -include/bse/gslfft.h -include/bse/gslfilehash.h -include/bse/gslfilter.h -include/bse/gslmagic.h -include/bse/gsloscillator.h -include/bse/gslosctable.h -include/bse/gslvorbis-cutter.h -include/bse/gslvorbis-enc.h -include/bse/gslwavechunk.h -include/bse/gslwaveosc.h -include/bse/ladspa.h -include/sfi/glib-extra.h -include/sfi/sfi.h -include/sfi/sficomport.h -include/sfi/sficomwire.h -include/sfi/sficonfig.h -include/sfi/sficxx.h -include/sfi/sfifilecrawler.h -include/sfi/sfiglue.h -include/sfi/sfigluecodec.h -include/sfi/sfiglueproxy.h -include/sfi/sfilog.h -include/sfi/sfimemory.h -include/sfi/sfinote.h -include/sfi/sfiparams.h -include/sfi/sfiprimitives.h -include/sfi/sfiserial.h -include/sfi/sfistore.h -include/sfi/sfithreads.h -include/sfi/sfitime.h -include/sfi/sfitypes.h -include/sfi/sfiustore.h -include/sfi/sfivalues.h -include/sfi/sfivmarshal.h -lib/bse/v0.6.6/plugins/artscompressor.la -lib/bse/v0.6.6/plugins/artscompressor.so -lib/bse/v0.6.6/plugins/bseadder.la -lib/bse/v0.6.6/plugins/bseadder.so -lib/bse/v0.6.6/plugins/bseatandistort.la -lib/bse/v0.6.6/plugins/bseatandistort.so -lib/bse/v0.6.6/plugins/bsebalance.la -lib/bse/v0.6.6/plugins/bsebalance.so -lib/bse/v0.6.6/plugins/bsecontribsampleandhold.la -lib/bse/v0.6.6/plugins/bsecontribsampleandhold.so -lib/bse/v0.6.6/plugins/bseevaluator.la -lib/bse/v0.6.6/plugins/bseevaluator.so -lib/bse/v0.6.6/plugins/bseiirfilter.la -lib/bse/v0.6.6/plugins/bseiirfilter.so -lib/bse/v0.6.6/plugins/bsemixer.la -lib/bse/v0.6.6/plugins/bsemixer.so -lib/bse/v0.6.6/plugins/bsemult.la -lib/bse/v0.6.6/plugins/bsemult.so -lib/bse/v0.6.6/plugins/bsenoise.la -lib/bse/v0.6.6/plugins/bsenoise.so -lib/bse/v0.6.6/plugins/bsesequencer.la -lib/bse/v0.6.6/plugins/bsesequencer.so -lib/bse/v0.6.6/plugins/bsesimpleadsr.la -lib/bse/v0.6.6/plugins/bsesimpleadsr.so -lib/bse/v0.6.6/plugins/davbassfilter.la -lib/bse/v0.6.6/plugins/davbassfilter.so -lib/bse/v0.6.6/plugins/davcanyondelay.la -lib/bse/v0.6.6/plugins/davcanyondelay.so -lib/bse/v0.6.6/plugins/davchorus.la -lib/bse/v0.6.6/plugins/davchorus.so -lib/bse/v0.6.6/plugins/davorgan.la -lib/bse/v0.6.6/plugins/davorgan.so -lib/bse/v0.6.6/plugins/davsyndrum.la -lib/bse/v0.6.6/plugins/davsyndrum.so -lib/bse/v0.6.6/plugins/davxtalstrings.la -lib/bse/v0.6.6/plugins/davxtalstrings.so -lib/bse/v0.6.6/plugins/freeverb.la -lib/bse/v0.6.6/plugins/freeverb.so -lib/bse/v0.6.6/plugins/standardguspatchenvelope.la -lib/bse/v0.6.6/plugins/standardguspatchenvelope.so -lib/bse/v0.6.6/plugins/standardsaturator.la -lib/bse/v0.6.6/plugins/standardsaturator.so -lib/libbse-0.6.so -lib/libbse-0.6.so.6 -lib/libbse.la -lib/libbse.so -lib/libsfi-0.6.so -lib/libsfi-0.6.so.6 -lib/libsfi.la -lib/libsfi.so -libdata/pkgconfig/bse.pc -libdata/pkgconfig/sfi.pc -share/gnome/application-registry/beast.applications -share/gnome/applications/beast.desktop -share/gnome/beast/v0.6.6/docs/architecture.markup -share/gnome/beast/v0.6.6/docs/beast-gxk.3.markup -share/gnome/beast/v0.6.6/docs/beast-index.markup -share/gnome/beast/v0.6.6/docs/beast.1.markup -share/gnome/beast/v0.6.6/docs/bse-procs.3.markup -share/gnome/beast/v0.6.6/docs/bse-structs.3.markup -share/gnome/beast/v0.6.6/docs/bse.3.markup -share/gnome/beast/v0.6.6/docs/bsesh.1.markup -share/gnome/beast/v0.6.6/docs/engine-mplan.markup -share/gnome/beast/v0.6.6/docs/faq.markup -share/gnome/beast/v0.6.6/docs/objdoc.markup -share/gnome/beast/v0.6.6/docs/plugin-devel.markup -share/gnome/beast/v0.6.6/docs/quickstart.markup -share/gnome/beast/v0.6.6/docs/release-news.markup -share/gnome/beast/v0.6.6/docs/release-notes.markup -share/gnome/beast/v0.6.6/docs/sfi.3.markup -share/gnome/beast/v0.6.6/docs/sfidl-manual.markup -share/gnome/beast/v0.6.6/docs/sfidl.1.markup -share/gnome/beast/v0.6.6/images/beast-components.png -share/gnome/beast/v0.6.6/images/beast-mime.png -share/gnome/beast/v0.6.6/images/beast-progs.png -share/gnome/beast/v0.6.6/images/beast-splash.png -share/gnome/beast/v0.6.6/images/bse-mime.png -share/gnome/beast/v0.6.6/images/module-voices.png -share/gnome/beast/v0.6.6/keys/keyrc.de -share/gnome/beast/v0.6.6/keys/keyrc.us -share/gnome/beast/v0.6.6/skins/biogreen.skin -share/gnome/beast/v0.6.6/skins/blueimpress.skin -share/gnome/beast/v0.6.6/skins/brownforms.skin -share/gnome/beast/v0.6.6/skins/images/biogreen.jpg -share/gnome/beast/v0.6.6/skins/images/blueimpress.jpg -share/gnome/beast/v0.6.6/skins/images/brownforms.jpg -share/gnome/beast/v0.6.6/skins/images/moonpaper.png -share/gnome/beast/v0.6.6/skins/images/silvervein.png -share/gnome/beast/v0.6.6/skins/moonpaper.skin -share/gnome/beast/v0.6.6/skins/silvervein.skin -share/gnome/beast/v0.6.6/skins/white.skin -share/gnome/bse/v0.6.6/demo/partymonster.bse -share/gnome/bse/v0.6.6/demo/stereo-through.bse -share/gnome/bse/v0.6.6/demo/x2-midi-test.bse -share/gnome/bse/v0.6.6/effects/atan-canyon.bse -share/gnome/bse/v0.6.6/instruments/synth-lead.bse -share/gnome/bse/v0.6.6/instruments/test-string.bse -share/gnome/bse/v0.6.6/scripts/bse-scm-glue.boot -share/gnome/bse/v0.6.6/scripts/mixer-splitup-by-track.scm -share/gnome/bse/v0.6.6/scripts/modules2grid.scm -share/gnome/bse/v0.6.6/scripts/part-harmonic-transposer.scm -share/gnome/bse/v0.6.6/scripts/progressor-example.scm -share/gnome/bse/v0.6.6/scripts/record-midi.scm -share/gnome/bse/v0.6.6/scripts/song-parts-operations.scm -share/gnome/mime-info/bse.keys -share/gnome/mime-info/bse.mime -share/gnome/pixmaps/beast-audio-x-bse.png -share/gnome/pixmaps/beast.png -share/locale/az/LC_MESSAGES/beast-v0.6.6.mo -share/locale/bg/LC_MESSAGES/beast-v0.6.6.mo -share/locale/ca/LC_MESSAGES/beast-v0.6.6.mo -share/locale/cs/LC_MESSAGES/beast-v0.6.6.mo -share/locale/de/LC_MESSAGES/beast-v0.6.6.mo -share/locale/el/LC_MESSAGES/beast-v0.6.6.mo -share/locale/en_CA/LC_MESSAGES/beast-v0.6.6.mo -share/locale/en_GB/LC_MESSAGES/beast-v0.6.6.mo -share/locale/eo/LC_MESSAGES/beast-v0.6.6.mo -share/locale/es/LC_MESSAGES/beast-v0.6.6.mo -share/locale/eu/LC_MESSAGES/beast-v0.6.6.mo -share/locale/fr/LC_MESSAGES/beast-v0.6.6.mo -share/locale/hr/LC_MESSAGES/beast-v0.6.6.mo -share/locale/it/LC_MESSAGES/beast-v0.6.6.mo -share/locale/ja/LC_MESSAGES/beast-v0.6.6.mo -share/locale/mn/LC_MESSAGES/beast-v0.6.6.mo -share/locale/nl/LC_MESSAGES/beast-v0.6.6.mo -share/locale/pa/LC_MESSAGES/beast-v0.6.6.mo -share/locale/pt/LC_MESSAGES/beast-v0.6.6.mo -share/locale/pt_BR/LC_MESSAGES/beast-v0.6.6.mo -share/locale/ru/LC_MESSAGES/beast-v0.6.6.mo -share/locale/rw/LC_MESSAGES/beast-v0.6.6.mo -share/locale/sq/LC_MESSAGES/beast-v0.6.6.mo -share/locale/sr/LC_MESSAGES/beast-v0.6.6.mo -share/locale/sr@Latn/LC_MESSAGES/beast-v0.6.6.mo -share/locale/sv/LC_MESSAGES/beast-v0.6.6.mo -share/mime/audio/x-bse.xml -share/mime/audio/x-bsewave.xml -share/mime/packages/beast.xml -@dirrm include/bse -@dirrm include/sfi -@dirrm lib/bse/v0.6.6/plugins -@dirrm lib/bse/v0.6.6 -@dirrm lib/bse -@dirrm share/gnome/beast/v0.6.6/docs -@dirrm share/gnome/beast/v0.6.6/images -@dirrm share/gnome/beast/v0.6.6/keys -@dirrm share/gnome/beast/v0.6.6/skins/images -@dirrm share/gnome/beast/v0.6.6/skins -@dirrm share/gnome/beast/v0.6.6 -@dirrm share/gnome/beast -@dirrm share/gnome/bse/v0.6.6/demo -@dirrm share/gnome/bse/v0.6.6/effects -@dirrm share/gnome/bse/v0.6.6/instruments -@dirrm share/gnome/bse/v0.6.6/scripts -@dirrm share/gnome/bse/v0.6.6 -@dirrm share/gnome/bse -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/audio/cantus/Makefile b/audio/cantus/Makefile deleted file mode 100644 index f7157e6f4..000000000 --- a/audio/cantus/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: cantus -# Date created: 22 May 2003 -# Whom: old@old.com.ua -# -# $FreeBSD$ -# - -PORTNAME= cantus -PORTVERSION= 1.07 -PORTREVISION= 3 -CATEGORIES= audio -MASTER_SITES= http://web222.mis02.de/releases/cantus/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 - -MAINTAINER= old@old.com.ua -COMMENT= Tool for tagging and renaming MP3 and OGG/Vorbis files - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomelibs gnomehack gnomehier -WRKSRC= ${WRKDIR}/${DISTNAME:S/-1$//} - -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/audio/cantus/distinfo b/audio/cantus/distinfo deleted file mode 100644 index 7f1819908..000000000 --- a/audio/cantus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cantus-1.07-1.tar.gz) = 0e1ec373ac87a1b7ca604d055548b92b -SHA256 (cantus-1.07-1.tar.gz) = 2d5151584121c52a1545ed5e44eb345f063516932275663b56c3e0b1a25f4bed -SIZE (cantus-1.07-1.tar.gz) = 384770 diff --git a/audio/cantus/pkg-descr b/audio/cantus/pkg-descr deleted file mode 100644 index 6618f9f05..000000000 --- a/audio/cantus/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Cantus is an easy to use tool for tagging and renaming MP3 and OGG/Vorbis files. -It has many features including mass tagging and renaming of MP3s, the ability to -generate a tag out of the filename, filter definitions for renaming, recursive -actions, CDDB (Freedb) lookup (no CD needed), copy between ID3V1 and ID3V2 tags, -and a lot more. - -WWW: http://freshmeat.net/projects/cantus diff --git a/audio/cantus/pkg-plist b/audio/cantus/pkg-plist deleted file mode 100644 index 4c2ba7510..000000000 --- a/audio/cantus/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/cantus -doc/Cantus/README -doc/Cantus/COPYING -doc/Cantus/AUTHORS -doc/Cantus/ChangeLog -doc/Cantus/INSTALL -doc/Cantus/NEWS -doc/Cantus/TODO -share/pixmaps/cantus/cantus_icon.png -share/pixmaps/cantus/done.xpm -share/pixmaps/cantus/error.xpm -share/pixmaps/cantus/folder_closed.xpm -share/pixmaps/cantus/folder_locked.xpm -share/pixmaps/cantus/cantus.xpm -share/pixmaps/cantus/cantuslogo.xpm -share/pixmaps/cantus/logo_about.xpm -share/pixmaps/cantus/folder_opened.xpm -share/pixmaps/cantus/locked.xpm -share/pixmaps/cantus/mp3.xpm -share/pixmaps/cantus/todo.xpm -share/pixmaps/cantus/warning.xpm -share/pixmaps/cantus/addrecursive.xpm -share/gnome/apps/Applications/cantus.desktop -@dirrm share/pixmaps/cantus -@dirrmtry share/pixmaps -@dirrm doc/Cantus -@dirrm doc diff --git a/audio/cantus_3/Makefile b/audio/cantus_3/Makefile deleted file mode 100644 index 296c03304..000000000 --- a/audio/cantus_3/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: cantus_3 -# Date created: 18 May 2004 -# Whom: asa@gascom.ru -# -# $FreeBSD$ -# - -PORTNAME= cantus_3 -PORTVERSION= 3.0.0 -PORTREVISION= 3 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.gascom.ru/pub/asa/ \ - http://web222.mis02.de/releases/cantus_3/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 - -MAINTAINER= asa@gascom.ru -COMMENT= Tool for tagging and renaming MP3 and OGG/Vorbis files - -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 -LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtkmm20 \ - glademm-2.0.1:${PORTSDIR}/devel/libglademm \ - ogg.5:${PORTSDIR}/audio/libogg \ - vorbis.3:${PORTSDIR}/audio/libvorbis - -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libglade2 -USE_XLIB= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= Does not build on 4.X. -.endif - -BASH?= ${LOCALBASE}/bin/bash - -do-build: - @cd ${WRKSRC} && ${BASH} build.sh --prefix '${PREFIX}' - -do-install: - @cd ${WRKSRC} && ${BASH} build.sh --install --prefix '${PREFIX}' - -.include <bsd.port.post.mk> diff --git a/audio/cantus_3/distinfo b/audio/cantus_3/distinfo deleted file mode 100644 index 81faa205b..000000000 --- a/audio/cantus_3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cantus_3-3.0.0-1.tar.gz) = 4bce0d2682ae2d03da2ff710d186bb78 -SHA256 (cantus_3-3.0.0-1.tar.gz) = 945f71979721c7212befcaf84e462a9101138798baf46b1c0474779ff6bd4ee0 -SIZE (cantus_3-3.0.0-1.tar.gz) = 185810 diff --git a/audio/cantus_3/files/patch-build.sh b/audio/cantus_3/files/patch-build.sh deleted file mode 100644 index a4422fd98..000000000 --- a/audio/cantus_3/files/patch-build.sh +++ /dev/null @@ -1,17 +0,0 @@ ---- build.sh.orig Wed Apr 21 20:26:52 2004 -+++ build.sh Mon Mar 7 12:11:44 2005 -@@ -164,12 +164,8 @@ - INST_LIBDIR="$INST_PREFIX/lib/$EXECUTABLE" - INST_LOCALEDIR="$INST_PREFIX/share/locale" - INST_PIXMAPDIR="$INST_PREFIX/lib/$EXECUTABLE" --INST_DOCDIR="$INST_PREFIX/doc/$EXECUTABLE" --if [ -d "/usr/share/gnome/help/" ]; then -- INST_GNOMEDOCDIR="/usr/share/gnome/help/$EXECUTABLE/C" --else -- INST_GNOMEDOCDIR="/usr/local/share/gnome/help/$EXECUTABLE/C" --fi -+INST_DOCDIR="$INST_PREFIX/share/doc/$EXECUTABLE" -+INST_GNOMEDOCDIR="$INST_PREFIX/share/gnome/help/$EXECUTABLE/C" - - # Preprocessor macros: - MACROS="PACKAGE_LIB_DIR=$INST_LIBDIR/\ diff --git a/audio/cantus_3/files/patch-src::libs::lib_charset.c b/audio/cantus_3/files/patch-src::libs::lib_charset.c deleted file mode 100644 index 8e0b76fb7..000000000 --- a/audio/cantus_3/files/patch-src::libs::lib_charset.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libs/lib_charset.c.orig Tue May 18 14:25:50 2004 -+++ src/libs/lib_charset.c Tue May 18 14:25:59 2004 -@@ -207,7 +207,7 @@ - outptr = out; - - retry: -- if (iconv(cd, (char**)&input, &length, &outptr, &outleft) == -1) { -+ if (iconv(cd, (const char**)&input, &length, &outptr, &outleft) == -1) { - int used; - switch (errno) { - case E2BIG: diff --git a/audio/cantus_3/files/patch-src::plugins::lib_charset.c b/audio/cantus_3/files/patch-src::plugins::lib_charset.c deleted file mode 100644 index d7c4e6df6..000000000 --- a/audio/cantus_3/files/patch-src::plugins::lib_charset.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/plugins/lib_charset.c.orig Tue May 18 14:17:18 2004 -+++ src/plugins/lib_charset.c Tue May 18 14:17:34 2004 -@@ -191,7 +191,7 @@ - outptr = out; - - retry: -- if (iconv(cd, (char**)&input, &length, &outptr, &outleft) == -1) { -+ if (iconv(cd, (const char**)&input, &length, &outptr, &outleft) == -1) { - int used; - switch (errno) { - case E2BIG: diff --git a/audio/cantus_3/pkg-descr b/audio/cantus_3/pkg-descr deleted file mode 100644 index 19b2c242e..000000000 --- a/audio/cantus_3/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Cantus is an easy to use tool for tagging and renaming MP3 and OGG/Vorbis files. -It has many features including mass tagging and renaming of MP3s, the ability to -generate a tag out of the filename, filter definitions for renaming, recursive -actions, CDDB (Freedb) lookup (no CD needed), copy between ID3V1 and ID3V2 tags, -and a lot more. - -WWW: http://www.debain.org/software/cantus/ diff --git a/audio/cantus_3/pkg-plist b/audio/cantus_3/pkg-plist deleted file mode 100644 index 08dc71f8c..000000000 --- a/audio/cantus_3/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/cantus_3 -lib/cantus_3/id3v1.so -lib/cantus_3/vorbis.so -lib/cantus_3/id3copier.so -lib/cantus_3/tag2filename.so -lib/cantus_3/mpegheader.so -lib/cantus_3/id3v2.so -lib/cantus_3/cantus-3.glade -lib/cantus_3/general.png -lib/cantus_3/cantus_tag.png -share/gnome/help/cantus_3/C/figures/cantus_start_window.png -share/gnome/help/cantus_3/C/legal.xml -share/gnome/help/cantus_3/C/cantus_3.xml -share/gnome/help/cantus_3/C/cantus_start_window.png -share/locale/de/LC_MESSAGES/cantus_3.mo -share/locale/es/LC_MESSAGES/cantus_3.mo -share/locale/fr/LC_MESSAGES/cantus_3.mo -share/locale/pl/LC_MESSAGES/cantus_3.mo -@dirrm share/gnome/help/cantus_3/C/figures -@dirrm share/gnome/help/cantus_3/C -@dirrm share/gnome/help/cantus_3/ -@dirrm share/doc/cantus_3 -@dirrm lib/cantus_3/ -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile deleted file mode 100644 index fe10fe0c4..000000000 --- a/audio/easytag-devel/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: easytag-devel -# Date created: 15 Feb 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= easytag -PORTVERSION= 1.99.12 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -devel - -MAINTAINER= novel@FreeBSD.org -COMMENT= GTK2 Tag editor for MP3 and OGG files - -LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \ - vorbis:${PORTSDIR}/audio/libvorbis \ - FLAC:${PORTSDIR}/audio/flac \ - mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 - -MAN1= easytag.1 -CONFLICTS= easytag-[0-9]* - -USE_BZIP2= yes -USE_XLIB= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gnomeprefix gtk20 desktopfileutils -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_GTK" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/audio/easytag-devel/distinfo b/audio/easytag-devel/distinfo deleted file mode 100644 index 22658c014..000000000 --- a/audio/easytag-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (easytag-1.99.12.tar.bz2) = f4f98c56dc25b02317f22075940adf5b -SHA256 (easytag-1.99.12.tar.bz2) = 4b0ba435a48c92e60c1194d21b84cc5ca1d56b144c4a5a37109de39de51cda80 -SIZE (easytag-1.99.12.tar.bz2) = 1333182 diff --git a/audio/easytag-devel/files/patch-src_picture.c b/audio/easytag-devel/files/patch-src_picture.c deleted file mode 100644 index ac96606aa..000000000 --- a/audio/easytag-devel/files/patch-src_picture.c +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- src/picture.c.orig -+++ src/picture.c -@@ -1039,6 +1039,7 @@ - gchar *buffer = 0; - size_t size = 0; - struct stat st; -+ FILE *fd; - - if (lstat(filename, &st)==-1) - return (Picture *)NULL; -@@ -1046,7 +1047,7 @@ - size = st.st_size; - buffer = g_malloc(size); - -- FILE *fd = fopen(filename, "rb"); -+ fd = fopen(filename, "rb"); - if (!fd) - { - gchar *msg; diff --git a/audio/easytag-devel/pkg-descr b/audio/easytag-devel/pkg-descr deleted file mode 100644 index 2f70e57be..000000000 --- a/audio/easytag-devel/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC, Ogg -Vorbis, MusePack and Monkey's Audio files. - -The big new feature of this development version is GTK2 support. - -Features: - -- Auto tagging: parse filename and directory to complete automatically the - fields (using masks), -- Ability to rename files from the tag (using masks) or by loading a text - file, -- Process selected files of the selected directory, -- Ability to browse subdirectories, -- Recursion for tagging, removing, renaming, saving..., -- Can set a field (artist, title,...) to all other files, -- Read file header informations (bitrate, time, ...) and display them, -- Auto completion of the date if a partial is entered, -- Undo and redo last changes, -- Ability to process fields of tag and file name (convert letters into - uppercase, downcase, ...), -- CDDB support (from http protocol), -- A playlist generator window, -- French, German, Russian, Dutch, Hungarian, Swedish, Italian, Japanese, - Ukrainian, Czech, Spanish, Polish and Romanian translations - -WWW: http://easytag.sourceforge.net diff --git a/audio/easytag-devel/pkg-plist b/audio/easytag-devel/pkg-plist deleted file mode 100644 index 62f44284c..000000000 --- a/audio/easytag-devel/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/easytag -share/gnome/applications/easytag.desktop -share/gnome/easytag/ChangeLog -share/gnome/easytag/EasyTAG_logo.xpm -share/gnome/pixmaps/EasyTAG.xpm -share/locale/bg/LC_MESSAGES/easytag.mo -share/locale/cs/LC_MESSAGES/easytag.mo -share/locale/da/LC_MESSAGES/easytag.mo -share/locale/de/LC_MESSAGES/easytag.mo -share/locale/el/LC_MESSAGES/easytag.mo -share/locale/es/LC_MESSAGES/easytag.mo -share/locale/fr/LC_MESSAGES/easytag.mo -share/locale/hu/LC_MESSAGES/easytag.mo -share/locale/it/LC_MESSAGES/easytag.mo -share/locale/ja/LC_MESSAGES/easytag.mo -share/locale/nl/LC_MESSAGES/easytag.mo -share/locale/pl/LC_MESSAGES/easytag.mo -share/locale/pt_BR/LC_MESSAGES/easytag.mo -share/locale/ro/LC_MESSAGES/easytag.mo -share/locale/ru/LC_MESSAGES/easytag.mo -share/locale/sv/LC_MESSAGES/easytag.mo -share/locale/uk/LC_MESSAGES/easytag.mo -@dirrm share/gnome/easytag -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs diff --git a/audio/extace/Makefile b/audio/extace/Makefile deleted file mode 100644 index ed48f88b4..000000000 --- a/audio/extace/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: extace -# Date created: 8 April 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= extace -PORTVERSION= 1.9.5 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An Audio Visualization plugin for the X Window System - -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 - -USE_XLIB= yes -USE_GNOME= esound imlib gnomehack gnometarget gnomeprefix -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_FILES= bin/extace \ - share/gnome/apps/Multimedia/extace.desktop - -post-patch: - @${REINPLACE_CMD} -e 's|-O2 |$$CFLAGS|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|^LIBS =|#LIBS =|g' ${WRKSRC}/src/Makefile.in - -.include <bsd.port.mk> diff --git a/audio/extace/distinfo b/audio/extace/distinfo deleted file mode 100644 index 36f6faef0..000000000 --- a/audio/extace/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (extace-1.9.5.tar.gz) = c82bd3e7552652f77b585afde4b0b8d5 -SHA256 (extace-1.9.5.tar.gz) = 35b45ab071bbd8e7402beab4f7d6d5195bab02b0d5c885925b3000213408de79 -SIZE (extace-1.9.5.tar.gz) = 424382 diff --git a/audio/extace/files/patch-src::color_win.c b/audio/extace/files/patch-src::color_win.c deleted file mode 100644 index 08be78990..000000000 --- a/audio/extace/files/patch-src::color_win.c +++ /dev/null @@ -1,35 +0,0 @@ - -$FreeBSD$ - ---- src/color_win.c.orig Wed Feb 26 01:22:19 2003 -+++ src/color_win.c Fri May 23 18:26:18 2003 -@@ -579,12 +579,12 @@ - button = gtk_button_new_with_label("Set Color"); - gtk_box_pack_start(GTK_BOX(hbox),button,TRUE,TRUE,0); - gtk_signal_connect(GTK_OBJECT(button), "clicked", -- (GtkSignalFunc)color_button, (gpointer)SET_COLOR); -+ (GtkSignalFunc)color_button, (gint)SET_COLOR); - - button = gtk_button_new_with_label("Close"); - gtk_box_pack_start(GTK_BOX(hbox),button,TRUE,TRUE,0); - gtk_signal_connect(GTK_OBJECT(button), "clicked", -- (GtkSignalFunc)color_button, (gpointer)CLOSE); -+ (GtkSignalFunc)color_button, (gint)CLOSE); - - hbox = gtk_hbox_new(TRUE,0); - gtk_box_pack_start(GTK_BOX(vbox),hbox,FALSE,FALSE,0); -@@ -592,12 +592,12 @@ - button = gtk_button_new_with_label("Save"); - gtk_box_pack_start(GTK_BOX(hbox),button,TRUE,TRUE,0); - gtk_signal_connect(GTK_OBJECT(button), "clicked", -- (GtkSignalFunc)color_button, (gpointer)SAVE); -+ (GtkSignalFunc)color_button, (gint)SAVE); - - button = gtk_button_new_with_label("Load"); - gtk_box_pack_start(GTK_BOX(hbox),button,TRUE,TRUE,0); - gtk_signal_connect(GTK_OBJECT(button), "clicked", -- (GtkSignalFunc)color_button, (gpointer)LOAD); -+ (GtkSignalFunc)color_button, (gint)LOAD); - - gtk_widget_show_all(grad_win); - } diff --git a/audio/extace/files/patch-src::input.c b/audio/extace/files/patch-src::input.c deleted file mode 100644 index ea9cef934..000000000 --- a/audio/extace/files/patch-src::input.c +++ /dev/null @@ -1,36 +0,0 @@ ---- src/input.c.orig Mon Aug 23 23:35:00 2004 -+++ src/input.c Sun Oct 31 00:44:56 2004 -@@ -52,8 +52,12 @@ - } handles[MAX_HANDLES]; - - static GtkWidget *errbox; -+GtkWidget *label; - static int errorbox_up =0; - gint tag; /* Used by gdk_input_* */ -+gint timeo; -+gint res; -+gint to_get; - - /*--- globals to this file */ - -@@ -295,7 +299,6 @@ - - /* The rest is error handling */ - -- GtkWidget *label; - if (errorbox_up) - return(-1); /* ERROR window already onscreen */ - errbox = gtk_window_new(GTK_WINDOW_DIALOG); -@@ -536,9 +539,9 @@ - struct pollfd ufds; - ufds.fd = source; - ufds.events = POLLIN; -- gint timeo = 100; /* wait 100ms max before timeout */ -- gint res = -1; -- gint to_get = 0; -+ timeo = 100; /* wait 100ms max before timeout */ -+ res = -1; -+ to_get = 0; - - /* adjust position in ring buffer to be on first channel */ - ring_pos -= ring_pos%ring_channels; diff --git a/audio/extace/pkg-descr b/audio/extace/pkg-descr deleted file mode 100644 index 9a3f1a1c3..000000000 --- a/audio/extace/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -eXtace is a Audio Visualization plugin for the X-Window System. It connects to -ESD (Enlightened Sound Daemon) and displays the audio data as either a 3D -textured landscape, 3d pointed landscape, 16-256 channel graphic EQ, a -multi-mode Oscilloscope, or a Spectragram. All modes are fully scalable to -nearly ANY resolution! - -WWW: http://eXtace.sourceforge.net/ diff --git a/audio/gai-album/Makefile b/audio/gai-album/Makefile deleted file mode 100644 index a9d8fdbc2..000000000 --- a/audio/gai-album/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: gai-album -# Date created: 2005-02-10 -# Whom: David Thiel <lx@redundancy.redundancy.org> -# -# $FreeBSD$ -# - -PORTNAME= gai-album -PORTVERSION= 0.7 -PORTREVISION= 3 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gai - -MAINTAINER= lx@redundancy.redundancy.org -COMMENT= A GAI dockapp for viewing xmms visualizations - -LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkits/gai \ - xmms:${PORTSDIR}/multimedia/xmms - -GNU_CONFIGURE= yes -USE_XLIB= yes -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix - -post-patch: - @${REINPLACE_CMD} -e \ - 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ - s|share\(/pixmaps\)|share/gnome\1|; \ - s|:GNOME_|:GAI-|g; \ - s|\(@APPLET_NAME@\)\(Applet\)|\1-\2|g; \ - s|\(Applet\)_\(Factory\)|\1-\2|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|lib\(/bonobo\)|libdata\1|; \ - s|share\(/pixmaps\)|share/gnome\1|; \ - s|-O3||' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/audio/gai-album/distinfo b/audio/gai-album/distinfo deleted file mode 100644 index 685321363..000000000 --- a/audio/gai-album/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gai-album-0.7.tar.bz2) = f398d8e8c48099f523e5329dc5b4d327 -SHA256 (gai-album-0.7.tar.bz2) = 1f04bbe24b6116abebe92c3160a2dbb1d8e3c747f4cdb7d116673f52267ec11b -SIZE (gai-album-0.7.tar.bz2) = 44245 diff --git a/audio/gai-album/pkg-descr b/audio/gai-album/pkg-descr deleted file mode 100644 index f1cc0c242..000000000 --- a/audio/gai-album/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -gai-album is a GAI dockapp for viewing the front and back covers of -albums playing in xmms. - -WWW: http://gai.sourceforge.net/applets.html diff --git a/audio/gai-album/pkg-plist b/audio/gai-album/pkg-plist deleted file mode 100644 index d196bcb2e..000000000 --- a/audio/gai-album/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/gai-album -libdata/bonobo/servers/GNOME_gai-albumApplet.server -share/gnome/pixmaps/gai-album-icon.png -share/gnome/pixmaps/gai-album/naif.png -share/gnome/pixmaps/gai-album/no_xmms.png -@dirrm share/gnome/pixmaps/gai-album diff --git a/audio/gai-visual-audio/Makefile b/audio/gai-visual-audio/Makefile deleted file mode 100644 index 969419bcb..000000000 --- a/audio/gai-visual-audio/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: gai-visual-audio -# Date created: 2005-02-10 -# Whom: David Thiel <lx@redundancy.redundancy.org> -# -# $FreeBSD$ -# - -PORTNAME= gai-visual-audio -PORTVERSION= 0.3 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gai - -MAINTAINER= lx@redundancy.redundancy.org -COMMENT= A GAI dockapp for displaying xmms visualizations - -LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkits/gai \ - xmms:${PORTSDIR}/multimedia/xmms - -GNU_CONFIGURE= yes -USE_X_PREFIX= yes -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix - -post-patch: - @${REINPLACE_CMD} -e 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|:GNOME_|:GAI-|g; \ - s|\(@APPLET_NAME@\)\(Applet\)|\1-\2|g; \ - s|\(Applet\)_\(Factory\)|\1-\2|' \ - ${WRKSRC}/GNOME_DefaultApplet.server.in - @${REINPLACE_CMD} -e \ - 's|lib\(/bonobo\)|libdata\1|; \ - s|share\(/pixmaps\)|share/gnome\1|; \ - s|-O3||' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/plugin/Makefile - -post-build: - @cd ${WRKSRC}/plugin && ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} - -post-install: - @cd ${WRKSRC}/plugin && ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} ${INSTALL_TARGET} - -.include <bsd.port.mk> diff --git a/audio/gai-visual-audio/distinfo b/audio/gai-visual-audio/distinfo deleted file mode 100644 index 98daa7ec7..000000000 --- a/audio/gai-visual-audio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gai-visual-audio-0.3.tar.bz2) = f7d2d0ca6b7f43d3ec115d537f30ce1c -SHA256 (gai-visual-audio-0.3.tar.bz2) = 338566d5ef2fa96798a468d95b7fe6d34961fa28b0088f1e43a744344fecc432 -SIZE (gai-visual-audio-0.3.tar.bz2) = 45552 diff --git a/audio/gai-visual-audio/pkg-descr b/audio/gai-visual-audio/pkg-descr deleted file mode 100644 index 09a758485..000000000 --- a/audio/gai-visual-audio/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -gai-visual-audio is a GAI dockapp that displays audio visualizations for -XMMS, including blur scope, spectrum analyzer, and flower spectrum. - -WWW: http://gai.sourceforge.net/applets.html diff --git a/audio/gai-visual-audio/pkg-plist b/audio/gai-visual-audio/pkg-plist deleted file mode 100644 index d0a51e6a5..000000000 --- a/audio/gai-visual-audio/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/gai-va -libdata/bonobo/servers/GNOME_gai-vaApplet.server -share/gnome/pixmaps/gai-va-icon.png -share/gnome/pixmaps/gai-va/va.png -@dirrm share/gnome/pixmaps/gai-va -@cwd %%X11BASE%% -lib/xmms/Visualization/spec_plugin.so diff --git a/audio/gaim-festival/Makefile b/audio/gaim-festival/Makefile deleted file mode 100644 index b8ef7c650..000000000 --- a/audio/gaim-festival/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gaim-festival -# Date created: 2 Jan 2005 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= festival -PORTVERSION= 1.0 -PORTREVISION= 7 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= festival-gaim -PKGNAMEPREFIX= gaim- -DISTNAME= festival-gaim-1.00 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Festival speech support for Gaim - -BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim -RUN_DEPENDS= festival:${PORTSDIR}/audio/festival \ - gaim:${PORTSDIR}/net-im/gaim - -USE_GNOME= gtk20 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15:env -MAKE_ENV= LOCALBASE=${LOCALBASE} - -PLIST_FILES= lib/gaim/festival.so - -NOMAN= - -do-configure: - -.include <bsd.port.mk> diff --git a/audio/gaim-festival/distinfo b/audio/gaim-festival/distinfo deleted file mode 100644 index 2c8541f34..000000000 --- a/audio/gaim-festival/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (festival-gaim-1.00.tar.gz) = b94bedc6494a9c223b07b0ab53f13cc2 -SHA256 (festival-gaim-1.00.tar.gz) = ef8328b38db63cc75bb246a648034a5c0715a50c8ad417b4a178d6bb0d8147a6 -SIZE (festival-gaim-1.00.tar.gz) = 43649 diff --git a/audio/gaim-festival/files/patch-Makefile b/audio/gaim-festival/files/patch-Makefile deleted file mode 100644 index 51fe2eb81..000000000 --- a/audio/gaim-festival/files/patch-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig Tue Sep 21 04:43:09 2004 -+++ Makefile Thu Feb 9 22:00:13 2006 -@@ -1,8 +1,7 @@ --FESTIVAL_VOICES_PATH=/usr/share/festival/voices --PLUGIN_GAIM_PATH=/usr/lib/gaim --PKG_CONFIG_PATH=/usr/lib/pkgconfig --PLUGIN_CFLAGS=`pkg-config gtk+-2.0 --cflags` `pkg-config glib-2.0 --cflags` -DPLUGIN_VERSION=\"$(PLUGIN_VERSION)\" -DFESTIVAL_VOICES_PATH=\"$(FESTIVAL_VOICES_PATH)\" -march=pentium3 -O3 -pipe -+FESTIVAL_VOICES_PATH=${LOCALBASE}/share/festival/lib/voices -+PLUGIN_GAIM_PATH=${PREFIX}/lib/gaim -+PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig -+PLUGIN_CFLAGS=`pkg-config gtk+-2.0 --cflags` `pkg-config glib-2.0 --cflags` -DPLUGIN_VERSION=\"$(PLUGIN_VERSION)\" -DFESTIVAL_VOICES_PATH=\"$(FESTIVAL_VOICES_PATH)\" -O3 -pipe - PLUGIN_LIBS=`pkg-config gtk+-2.0 --libs` `pkg-config glib-2.0 --libs` - LIBTOOL=libtool --CC= gcc - diff --git a/audio/gaim-festival/files/patch-festival.c b/audio/gaim-festival/files/patch-festival.c deleted file mode 100644 index 731ad7b5a..000000000 --- a/audio/gaim-festival/files/patch-festival.c +++ /dev/null @@ -1,53 +0,0 @@ ---- festival.c.orig Thu Aug 18 20:02:32 2005 -+++ festival.c Thu Aug 18 20:11:48 2005 -@@ -435,10 +435,11 @@ - { - char *stripped; - const char *alias = get_best_name(account, who); -- silent_joins = NULL; - - GString *buffer= g_string_new(""); - GString *ascii; -+ -+ silent_joins = NULL; - ascii = g_string_new(g_convert (what, strlen (what), - "ISO-8859-1", "UTF-8", - NULL, NULL, NULL)); -@@ -613,7 +614,12 @@ - plugin_load(GaimPlugin *plugin) { - - FILE *which_pf; -- char line[1024]; -+ char line[1024], proc[1024]; -+ int errno=0; -+ void *conv_handle; -+ void *blist_handle; -+ void *accounts_handle; -+ - which_pf= popen("which festival 2>/dev/null","r"); - fscanf(which_pf,"%1023s",line); - pclose(which_pf); -@@ -621,10 +627,8 @@ - if( *line != '/') - return FALSE; - -- char proc[1024]; - sprintf(proc, "%s %s", snd((char *)gaim_prefs_get_string("/gaim/gtk/sound/method")), line); - -- int errno=0; - festival_pf= popen(proc,"w"); - - if(errno) { -@@ -634,9 +638,9 @@ - - load_conf(); - -- void *conv_handle = gaim_conversations_get_handle(); -- void *blist_handle = gaim_blist_get_handle(); -- void *accounts_handle = gaim_accounts_get_handle(); -+ conv_handle = gaim_conversations_get_handle(); -+ blist_handle = gaim_blist_get_handle(); -+ accounts_handle = gaim_accounts_get_handle(); - - gaim_signal_connect(conv_handle, "received-im-msg", - plugin, GAIM_CALLBACK(im_recv_im), NULL); diff --git a/audio/gaim-festival/pkg-descr b/audio/gaim-festival/pkg-descr deleted file mode 100644 index 24f9d05e7..000000000 --- a/audio/gaim-festival/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -gaim-festival is a plugin for gaim to drive the festival speech synthesizer. - -WWW: http://festival-gaim.sourceforge.net/ - -Bruce -bms@FreeBSD.org diff --git a/audio/gdesklets-cornerxmms/Makefile b/audio/gdesklets-cornerxmms/Makefile deleted file mode 100644 index b55ce531d..000000000 --- a/audio/gdesklets-cornerxmms/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: gdesklets-cornerxmms -# Date created: 22 December 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# - -PORTNAME= cornerxmms -PORTVERSION= 0.1.0 -PORTREVISION= 2 -CATEGORIES= audio gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets- -DISTNAME= CornerXMMS-${PORTVERSION} - -MAINTAINER= klammer@webonaut.com -COMMENT= A fancy desklet that allows you to control XMMS from the desktop - -DEPRECATED= dead project and not fetchable any more -EXPIRATION_DATE= 2006-10-12 - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets \ - ${PYTHON_SITELIBDIR}/xmms/__init__.py:${PORTSDIR}/audio/py-xmms - -USE_PYTHON= yes -USE_XLIB= yes - -NAME= CornerXMMS -DATADIR= ${PREFIX}/share/gnome -WRKSRC= ${WRKDIR}/${NAME}-${PORTVERSION} - -do-build: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Controls/KIconAnim - @${MKDIR} ${DATADIR}/gdesklets/Controls/KXmms - @${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME} - @${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}/gfx - @${INSTALL_DATA} ${WRKSRC}/Controls/KIconAnim/* ${DATADIR}/gdesklets/Controls/KIconAnim/ - @${INSTALL_DATA} ${WRKSRC}/Controls/KXmms/* ${DATADIR}/gdesklets/Controls/KXmms/ - @${INSTALL_DATA} ${WRKSRC}/Displays/${NAME}/*.display ${DATADIR}/gdesklets/Displays/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/Displays/${NAME}/gfx/*.png ${DATADIR}/gdesklets/Displays/${NAME}/gfx/ - -.include <bsd.port.mk> diff --git a/audio/gdesklets-cornerxmms/distinfo b/audio/gdesklets-cornerxmms/distinfo deleted file mode 100644 index 3198d2099..000000000 --- a/audio/gdesklets-cornerxmms/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (CornerXMMS-0.1.0.tar.gz) = 6e12a6e5224d0902ec6ac3cc7b73ffd3 -SHA256 (CornerXMMS-0.1.0.tar.gz) = 4da58821166ca64164b1d6e73f3f31b98183366dc5fb945b3dcb9b74b79f3f26 -SIZE (CornerXMMS-0.1.0.tar.gz) = 91828 diff --git a/audio/gdesklets-cornerxmms/pkg-descr b/audio/gdesklets-cornerxmms/pkg-descr deleted file mode 100644 index 29d749397..000000000 --- a/audio/gdesklets-cornerxmms/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A fancy desklet that allows you to control XMMS from the desktop. - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/audio/gdesklets-cornerxmms/pkg-plist b/audio/gdesklets-cornerxmms/pkg-plist deleted file mode 100644 index b07673ed4..000000000 --- a/audio/gdesklets-cornerxmms/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -share/gnome/gdesklets/Controls/KIconAnim/IKIconAnim.py -share/gnome/gdesklets/Controls/KIconAnim/IKIconAnim.pyc -share/gnome/gdesklets/Controls/KIconAnim/IKIconAnim.pyo -share/gnome/gdesklets/Controls/KIconAnim/__init__.py -share/gnome/gdesklets/Controls/KIconAnim/__init__.pyc -share/gnome/gdesklets/Controls/KIconAnim/__init__.pyo -share/gnome/gdesklets/Controls/KXmms/IKXmms.py -share/gnome/gdesklets/Controls/KXmms/IKXmms.pyc -share/gnome/gdesklets/Controls/KXmms/IKXmms.pyo -share/gnome/gdesklets/Controls/KXmms/__init__.py -share/gnome/gdesklets/Controls/KXmms/__init__.pyc -share/gnome/gdesklets/Controls/KXmms/__init__.pyo -share/gnome/gdesklets/Displays/CornerXMMS/cornerxmms-bottomright.display -share/gnome/gdesklets/Displays/CornerXMMS/gfx/bar0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/bar1.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/body-br.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/bot-br0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/eject0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/eq0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/eq1.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/gauge.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/ml0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/ml1.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/next0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/pause0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/pause1.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/pl0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/pl1.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/play0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/play1.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/prev0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/rep0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/rep1.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/rnd0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/rnd1.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/stop0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/textmask-br0.png -share/gnome/gdesklets/Displays/CornerXMMS/gfx/textmask-br1.png -@dirrm share/gnome/gdesklets/Controls/KIconAnim -@dirrm share/gnome/gdesklets/Controls/KXmms -@dirrm share/gnome/gdesklets/Displays/CornerXMMS/gfx -@dirrm share/gnome/gdesklets/Displays/CornerXMMS -@dirrmtry share/gnome/gdesklets/Controls diff --git a/audio/gdesklets-xmms/Makefile b/audio/gdesklets-xmms/Makefile deleted file mode 100644 index 75d087fc5..000000000 --- a/audio/gdesklets-xmms/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: gdesklets-xmms -# Date created: 4 January 2004 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xmms -PORTVERSION= 2 -PORTREVISION= 6 -CATEGORIES= audio gnome -MASTER_SITES= http://gdesklets.zencomputer.ca/ -PKGNAMEPREFIX= gdesklets- -EXTRACT_SUFX= .tgz - -MAINTAINER= pav@FreeBSD.org -COMMENT= Compact desklet that allows you to control your XMMS from your desktop - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -DEPRECATED= Disappeared from the internet -EXPIRATION_DATE=2006-12-07 - -USE_PYTHON= yes -USE_XLIB= yes - -NAME= XMMS -WRKSRC= ${WRKDIR}/${NAME} -DATADIR= ${PREFIX}/share/gnome -PKGMESSAGE= ${WRKDIR}/pkg-message - -# tarball inside of installator seems corrupted, ignore this error -post-patch: - @${REINPLACE_CMD} -e "s|(fail)|(0)|" ${WRKSRC}/Install_${NAME}_Sensor.bin - -do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; s|%%NAME%%|${NAME}|g' > ${PKGMESSAGE} - @${REINPLACE_CMD} -e 's|/tmp|/var/tmp|' ${WRKSRC}/XMMS/xmmsint.py - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}/gfx - @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME} - @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/ - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/Display/*.display ${DATADIR}/gdesklets/Displays/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/Display/gfx/*.png ${DATADIR}/gdesklets/Displays/${NAME}/gfx/ - @${INSTALL_DATA} ${WRKSRC}/readme.txt ${DATADIR}/gdesklets/Displays/${NAME}/ - @${LN} -sf ${DATADIR}/gdesklets/Displays/${NAME}/readme.txt \ - ${DATADIR}/gdesklets/Sensors/${NAME}/readme.txt - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/audio/gdesklets-xmms/distinfo b/audio/gdesklets-xmms/distinfo deleted file mode 100644 index f27848ccb..000000000 --- a/audio/gdesklets-xmms/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xmms-2.tgz) = 64b17f0098fa30d45fc8fe0a6d519d43 -SHA256 (xmms-2.tgz) = 277bf88b2c3ee7619d984c559f343903297c8924e1efbef1c567836ee82c6361 -SIZE (xmms-2.tgz) = 7178 diff --git a/audio/gdesklets-xmms/pkg-descr b/audio/gdesklets-xmms/pkg-descr deleted file mode 100644 index e55c0bccf..000000000 --- a/audio/gdesklets-xmms/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Compact desklet that allows you to control your XMMS from your desktop - -WWW: http://gdesklets.zencomputer.ca/ diff --git a/audio/gdesklets-xmms/pkg-message b/audio/gdesklets-xmms/pkg-message deleted file mode 100644 index 2ce8d40cf..000000000 --- a/audio/gdesklets-xmms/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ - -To add this desklet to your desktop: - - gdesklets open %%PREFIX%%/share/gnome/gdesklets/Displays/%%NAME%%/xmms.display - diff --git a/audio/gdesklets-xmms/pkg-plist b/audio/gdesklets-xmms/pkg-plist deleted file mode 100644 index f13d4cf62..000000000 --- a/audio/gdesklets-xmms/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -share/gnome/gdesklets/Displays/XMMS/readme.txt -share/gnome/gdesklets/Displays/XMMS/gfx/gauge_h.png -share/gnome/gdesklets/Displays/XMMS/gfx/left.png -share/gnome/gdesklets/Displays/XMMS/gfx/next.png -share/gnome/gdesklets/Displays/XMMS/gfx/pause.png -share/gnome/gdesklets/Displays/XMMS/gfx/play.png -share/gnome/gdesklets/Displays/XMMS/gfx/prev.png -share/gnome/gdesklets/Displays/XMMS/gfx/right.png -share/gnome/gdesklets/Displays/XMMS/gfx/stop.png -share/gnome/gdesklets/Displays/XMMS/xmms.display -share/gnome/gdesklets/Sensors/XMMS/readme.txt -share/gnome/gdesklets/Sensors/XMMS/__init__.py -share/gnome/gdesklets/Sensors/XMMS/__init__.pyc -share/gnome/gdesklets/Sensors/XMMS/xmmscmds.py -share/gnome/gdesklets/Sensors/XMMS/xmmscmds.pyc -share/gnome/gdesklets/Sensors/XMMS/xmmsint.py -share/gnome/gdesklets/Sensors/XMMS/xmmsint.pyc -share/gnome/gdesklets/Sensors/XMMS/xmms.py -share/gnome/gdesklets/Sensors/XMMS/xmms.pyc -@dirrm share/gnome/gdesklets/Sensors/XMMS -@dirrm share/gnome/gdesklets/Displays/XMMS/gfx -@dirrm share/gnome/gdesklets/Displays/XMMS diff --git a/audio/glame/Makefile b/audio/glame/Makefile deleted file mode 100644 index 5ffba4fd7..000000000 --- a/audio/glame/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: glame -# Date created: 26 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= glame -PORTVERSION= 2.0.1 -PORTREVISION= 2 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A powerful, fast, stable, and easily extensible sound editor for GNOME - -BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ - mad.2:${PORTSDIR}/audio/libmad \ - vorbis.3:${PORTSDIR}/audio/libvorbis \ - guile.15:${PORTSDIR}/lang/guile - -USE_XLIB= yes -USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui -USE_GCC= 3.4 -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= libltdl:15 -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ - MAKEINFO="makeinfo --no-split" - -INFO= glame glame-dev - -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -lltdl - -post-extract: - @cd ${WRKSRC}/doc && ${RM} -f *.info* - -post-patch: - @${REINPLACE_CMD} -e 's| libltdl||g ; \ - s|,$$LIBLTDL,|,,|g ; \ - s|,$$LTDLINCL,|,,|g ; \ - s|,$$LTLIBOBJS,|,,|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/audio/glame/distinfo b/audio/glame/distinfo deleted file mode 100644 index cf9c81093..000000000 --- a/audio/glame/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (glame-2.0.1.tar.gz) = b18e93e8f5d2ed9cd56c4e8088a58f18 -SHA256 (glame-2.0.1.tar.gz) = c1106fc540bd28c88fedce8f0e386115c387e92fe1e06480ffcdf7f3d067bb3c -SIZE (glame-2.0.1.tar.gz) = 1662524 diff --git a/audio/glame/files/patch-Makefile.in b/audio/glame/files/patch-Makefile.in deleted file mode 100644 index e7bcd4fae..000000000 --- a/audio/glame/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Fri Oct 29 03:53:30 2004 -+++ Makefile.in Fri Oct 29 21:29:55 2004 -@@ -280,7 +280,7 @@ - subdirs = @subdirs@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = intl libltdl macros src doc data po -+SUBDIRS = intl macros src doc data po - ACLOCAL_AMFLAGS = -I macros -I . - EXTRA_DIST = TODO MAINTAINERS CREDITS BUGS autogen.sh glame.spec - all: config.h diff --git a/audio/glame/files/patch-src::plugins::audio_io_oss.c b/audio/glame/files/patch-src::plugins::audio_io_oss.c deleted file mode 100644 index f59657bd3..000000000 --- a/audio/glame/files/patch-src::plugins::audio_io_oss.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- src/plugins/audio_io_oss.c 2003/07/01 12:26:28 1.1 -+++ src/plugins/audio_io_oss.c 2003/07/01 12:26:41 -@@ -26,9 +26,9 @@ - - #ifdef HAVE_OSS_LINUX - #include <linux/soundcard.h> --#elif HAVE_OSS_SYS -+#elif defined(HAVE_OSS_SYS) - #include <sys/soundcard.h> --#elif HAVE_OSS_MACHINE -+#elif defined(HAVE_OSS_MACHINE) - #include <machine/soundcard.h> - #else - #error BUG in OSS configuration. diff --git a/audio/glame/files/patch-swapfile.c b/audio/glame/files/patch-swapfile.c deleted file mode 100644 index 412fee712..000000000 --- a/audio/glame/files/patch-swapfile.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/swapfile/swapfile_fs.c.orig Sat Oct 23 22:09:29 2004 -+++ src/swapfile/swapfile_fs.c Tue Mar 29 23:11:17 2005 -@@ -44,8 +44,12 @@ - #define DEBUG 1 - #endif - --#include <sys/stat.h> -+#if __FreeBSD__ >= 5 -+#define __BSD_VISIBLE 1 -+#endif -+ - #include <sys/types.h> -+#include <sys/stat.h> - #include <pthread.h> - #include <fcntl.h> - #include <dirent.h> diff --git a/audio/glame/pkg-descr b/audio/glame/pkg-descr deleted file mode 100644 index 7675fc8ec..000000000 --- a/audio/glame/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GLAME is meant to be the GIMP of audio processing. It is designed to be -a powerful, fast, stable, and easily extensible sound editor for GNOME -desktop. - -WWW: http://glame.sourceforge.net/ diff --git a/audio/glame/pkg-plist b/audio/glame/pkg-plist deleted file mode 100644 index 791927ad0..000000000 --- a/audio/glame/pkg-plist +++ /dev/null @@ -1,88 +0,0 @@ -bin/cglame -bin/glame -bin/glame-convert.sh -lib/glame/audio_io_esd.a -lib/glame/audio_io_esd.la -lib/glame/audio_io_esd.so -lib/glame/audio_io_oss.a -lib/glame/audio_io_oss.la -lib/glame/audio_io_oss.so -lib/glame/debug.a -lib/glame/debug.la -lib/glame/debug.so -lib/glame/file_mp3_out.a -lib/glame/file_mp3_out.la -lib/glame/file_mp3_out.so -lib/glame/file_oggvorbis_out.a -lib/glame/file_oggvorbis_out.la -lib/glame/file_oggvorbis_out.so -lib/glame/mixer.a -lib/glame/mixer.la -lib/glame/mixer.so -lib/glame/normalize.a -lib/glame/normalize.la -lib/glame/normalize.so -lib/glame/resample.a -lib/glame/resample.la -lib/glame/resample.so -lib/glame/tutorial.a -lib/glame/tutorial.la -lib/glame/tutorial.so -share/gnome/apps/Multimedia/glame.desktop -share/gnome/glame/default-accels -share/gnome/glame/pixmaps/bandpass.png -share/gnome/glame/pixmaps/const.png -share/gnome/glame/pixmaps/default.png -share/gnome/glame/pixmaps/delay.png -share/gnome/glame/pixmaps/distortion.png -share/gnome/glame/pixmaps/dots.png -share/gnome/glame/pixmaps/drop.png -share/gnome/glame/pixmaps/dup.png -share/gnome/glame/pixmaps/echo.png -share/gnome/glame/pixmaps/equalizer.png -share/gnome/glame/pixmaps/extend.png -share/gnome/glame/pixmaps/fade.png -share/gnome/glame/pixmaps/fft.png -share/gnome/glame/pixmaps/flanger.png -share/gnome/glame/pixmaps/glame-logo.jpg -share/gnome/glame/pixmaps/iir.png -share/gnome/glame/pixmaps/input.png -share/gnome/glame/pixmaps/invert.png -share/gnome/glame/pixmaps/mix1.png -share/gnome/glame/pixmaps/noisegate.png -share/gnome/glame/pixmaps/null.png -share/gnome/glame/pixmaps/one2n.png -share/gnome/glame/pixmaps/output.png -share/gnome/glame/pixmaps/pan.png -share/gnome/glame/pixmaps/ping.png -share/gnome/glame/pixmaps/pipe.png -share/gnome/glame/pixmaps/play-button.png -share/gnome/glame/pixmaps/play.png -share/gnome/glame/pixmaps/prod.png -share/gnome/glame/pixmaps/pulse.png -share/gnome/glame/pixmaps/rect.png -share/gnome/glame/pixmaps/repeat.png -share/gnome/glame/pixmaps/resample.png -share/gnome/glame/pixmaps/save.png -share/gnome/glame/pixmaps/select_all.png -share/gnome/glame/pixmaps/select_none.png -share/gnome/glame/pixmaps/sine.png -share/gnome/glame/pixmaps/statistics.png -share/gnome/glame/pixmaps/stop-button.png -share/gnome/glame/pixmaps/sum.png -share/gnome/glame/pixmaps/volume_adjust.png -share/gnome/glame/pixmaps/zoom_in.png -share/gnome/glame/pixmaps/zoom_out.png -share/gnome/glame/scripts/bassboost.scm -share/gnome/glame/scripts/echo2.scm -share/gnome/glame/scripts/glame.scm -share/gnome/glame/scripts/glame_testsuite.scm -share/gnome/glame/scripts/read_mp3.scm -share/gnome/glame/scripts/resample.scm -share/gnome/glame/scripts/write_mp3.scm -share/locale/de/LC_MESSAGES/glame.mo -share/locale/fr/LC_MESSAGES/glame.mo -@dirrm share/gnome/glame/scripts -@dirrm share/gnome/glame/pixmaps -@dirrm share/gnome/glame -@dirrm lib/glame diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile deleted file mode 100644 index be7718846..000000000 --- a/audio/gnome-audio/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gnomeaudio2 -# Date created: 10 July 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-audio -PORTVERSION= 2.0.0 -PORTREVISION= 1 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-audio/2.0 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Sound files for use with GNOME 2 - -USE_BZIP2= yes -USE_XLIB= yes -NO_BUILD= yes -USE_GNOME= gnomehack gnomeprefix gnomehier -WRKSRC= ${WRKDIR}/${DISTNAME}/sounds - -.include <bsd.port.mk> diff --git a/audio/gnome-audio/distinfo b/audio/gnome-audio/distinfo deleted file mode 100644 index 13f93a33f..000000000 --- a/audio/gnome-audio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-audio-2.0.0.tar.bz2) = cd14b84af59fb2ec673527d32f4e379f -SHA256 (gnome-audio-2.0.0.tar.bz2) = b1587b720056f44c2c472f1157fa73b10a7ffe0fd2f68cf105b39b93bcf280f8 -SIZE (gnome-audio-2.0.0.tar.bz2) = 1401319 diff --git a/audio/gnome-audio/files/patch-Makefile b/audio/gnome-audio/files/patch-Makefile deleted file mode 100644 index f5556e24f..000000000 --- a/audio/gnome-audio/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Thu Feb 15 14:40:33 2001 -+++ Makefile Mon Feb 26 19:24:22 2001 -@@ -1,3 +1 @@ --prefix=$(shell gnome-config --prefix) -- - LN_S=ln -sf -@@ -14,4 +12,4 @@ - for I in *.wav */*.wav ; do \ -- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \ -- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \ -+ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ -+ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \ - done -@@ -19,3 +17,3 @@ - install-default-links: -- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav -- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav -+ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav -+ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav diff --git a/audio/gnome-audio/pkg-descr b/audio/gnome-audio/pkg-descr deleted file mode 100644 index 02b911e2d..000000000 --- a/audio/gnome-audio/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This module holds sound files for use with GNOME 2. diff --git a/audio/gnome-audio/pkg-plist b/audio/gnome-audio/pkg-plist deleted file mode 100644 index 93609a8dc..000000000 --- a/audio/gnome-audio/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -share/gnome/sounds/card_shuffle.wav -share/gnome/sounds/email.wav -share/gnome/sounds/error.wav -share/gnome/sounds/generic.wav -share/gnome/sounds/gtk-events/activate.wav -share/gnome/sounds/gtk-events/clicked.wav -share/gnome/sounds/gtk-events/toggled.wav -share/gnome/sounds/info.wav -share/gnome/sounds/login.wav -share/gnome/sounds/logout.wav -share/gnome/sounds/panel/slide.wav -share/gnome/sounds/phone.wav -share/gnome/sounds/question.wav -share/gnome/sounds/shutdown1.wav -share/gnome/sounds/startup3.wav -share/gnome/sounds/warning.wav -@dirrm share/gnome/sounds/gtk-events -@dirrm share/gnome/sounds/panel diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile deleted file mode 100644 index a6dc50a10..000000000 --- a/audio/gnome-media/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: gnomemedia2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/gnome-media/Makefile,v 1.97 2006/07/20 20:58:19 ahze Exp $ -# - -PORTNAME= gnome-media -PORTVERSION= 2.16.0 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-media/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Multimedia applications for the GNOME 2 desktop - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - gail nautiluscdburner -USE_GSTREAMER= esound gconf good -CONFIGURE_ARGS= --enable-ipv6 -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|acd0c|acd0|' ${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 5d7158692..000000000 --- a/audio/gnome-media/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-media-2.16.0.tar.bz2) = abb57b11214cd245fc5e47f6db87e767 -SHA256 (gnome2/gnome-media-2.16.0.tar.bz2) = bca256365751952436e97106202e1a9d5cbd50d6cfe56b9443e0193581e99011 -SIZE (gnome2/gnome-media-2.16.0.tar.bz2) = 2973940 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/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 bffaa7d31..000000000 --- a/audio/gnome-media/pkg-plist +++ /dev/null @@ -1,647 +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.la -lib/libcddb-slave2.so -lib/libcddb-slave2.so.0 -lib/libglade/2.0/libgnome-media-profiles.a -lib/libglade/2.0/libgnome-media-profiles.la -lib/libglade/2.0/libgnome-media-profiles.so -lib/libgnome-media-profiles.a -lib/libgnome-media-profiles.la -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.in -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/bn_IN/LC_MESSAGES/gnome-media-2.0.mo -share/locale/br/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/dz/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/ka/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ku/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/mg/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/mr/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/or/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_HK/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/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/nl/figures -@dirrm share/gnome/help/gnome-cd/nl -@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 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/tk/LC_MESSAGES -@dirrmtry share/locale/tk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile deleted file mode 100644 index 10dc4b399..000000000 --- a/audio/gnomoradio/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gnomoradio -# Date created: 23 Oct 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= gnomoradio -PORTVERSION= 0.15.1 -PORTREVISION= 5 -CATEGORIES= audio net -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= A program for finding and playing free music from the Internet - -LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ - gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ - gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ - xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \ - vorbis:${PORTSDIR}/audio/libvorbis \ - ao:${PORTSDIR}/audio/libao - -USE_XLIB= yes -USE_GCC= 3.4+ -USE_GNOME= gnomehack gnomeprefix -INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 -LIBTOOLFLAGS= --tag=CXX -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|CCLD = $$(CC)|CCLD = $$(CXX)|; \ - s|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/roboradio/mp3/Makefile.in - -.include <bsd.port.mk> diff --git a/audio/gnomoradio/distinfo b/audio/gnomoradio/distinfo deleted file mode 100644 index e79e1adca..000000000 --- a/audio/gnomoradio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnomoradio-0.15.1.tar.gz) = 1ca31f4e9fb77adb5e7261e190ecb20a -SHA256 (gnomoradio-0.15.1.tar.gz) = de840fdc233396c277b432fe5e82bc4e14a5505d60bcea1975924e295e2447e1 -SIZE (gnomoradio-0.15.1.tar.gz) = 482339 diff --git a/audio/gnomoradio/files/patch-rainbow::license.cc b/audio/gnomoradio/files/patch-rainbow::license.cc deleted file mode 100644 index 0a77cd7e3..000000000 --- a/audio/gnomoradio/files/patch-rainbow::license.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- rainbow/license.cc.orig Wed Dec 22 11:05:36 2004 -+++ rainbow/license.cc Wed Dec 22 11:06:49 2004 -@@ -54,7 +54,7 @@ - } - - if (done) { -- signal<void,ref_ptr<License> > sig; -+ sigc::signal<void,ref_ptr<License> > sig; - sig.connect(slot); - sig(license); - } else { diff --git a/audio/gnomoradio/files/patch-rainbow::rdf-resource.cc b/audio/gnomoradio/files/patch-rainbow::rdf-resource.cc deleted file mode 100644 index 59e878ff7..000000000 --- a/audio/gnomoradio/files/patch-rainbow::rdf-resource.cc +++ /dev/null @@ -1,55 +0,0 @@ ---- rainbow/rdf-resource.cc.orig Wed Dec 22 11:07:54 2004 -+++ rainbow/rdf-resource.cc Wed Dec 22 11:09:33 2004 -@@ -35,7 +35,7 @@ - resource = ref_ptr<RdfResource>(p->second); - if (resource->downloaded) { // already downloaded - map<Glib::ustring,xmlpp::Element*>::iterator el = resource->id_map.find(id); -- signal<void,xmlpp::Element*,ref_ptr<RdfResource> > sig; -+ sigc::signal<void,xmlpp::Element*,ref_ptr<RdfResource> > sig; - sig.connect(slot); - sig(el != resource->id_map.end() ? el->second : 0, resource); - return; -@@ -47,7 +47,7 @@ - Glib::ustring host, file; - unsigned short port; - if (!HttpClient::parse_url(uri, host, port, file)) { -- signal<void,xmlpp::Element*,ref_ptr<RdfResource> > sig; -+ sigc::signal<void,xmlpp::Element*,ref_ptr<RdfResource> > sig; - sig.connect(slot); - sig(0, resource); - return; -@@ -55,14 +55,14 @@ - } - - // connect mem_fun to appropriate signal -- map<Glib::ustring,signal<void,xmlpp::Element*, ref_ptr<RdfResource> >*>::iterator sig; -+ map<Glib::ustring,sigc::signal<void,xmlpp::Element*, ref_ptr<RdfResource> >*>::iterator sig; - sig = resource->signal_map.find(id); - if (sig != resource->signal_map.end()) { - // found existing signal for id - sig->second->connect(slot); - } else { - // need to create new signal to handle id -- signal<void,xmlpp::Element*,ref_ptr<RdfResource> > *signal_ = new signal<void,xmlpp::Element*,ref_ptr<RdfResource> >; -+ sigc::signal<void,xmlpp::Element*,ref_ptr<RdfResource> > *signal_ = new sigc::signal<void,xmlpp::Element*,ref_ptr<RdfResource> >; - signal_->connect(slot); - resource->signal_map.insert(make_pair(id, signal_)); - } -@@ -190,7 +190,7 @@ - - error: - // call all signals -- map<Glib::ustring,signal<void,xmlpp::Element*,ref_ptr<RdfResource> >*>::iterator signal; -+ map<Glib::ustring,sigc::signal<void,xmlpp::Element*,ref_ptr<RdfResource> >*>::iterator signal; - for (signal = signal_map.begin(); signal != signal_map.end(); ++signal) { - map<Glib::ustring,xmlpp::Element*>::iterator el = id_map.find(signal->first); - signal->second->emit(el != id_map.end() ? el->second : 0, ref_ptr<RdfResource>(this)); -@@ -204,7 +204,7 @@ - - void Rainbow::RdfResource::clear_signal_map () - { -- map<Glib::ustring,signal<void,xmlpp::Element*,ref_ptr<RdfResource> >*>::iterator signal; -+ map<Glib::ustring,sigc::signal<void,xmlpp::Element*,ref_ptr<RdfResource> >*>::iterator signal; - for (signal = signal_map.begin(); signal != signal_map.end(); ++signal) - delete signal->second; - signal_map.clear(); diff --git a/audio/gnomoradio/files/patch-rainbow_sha1.h b/audio/gnomoradio/files/patch-rainbow_sha1.h deleted file mode 100644 index 293864cca..000000000 --- a/audio/gnomoradio/files/patch-rainbow_sha1.h +++ /dev/null @@ -1,20 +0,0 @@ ---- rainbow/sha1.h.orig Tue Aug 16 17:32:22 2005 -+++ rainbow/sha1.h Tue Aug 16 17:33:26 2005 -@@ -22,7 +22,7 @@ - #ifndef _SHA1_H_ - #define _SHA1_H_ - --#include <stdint.h> -+#include <unistd.h> - /* - * If you do not have the ISO standard stdint.h header file, then you - * must typdef the following: -@@ -57,7 +57,7 @@ - uint32_t Length_High; /* Message length in bits */ - - /* Index into message block array */ -- int_least16_t Message_Block_Index; -+ int16_t Message_Block_Index; - uint8_t Message_Block[64]; /* 512-bit message blocks */ - - int Computed; /* Is the digest computed? */ diff --git a/audio/gnomoradio/pkg-descr b/audio/gnomoradio/pkg-descr deleted file mode 100644 index 18681a8e3..000000000 --- a/audio/gnomoradio/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Gnomoradio is quickly becoming a fully-featured music player and peer -to peer file sharing system. Here is a quick outline of its current -features that more or less work: - - * Finds and plays mp3's and ogg's that are located on the - user's hard drive - * Sorts songs in playlists, including search playlists for - songs that match a given criteria - * Searches for, downloads and shares songs that are available - under a Creative Commons license - * Recommends songs based on a user's listening preferences, - almost like a totally personalized radio broadcast - -WWW: http://www.gnomoradio.org/ - -- Jean-Yves Lefort -jylefort@FreeBSD.org diff --git a/audio/gnomoradio/pkg-plist b/audio/gnomoradio/pkg-plist deleted file mode 100644 index 80747b209..000000000 --- a/audio/gnomoradio/pkg-plist +++ /dev/null @@ -1,49 +0,0 @@ -bin/gnomoradio -bin/rainbow-get -include/rainbow/alarm.h -include/rainbow/http-client.h -include/rainbow/http-server.h -include/rainbow/hub-client.h -include/rainbow/init.h -include/rainbow/license.h -include/rainbow/rdf-resource.h -include/rainbow/util.h -include/roboradio/init.h -include/roboradio/player.h -include/roboradio/recommendation.h -include/roboradio/song-list-automatic.h -include/roboradio/song-list-cache.h -include/roboradio/song-list-history.h -include/roboradio/song-list-library.h -include/roboradio/song-list-radio.h -include/roboradio/song-list-search.h -include/roboradio/song-list.h -include/roboradio/song-local.h -include/roboradio/song-rainbow.h -include/roboradio/song.h -include/roboradio/sort-songs.h -include/roboradio/state.h -include/roboradio/xspf.h -lib/librainbow.a -lib/librainbow.la -lib/librainbow.so -lib/librainbow.so.0 -lib/libroboradio-audio.a -lib/libroboradio-audio.la -lib/libroboradio-audio.so -lib/libroboradio-audio.so.0 -lib/libroboradio-mp3.a -lib/libroboradio-mp3.la -lib/libroboradio-mp3.so -lib/libroboradio-mp3.so.0 -lib/libroboradio.a -lib/libroboradio.la -lib/libroboradio.so -lib/libroboradio.so.0 -sbin/rainbow-hub -share/gnome/applications/gnomoradio.desktop -share/gnome/pixmaps/gnomoradio.png -share/gnome/pixmaps/gnomoradio/gnomoradio-heart.png -@dirrm include/rainbow -@dirrm include/roboradio -@dirrm share/gnome/pixmaps/gnomoradio diff --git a/audio/gnowavcut/Makefile b/audio/gnowavcut/Makefile deleted file mode 100644 index fca5c5d38..000000000 --- a/audio/gnowavcut/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: gnowavcut -# Date created: 19 May 2001 -# Whom: Steve Coltrin <spcoltri@omcl.org> -# -# $FreeBSD$ -# - -PORTNAME= gnowavcut -PORTVERSION= 0.0.8 -PORTREVISION= 3 -CATEGORIES= audio gnome -MASTER_SITES= http://gnowavcut.good-day.net/src/ - -MAINTAINER= spcoltri@omcl.org -COMMENT= A GNOME/GTK+ based RIFF PCM Wave file splitter - -USE_XLIB= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix gnomelibs - -.include <bsd.port.mk> diff --git a/audio/gnowavcut/distinfo b/audio/gnowavcut/distinfo deleted file mode 100644 index 9f898f7e7..000000000 --- a/audio/gnowavcut/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnowavcut-0.0.8.tar.gz) = 20c371ab3574c7241176bafe7a4d6005 -SHA256 (gnowavcut-0.0.8.tar.gz) = ca28cfe3b3f928a27354afebde3e2049d600ff628a85cfc0dde5bede019d2277 -SIZE (gnowavcut-0.0.8.tar.gz) = 293147 diff --git a/audio/gnowavcut/pkg-descr b/audio/gnowavcut/pkg-descr deleted file mode 100644 index 9da025a15..000000000 --- a/audio/gnowavcut/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GnoWavCut splits non-compressed 16bit PCM Wave files. You can set splitting -points while playing sounds. - -WWW: http://gnowavcut.good-day.net/ - -- Steve Coltrin -spcoltri@omcl.org diff --git a/audio/gnowavcut/pkg-plist b/audio/gnowavcut/pkg-plist deleted file mode 100644 index 4058b56d0..000000000 --- a/audio/gnowavcut/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/gnowavcut -share/gnome/apps/Multimedia/gnowavcut.desktop diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile deleted file mode 100644 index 1e9eeb003..000000000 --- a/audio/goobox/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: guikachu -# Date created: 11 Nov 2004 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= goobox -PORTVERSION= 0.9.93 -PORTREVISION= 4 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= CD player and ripper for GNOME Desktop environment - -RUN_DEPENDS= cddb-slave2-properties:${PORTSDIR}/audio/gnome-media - -USE_XLIB= yes -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libglade2 libbonobo \ - gnomedocutils -USE_GSTREAMER80= cdparanoia gconf -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= goobox.schemas - -OPTIONS= NOTIFY "Enable libnotify support" on - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not build on 4.X -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+= --enable-notification -.else -CONFIGURE_ARGS+= --disable-notification -.endif - -.include <bsd.port.post.mk> diff --git a/audio/goobox/distinfo b/audio/goobox/distinfo deleted file mode 100644 index 858faf3f6..000000000 --- a/audio/goobox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/goobox-0.9.93.tar.bz2) = d12dcf26907935ee4803107c572a5392 -SHA256 (gnome2/goobox-0.9.93.tar.bz2) = fffecbdccf6f1dfbd53d02a2daff882ce62970a563b48e8612957015f4d2939d -SIZE (gnome2/goobox-0.9.93.tar.bz2) = 539913 diff --git a/audio/goobox/files/patch-src_main.c b/audio/goobox/files/patch-src_main.c deleted file mode 100644 index eaf098579..000000000 --- a/audio/goobox/files/patch-src_main.c +++ /dev/null @@ -1,51 +0,0 @@ ---- src/main.c.orig Fri Nov 18 21:20:08 2005 -+++ src/main.c Mon Feb 20 22:41:55 2006 -@@ -47,7 +47,6 @@ - - #ifdef HAVE_LIBNOTIFY - #include <libnotify/notify.h> --static NotifyHandle *notify_h = NULL; - #endif /* HAVE_LIBNOTIFY */ - - GtkWindow *main_window = NULL; -@@ -193,7 +192,7 @@ - - #ifdef HAVE_LIBNOTIFY - if (! notify_init ("goobox")) -- g_error ("Cannot initialize notification system."); -+ g_warning ("Cannot initialize notification system."); - #endif /* HAVE_LIBNOTIFY */ - - goo_stock_init (); -@@ -557,27 +556,10 @@ - int y) - { - #ifdef HAVE_LIBNOTIFY -- NotifyIcon *icon = notify_icon_new_from_uri("goobox"); -- NotifyHints *hints = NULL; -- -- if ((x >= 0) && (y >= 0)) { -- hints = notify_hints_new (); -- notify_hints_set_int (hints, "x", x); -- notify_hints_set_int (hints, "y", y); -- } -+ if(!notify_is_initted()) -+ return; -+ NotifyNotification *n = notify_notification_new (title,msg,"goobox",GTK_WIDGET (main_window)); -+ notify_notification_show(n, NULL); - -- notify_h = notify_send_notification (notify_h, -- "device", -- NOTIFY_URGENCY_NORMAL, -- title, -- msg, -- icon, -- TRUE, 0, -- hints, // no hints -- NULL, // no user data -- 0); -- -- if (icon != NULL) -- notify_icon_destroy (icon); - #endif /* HAVE_LIBNOTIFY */ - } diff --git a/audio/goobox/pkg-descr b/audio/goobox/pkg-descr deleted file mode 100644 index c263704fd..000000000 --- a/audio/goobox/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Goobox is a CD player and ripper for the GNOME Desktop environment, -it uses gstreamer to play and rip CDs and cddb-slave2 (distributed -with gnome-media) to get and edit CD metadata such as track titles -and album name. diff --git a/audio/goobox/pkg-plist b/audio/goobox/pkg-plist deleted file mode 100644 index a006a0d2a..000000000 --- a/audio/goobox/pkg-plist +++ /dev/null @@ -1,68 +0,0 @@ -bin/goobox -libdata/bonobo/servers/GNOME_Goobox.server -share/gnome/application-registry/goobox.applications -share/gnome/applications/goobox.desktop -share/gnome/goobox/glade/goo_cover_chooser.glade -share/gnome/goobox/glade/goobox.glade -share/gnome/help/goobox/C/goobox.xml -share/gnome/help/goobox/C/legal.xml -share/gnome/omf/goobox/goobox-C.omf -share/gnome/pixmaps/goobox.png -share/locale/ar/LC_MESSAGES/goobox.mo -share/locale/bg/LC_MESSAGES/goobox.mo -share/locale/cs/LC_MESSAGES/goobox.mo -share/locale/da/LC_MESSAGES/goobox.mo -share/locale/de/LC_MESSAGES/goobox.mo -share/locale/el/LC_MESSAGES/goobox.mo -share/locale/en_CA/LC_MESSAGES/goobox.mo -share/locale/en_GB/LC_MESSAGES/goobox.mo -share/locale/es/LC_MESSAGES/goobox.mo -share/locale/eu/LC_MESSAGES/goobox.mo -share/locale/fi/LC_MESSAGES/goobox.mo -share/locale/fr/LC_MESSAGES/goobox.mo -share/locale/hu/LC_MESSAGES/goobox.mo -share/locale/it/LC_MESSAGES/goobox.mo -share/locale/ja/LC_MESSAGES/goobox.mo -share/locale/ko/LC_MESSAGES/goobox.mo -share/locale/lt/LC_MESSAGES/goobox.mo -share/locale/nb/LC_MESSAGES/goobox.mo -share/locale/ne/LC_MESSAGES/goobox.mo -share/locale/nl/LC_MESSAGES/goobox.mo -share/locale/no/LC_MESSAGES/goobox.mo -share/locale/pa/LC_MESSAGES/goobox.mo -share/locale/pl/LC_MESSAGES/goobox.mo -share/locale/pt/LC_MESSAGES/goobox.mo -share/locale/pt_BR/LC_MESSAGES/goobox.mo -share/locale/ru/LC_MESSAGES/goobox.mo -share/locale/rw/LC_MESSAGES/goobox.mo -share/locale/sq/LC_MESSAGES/goobox.mo -share/locale/sv/LC_MESSAGES/goobox.mo -share/locale/zh_CN/LC_MESSAGES/goobox.mo -share/locale/zh_TW/LC_MESSAGES/goobox.mo -@dirrm share/gnome/omf/goobox -@dirrm share/gnome/help/goobox/C -@dirrm share/gnome/help/goobox -@dirrm share/gnome/goobox/glade -@dirrm share/gnome/goobox -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs diff --git a/audio/gqradio/Makefile b/audio/gqradio/Makefile deleted file mode 100644 index 85f9047e9..000000000 --- a/audio/gqradio/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gqradio -# Date created: 13 Apr 2003 -# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de> -# -# $FreeBSD$ -# - -PORTNAME= gqradio -PORTVERSION= 1.9.2 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=gqmpeg - -MAINTAINER= stefan.jahn@nemesis-sektor.de -COMMENT= GTK2 based FM tuner - -USE_XLIB= yes -GNU_CONFIGURE= yes -USE_GNOME= gtk20 gnomehack gnomeprefix - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -ONLY_FOR_ARCHS= i386 -.else -ONLY_FOR_ARCHS= alpha i386 ia64 -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|share/gqradio|share/gnome/gqradio|; \ - s|\(doc/gqradio\)-\$$VERSION|\1|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|^\(readmedir = \).*|\1$$(prefix)/share/doc/gqradio|; \ - s|COPYING||' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> diff --git a/audio/gqradio/distinfo b/audio/gqradio/distinfo deleted file mode 100644 index dba492cd2..000000000 --- a/audio/gqradio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gqradio-1.9.2.tar.gz) = 10fded1c080cadd1b260a592772bcbb6 -SHA256 (gqradio-1.9.2.tar.gz) = 8c00b589c2faab3fdb5053f8d47abc883ee9fc44702a34bd049ebde8a1adcfef -SIZE (gqradio-1.9.2.tar.gz) = 444114 diff --git a/audio/gqradio/pkg-descr b/audio/gqradio/pkg-descr deleted file mode 100644 index 9064888ce..000000000 --- a/audio/gqradio/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -GQradio interfaces with radio cards through the video4linux, -or the FreeBSD bktr APIs. Stations can be tuned manually, -set to presets, or auto seek can find the next available -frequency. The application supports theming (skins), -and includes a built-in skin editor. - -WWW: http://gqmpeg.sourceforge.net/radio.html - -- Stefan Jahn -stefan.jahn@nemesis-sektor.de diff --git a/audio/gqradio/pkg-plist b/audio/gqradio/pkg-plist deleted file mode 100644 index 1a551fabb..000000000 --- a/audio/gqradio/pkg-plist +++ /dev/null @@ -1,98 +0,0 @@ -bin/gqradio -share/doc/gqradio/ChangeLog -share/doc/gqradio/README -share/doc/gqradio/SKIN-SPECS -share/doc/gqradio/TODO -share/gnome/applications/gqradio.desktop -share/gnome/gqradio/skins/SKIN-SPECS -share/gnome/gqradio/skins/default/btn-grey-34x12-advanced1.png -share/gnome/gqradio/skins/default/btn-grey-34x12-advanced2.png -share/gnome/gqradio/skins/default/btn-grey-34x12-clear.png -share/gnome/gqradio/skins/default/btn-grey-34x12-config.png -share/gnome/gqradio/skins/default/btn-grey-34x12-del.png -share/gnome/gqradio/skins/default/btn-grey-34x12-scan.png -share/gnome/gqradio/skins/default/btn-grey-34x12-set.png -share/gnome/gqradio/skins/default/btn-grey-34x20-mode.png -share/gnome/gqradio/skins/default/btn-grey-34x20-mute.png -share/gnome/gqradio/skins/default/btn-grey-42x20-down.png -share/gnome/gqradio/skins/default/btn-grey-42x20-up.png -share/gnome/gqradio/skins/default/btn-grey-expand.png -share/gnome/gqradio/skins/default/btn-grey-shrink.png -share/gnome/gqradio/skins/default/btn-grey-sizer.png -share/gnome/gqradio/skins/default/btn-pda-16-minus.png -share/gnome/gqradio/skins/default/btn-pda-16-plus.png -share/gnome/gqradio/skins/default/btn-pda-exit.png -share/gnome/gqradio/skins/default/btn-pda-iconify.png -share/gnome/gqradio/skins/default/btn-pos-14-down.png -share/gnome/gqradio/skins/default/btn-pos-14-up.png -share/gnome/gqradio/skins/default/digit-digital-15-aa.png -share/gnome/gqradio/skins/default/digit-digital-24-aa.png -share/gnome/gqradio/skins/default/item-cycle-6.png -share/gnome/gqradio/skins/default/item-radio-mute-large.png -share/gnome/gqradio/skins/default/item-radio-scanning-11.png -share/gnome/gqradio/skins/default/item-radio-stereo.png -share/gnome/gqradio/skins/default/item-radio-strength-9.png -share/gnome/gqradio/skins/default/item-radio-tunemode.png -share/gnome/gqradio/skins/default/item-radio-volume-19.png -share/gnome/gqradio/skins/default/item-set.png -share/gnome/gqradio/skins/default/list-pos-back.png -share/gnome/gqradio/skins/default/list-pos-row-menu.png -share/gnome/gqradio/skins/default/list-pos-row.png -share/gnome/gqradio/skins/default/main-pos-blank.png -share/gnome/gqradio/skins/default/main-pos-extra.png -share/gnome/gqradio/skins/default/menu_back_green.png -share/gnome/gqradio/skins/default/menu_list_icons.png -share/gnome/gqradio/skins/default/pic-dot.png -share/gnome/gqradio/skins/default/pic-mhz.png -share/gnome/gqradio/skins/default/skindata -share/gnome/gqradio/skins/default/skindata_advanced -share/gnome/gqradio/skins/default/skindata_menu -share/gnome/gqradio/skins/default/skindata_presets -share/gnome/gqradio/skins/default/skindata_presets_advanced -share/gnome/gqradio/skins/default/skindata_submenu -share/gnome/gqradio/skins/default/slider-pos-14h.png -share/gnome/gqradio/skins/skyblue/back-blue.png -share/gnome/gqradio/skins/skyblue/back-list-blue.png -share/gnome/gqradio/skins/skyblue/back-menu-blue.png -share/gnome/gqradio/skins/skyblue/btn-22-sizer2.png -share/gnome/gqradio/skins/skyblue/btn-blue14-fade-close.png -share/gnome/gqradio/skins/skyblue/btn-blue14-fade-down.png -share/gnome/gqradio/skins/skyblue/btn-blue14-fade-iconify.png -share/gnome/gqradio/skins/skyblue/btn-blue14-fade-up.png -share/gnome/gqradio/skins/skyblue/btn-blue22-fade-clear.png -share/gnome/gqradio/skins/skyblue/btn-blue22-fade-config.png -share/gnome/gqradio/skins/skyblue/btn-blue22-fade-left.png -share/gnome/gqradio/skins/skyblue/btn-blue22-fade-list.png -share/gnome/gqradio/skins/skyblue/btn-blue22-fade-minus.png -share/gnome/gqradio/skins/skyblue/btn-blue22-fade-mode3.png -share/gnome/gqradio/skins/skyblue/btn-blue22-fade-mute.png -share/gnome/gqradio/skins/skyblue/btn-blue22-fade-right.png -share/gnome/gqradio/skins/skyblue/btn-blue22t-fade-add.png -share/gnome/gqradio/skins/skyblue/btn-blue22t-fade-scan.png -share/gnome/gqradio/skins/skyblue/digit-digital-15-aa.png -share/gnome/gqradio/skins/skyblue/digit-digital-24-aa.png -share/gnome/gqradio/skins/skyblue/item-cycle-6.png -share/gnome/gqradio/skins/skyblue/item-radio-mute-large.png -share/gnome/gqradio/skins/skyblue/item-radio-tunemode.png -share/gnome/gqradio/skins/skyblue/item-set.png -share/gnome/gqradio/skins/skyblue/item-signal4.png -share/gnome/gqradio/skins/skyblue/item-volume12-shadow.png -share/gnome/gqradio/skins/skyblue/list-back.png -share/gnome/gqradio/skins/skyblue/list-menu-icons.png -share/gnome/gqradio/skins/skyblue/list-menu-row20.png -share/gnome/gqradio/skins/skyblue/list-row16.png -share/gnome/gqradio/skins/skyblue/menu_list_icons.png -share/gnome/gqradio/skins/skyblue/pic-dot.png -share/gnome/gqradio/skins/skyblue/pic-mhz.png -share/gnome/gqradio/skins/skyblue/skindata -share/gnome/gqradio/skins/skyblue/skindata_menu -share/gnome/gqradio/skins/skyblue/skindata_presets -share/gnome/gqradio/skins/skyblue/skindata_submenu -share/gnome/gqradio/skins/skyblue/slider-vert-24.png -share/gnome/pixmaps/gqradio.png -share/locale/fr/LC_MESSAGES/gqradio.mo -@dirrm share/doc/gqradio -@dirrm share/gnome/gqradio/skins/default -@dirrm share/gnome/gqradio/skins/skyblue -@dirrm share/gnome/gqradio/skins -@dirrm share/gnome/gqradio diff --git a/audio/grip/Makefile b/audio/grip/Makefile deleted file mode 100644 index 7f6b7c578..000000000 --- a/audio/grip/Makefile +++ /dev/null @@ -1,125 +0,0 @@ -# New ports collection makefile for: grip -# Date created: 31 May 2000 -# Whom: kbyanc@posi.net -# -# $FreeBSD$ -# - -PORTNAME= grip -PORTVERSION= 3.2.0 -PORTREVISION= 11 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= GTK front-end to external cd rippers and audio encoders - -LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ - curl.3:${PORTSDIR}/ftp/curl -PATCH_DEPENDS= iconv:${PORTSDIR}/converters/libiconv - -USE_XLIB= yes -USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui vte -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -OPTIONS= CDPARANOIA "Ripper: Enable cdparanoia support" on \ - CDDA2WAV "Ripper: cdda2wav: Install sysutils/cdrtools" off -.if defined(PACKAGE_BUILDING) -OPTIONS+= LAME "Encoder: lame: Install audio/lame" off \ - VORBIS "Encoder: oggenc: Install audio/vorbis-tools" on -.else -OPTIONS+= LAME "Encoder: lame: Install audio/lame" on \ - VORBIS "Encoder: oggenc: Install audio/vorbis-tools" off -.endif -OPTIONS+= BLADEENC "Encoder: bladeenc: Install audio/bladeenc" off \ - FAAC "Encoder: faac: Install audio/faac" off \ - FLAC "Encoder: flac: Install audio/flac" off \ - GOGO "Encoder: gogo: Install audio/gogo" off \ - MP3ENCODE "Encoder: mp3encode: Install audio/mp3encode" off - -ISO_LOCALES= de es fr pt_BR - -.include <bsd.port.pre.mk> - -.if defined(WITH_CDROM_DEVICE) -DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE} -.else -.if ${OSVERSION} < 500000 -DEFAULT_CDROM_DEVICE=/dev/acd0c -.else -DEFAULT_CDROM_DEVICE=/dev/acd0 -.endif -.endif - -.if !defined(WITHOUT_CDPARANOIA) -LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia -CONFIGURE_ARGS+= --enable-cdpar -.else -CONFIGURE_ARGS+= --disable-cdpar -.endif - -.if defined(WITH_CDDA2WAV) -RUN_DEPENDS+= cdda2wav:${PORTSDIR}/sysutils/cdrtools -.endif - -.if defined(WITH_BLADEENC) -RUN_DEPENDS+= bladeenc:${PORTSDIR}/audio/bladeenc -.endif - -.if defined(WITH_FAAC) -RUN_DEPENDS+= faac:${PORTSDIR}/audio/faac -.endif - -.if defined(WITH_FLAC) -RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac -.endif - -.if defined(WITH_GOGO) -RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo -.endif - -.if defined(WITH_MP3ENCODE) -RUN_DEPENDS+= encode:${PORTSDIR}/audio/mp3encode -.endif - -.if !defined(WITHOUT_LAME) -RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame -.endif - -.if defined(WITH_BLADEENC) -RUN_DEPENDS+= bladeenc:${PORTSDIR}/audio/bladeenc -.endif - -.if defined(WITH_VORBIS) -RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools -.endif - -pre-everything:: -.if !defined(WITH_CDROM_DEVICE) - @${ECHO_MSG} "===> The default CDROM device is ${DEFAULT_CDROM_DEVICE}" - @${ECHO_MSG} "===> Define WITH_CDROM_DEVICE if you want to change the default" - @${ECHO_MSG} "===> For example, 'make WITH_CDROM_DEVICE=\"/dev/somedevice\"'" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \ - ${WRKSRC}/src/grip.c - @${REINPLACE_CMD} -e 's|{"xingmp3enc","-B %b -Q %w","mp3"},||; \ - s|{"l3enc","-br %b %w %m","mp3"},|{"faac","--no-midside -w -q 100 --artist %a --album %d --track %t --title %n --year %y --genre %g -b %b %w -o %m", "m4a"},|; \ - s|mp3encode|encode|' \ - ${WRKSRC}/src/gripcfg.c -.for l in ${ISO_LOCALES} - @${MV} ${WRKSRC}/po/${l}.po ${WRKSRC}/po/_${l}.po - ${LOCALBASE}/bin/iconv -f ISO-8859-15 -t UTF-8 \ - ${WRKSRC}/po/_${l}.po > ${WRKSRC}/po/${l}.po -.endfor - @${MV} ${WRKSRC}/po/ru.po ${WRKSRC}/po/_ru.po - ${LOCALBASE}/bin/iconv -f koi8-r -t UTF-8 \ - ${WRKSRC}/po/_ru.po > ${WRKSRC}/po/ru.po - -.include <bsd.port.post.mk> diff --git a/audio/grip/distinfo b/audio/grip/distinfo deleted file mode 100644 index 91f0ac848..000000000 --- a/audio/grip/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (grip-3.2.0.tar.gz) = 9b51933a03dd7d7ddfbb3643fc82c2d0 -SHA256 (grip-3.2.0.tar.gz) = 5a51a67f2828aa679a46bbb95cdc5346d6d4516f8ba74b7744b6049ccbe805ca -SIZE (grip-3.2.0.tar.gz) = 722039 diff --git a/audio/grip/files/patch-src::discdb b/audio/grip/files/patch-src::discdb deleted file mode 100644 index 1d300b270..000000000 --- a/audio/grip/files/patch-src::discdb +++ /dev/null @@ -1,20 +0,0 @@ ---- src/discdb.c.orig Thu Apr 15 21:23:37 2004 -+++ src/discdb.c Wed Mar 16 19:02:09 2005 -@@ -311,7 +311,7 @@ - query->query_match=MATCH_EXACT; - query->query_matches=0; - -- while((inbuffer=DiscDBReadLine(&dataptr))) { -+ while(query->query_matches < MAX_INEXACT_MATCHES && (inbuffer=DiscDBReadLine(&dataptr))) { - query->query_list[query->query_matches].list_genre= - DiscDBGenreValue(g_strstrip(strtok(inbuffer," "))); - -@@ -331,7 +331,7 @@ - query->query_match=MATCH_INEXACT; - query->query_matches=0; - -- while((inbuffer=DiscDBReadLine(&dataptr))) { -+ while(query->query_matches < MAX_INEXACT_MATCHES && (inbuffer=DiscDBReadLine(&dataptr))) { - query->query_list[query->query_matches].list_genre= - DiscDBGenreValue(g_strstrip(strtok(inbuffer," "))); - diff --git a/audio/grip/pkg-descr b/audio/grip/pkg-descr deleted file mode 100644 index 52e734327..000000000 --- a/audio/grip/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Grip is a front-end to external cd audio rippers (such as dagrab or -cdda2wav). It also provides an automated frontend for MP3 encoders, letting -you take a disc and transform it easily straight into MP3s. The CDDB -protocol is supported for retrieving track information from disc database -servers. Grip works with DigitalDJ to provide a unified "computerized" -version of your music collection. - -WWW: http://www.nostatic.org/grip/ diff --git a/audio/grip/pkg-plist b/audio/grip/pkg-plist deleted file mode 100644 index d79a9f8ef..000000000 --- a/audio/grip/pkg-plist +++ /dev/null @@ -1,79 +0,0 @@ -bin/grip -share/gnome/applications/grip.desktop -share/gnome/help/grip/C/cdconfig.png -share/gnome/help/grip/C/cdplayer.png -share/gnome/help/grip/C/cdplayersmall.png -share/gnome/help/grip/C/cdscan.png -share/gnome/help/grip/C/discdb.png -share/gnome/help/grip/C/discdbconfig.png -share/gnome/help/grip/C/editing.png -share/gnome/help/grip/C/eject.png -share/gnome/help/grip/C/encprog.png -share/gnome/help/grip/C/ffwd.png -share/gnome/help/grip/C/grip.xml -share/gnome/help/grip/C/grip-logo.png -share/gnome/help/grip/C/id3config.png -share/gnome/help/grip/C/minmax.png -share/gnome/help/grip/C/miscconfig.png -share/gnome/help/grip/C/modeinterface.png -share/gnome/help/grip/C/mp3config.png -share/gnome/help/grip/C/mp3config2.png -share/gnome/help/grip/C/multiartist.png -share/gnome/help/grip/C/nexttrk.png -share/gnome/help/grip/C/playloop.png -share/gnome/help/grip/C/playnormal.png -share/gnome/help/grip/C/playonce.png -share/gnome/help/grip/C/playpause.png -share/gnome/help/grip/C/playplaylist.png -share/gnome/help/grip/C/playrandom.png -share/gnome/help/grip/C/prevtrk.png -share/gnome/help/grip/C/progtrack.png -share/gnome/help/grip/C/proxyconfig.png -share/gnome/help/grip/C/quit.png -share/gnome/help/grip/C/rewind.png -share/gnome/help/grip/C/ripconfig.png -share/gnome/help/grip/C/ripconfig2.png -share/gnome/help/grip/C/ripconfig3.png -share/gnome/help/grip/C/ripping.png -share/gnome/help/grip/C/ripprog.png -share/gnome/help/grip/C/ripsmall.png -share/gnome/help/grip/C/smile1.png -share/gnome/help/grip/C/smile2.png -share/gnome/help/grip/C/smile3.png -share/gnome/help/grip/C/smile4.png -share/gnome/help/grip/C/smile5.png -share/gnome/help/grip/C/smile6.png -share/gnome/help/grip/C/smile7.png -share/gnome/help/grip/C/smile8.png -share/gnome/help/grip/C/stop.png -share/gnome/help/grip/C/trkedit.png -share/gnome/help/grip/C/volume.png -share/gnome/pixmaps/gripicon.png -share/locale/be/LC_MESSAGES/grip-2.2.mo -share/locale/bg/LC_MESSAGES/grip-2.2.mo -share/locale/ca/LC_MESSAGES/grip-2.2.mo -share/locale/de/LC_MESSAGES/grip-2.2.mo -share/locale/es/LC_MESSAGES/grip-2.2.mo -share/locale/fi/LC_MESSAGES/grip-2.2.mo -share/locale/fr/LC_MESSAGES/grip-2.2.mo -share/locale/it/LC_MESSAGES/grip-2.2.mo -share/locale/ja/LC_MESSAGES/grip-2.2.mo -share/locale/pt_BR/LC_MESSAGES/grip-2.2.mo -share/locale/ru/LC_MESSAGES/grip-2.2.mo -share/locale/zh_CN/LC_MESSAGES/grip-2.2.mo -share/locale/zh_HK/LC_MESSAGES/grip-2.2.mo -share/locale/zh_TW/LC_MESSAGES/grip-2.2.mo -@dirrm share/gnome/help/grip/C -@dirrm share/gnome/help/grip -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/audio/gspeakers/Makefile b/audio/gspeakers/Makefile deleted file mode 100644 index a4a27a7b9..000000000 --- a/audio/gspeakers/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: gspeakers -# Date created: 10th December 2003 -# Whom: Vincent Tantardini <vinc@freebsd-fr.org> -# -# $FreeBSD$ - -PORTNAME= gspeakers -PORTVERSION= 0.11 -PORTREVISION= 4 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gnome-based loudspeaker design program - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 - -USE_XLIB= yes -USE_GCC= 3.4 -USE_GNOME= gnomeprefix gnometarget libxml2 -USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -CFLAGS+= -O0 - -.if defined(WITH_SPICE) -RUN_DEPENDS+= spice3:${PORTSDIR}/cad/spice -.else -RUN_DEPENDS+= gnucap:${PORTSDIR}/cad/gnucap -.endif - -post-extract: - @${FIND} ${WRKSRC} -type l -delete - -post-patch: - @${REINPLACE_CMD} -e 's|/gnome/apps/|/apps/|g' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|$$(datadir)/pixmaps|$$(pkgdatadir)/pixmaps|g' \ - ${WRKSRC}/pixmaps/Makefile.in - @${REINPLACE_CMD} -e 's|-Wall -O0|@CXXFLAGS@|g' \ - ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e 's|$$(datadir)/xml|$$(pkgdatadir)/xml|g' \ - ${WRKSRC}/xml/Makefile.in - @${FIND} ${WRKSRC} \( -name "*.cc" -or -name "*.xml" \) | \ - ${XARGS} ${REINPLACE_CMD} -e \ - 's|/share/pixmaps/|/share/gnome/gspeakers/pixmaps/|g ; \ - s|/share/xml/|/share/gnome/gspeakers/xml/|g' - -pre-configure: - @${CP} ${AUTOMAKE_DIR}/depcomp ${WRKSRC} - -.include <bsd.port.mk> diff --git a/audio/gspeakers/distinfo b/audio/gspeakers/distinfo deleted file mode 100644 index e416ef1b2..000000000 --- a/audio/gspeakers/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gspeakers-0.11.tar.gz) = 1a8ed81fe42000969e8b0d29f8156bae -SHA256 (gspeakers-0.11.tar.gz) = fe5941f9e17b57d47581b56afb47c35957bc1c1e254a2675a2ad913a9625dc3f -SIZE (gspeakers-0.11.tar.gz) = 546406 diff --git a/audio/gspeakers/pkg-descr b/audio/gspeakers/pkg-descr deleted file mode 100644 index 3240f1941..000000000 --- a/audio/gspeakers/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Gspeakers is a loudspeaker enclosure and crossovernetwork designer -for the GNOME2 desktop. - -WWW: http://gspeakers.sourceforge.net/ diff --git a/audio/gspeakers/pkg-plist b/audio/gspeakers/pkg-plist deleted file mode 100644 index 9cf972bac..000000000 --- a/audio/gspeakers/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/gspeakers -share/gnome/apps/Utilities/gspeakers.desktop -share/gnome/gspeakers/pixmaps/append_enclosure_24.png -share/gnome/gspeakers/pixmaps/append_plot_enclosure_24.png -share/gnome/gspeakers/pixmaps/delete_crossover_16.png -share/gnome/gspeakers/pixmaps/delete_crossover_24.png -share/gnome/gspeakers/pixmaps/delete_driver_16.png -share/gnome/gspeakers/pixmaps/delete_driver_24.png -share/gnome/gspeakers/pixmaps/delete_enclosure_16.png -share/gnome/gspeakers/pixmaps/delete_enclosure_24.png -share/gnome/gspeakers/pixmaps/delete_plot_16.png -share/gnome/gspeakers/pixmaps/delete_plot_24.png -share/gnome/gspeakers/pixmaps/driver_small.png -share/gnome/gspeakers/pixmaps/filter_small.png -share/gnome/gspeakers/pixmaps/measure_small.png -share/gnome/gspeakers/pixmaps/open_xml_16.png -share/gnome/gspeakers/pixmaps/open_xml_24.png -share/gnome/gspeakers/pixmaps/opt_enclosure_16.png -share/gnome/gspeakers/pixmaps/opt_enclosure_24.png -share/gnome/gspeakers/pixmaps/plot_16.png -share/gnome/gspeakers/pixmaps/save_as_xml_16.png -share/gnome/gspeakers/pixmaps/save_as_xml_24.png -share/gnome/gspeakers/pixmaps/save_xml_16.png -share/gnome/gspeakers/pixmaps/save_xml_24.png -share/gnome/gspeakers/pixmaps/speaker_small.png -share/gnome/gspeakers/pixmaps/stock_menu_about.png -share/gnome/gspeakers/pixmaps/stock_new_crossover_16.png -share/gnome/gspeakers/pixmaps/stock_new_crossover_copy_16.png -share/gnome/gspeakers/pixmaps/stock_new_crossover_copy_24.png -share/gnome/gspeakers/pixmaps/stock_new_crossover_xml_16.png -share/gnome/gspeakers/pixmaps/stock_new_crossover_xml_24.png -share/gnome/gspeakers/pixmaps/stock_new_driver_16.png -share/gnome/gspeakers/pixmaps/stock_new_driver_24.png -share/gnome/gspeakers/pixmaps/stock_new_driver_xml_16.png -share/gnome/gspeakers/pixmaps/stock_new_driver_xml_24.png -share/gnome/gspeakers/pixmaps/stock_new_enclosure_16.png -share/gnome/gspeakers/pixmaps/stock_new_enclosure_24.png -share/gnome/gspeakers/pixmaps/stock_new_enclosure_copy_16.png -share/gnome/gspeakers/pixmaps/stock_new_enclosure_copy_24.png -share/gnome/gspeakers/pixmaps/stock_new_enclosure_xml_16.png -share/gnome/gspeakers/pixmaps/stock_new_enclosure_xml_24.png -share/gnome/gspeakers/pixmaps/stock_plot_crossover_16.png -share/gnome/gspeakers/pixmaps/stock_plot_crossover_24.png -share/gnome/gspeakers/xml/box1.xml -share/gnome/gspeakers/xml/crossover1.xml -share/gnome/gspeakers/xml/morelmdt32s.frf -share/gnome/gspeakers/xml/peerles115dt-26-72sf.frf -share/gnome/gspeakers/xml/seasl14rcyp.frf -share/gnome/gspeakers/xml/seasl21rn4xp.frf -share/gnome/gspeakers/xml/seast14rcyph.frf -share/gnome/gspeakers/xml/vifa.xml -share/gnome/gspeakers/xml/vifad27tg-05-06.frf -share/gnome/gspeakers/xml/vifap21wo-20-08.frf -share/gnome/pixmaps/gspeakers.png -@dirrm share/gnome/gspeakers/xml -@dirrm share/gnome/gspeakers/pixmaps -@dirrm share/gnome/gspeakers diff --git a/audio/gstreamer-monkeysaudio/Makefile b/audio/gstreamer-monkeysaudio/Makefile deleted file mode 100644 index 0cf1436d5..000000000 --- a/audio/gstreamer-monkeysaudio/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gstreamer monkeysaudio -# Date created: Thu May 13 14:04:31 CEST 2004 -# Whom: Koop Mast <kwm@rainbow-runner.nl> -# -# $FreeBSD$ -# - -PORTNAME= gstreamer -PORTVERSION= 0.8.0 -PORTREVISION= 12 -CATEGORIES= audio -MASTER_SITES= http://gstreamer.freedesktop.org/src/gst${PKGNAMESUFFIX}/ -PKGNAMESUFFIX= -monkeysaudio -DISTNAME= gst${PKGNAMESUFFIX}-${PORTVERSION} - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= GStreamer plugin for monkeysaudio files - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= lthack gnomehack -USE_GSTREAMER80= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="${GST80_VERSION}" - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/GStreamer-monkeysaudio-permit \ - ${DOCSDIR}/GStreamer-monkeysaudio-permit -.endif -# register plugins - -@${LOCALBASE}/bin/gst-register-${GST_VERSION} \ - --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null - -.include <bsd.port.mk> diff --git a/audio/gstreamer-monkeysaudio/distinfo b/audio/gstreamer-monkeysaudio/distinfo deleted file mode 100644 index e1657c4f5..000000000 --- a/audio/gstreamer-monkeysaudio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gst-monkeysaudio-0.8.0.tar.bz2) = cda60097072e9f48316a76ef2e4d9925 -SHA256 (gst-monkeysaudio-0.8.0.tar.bz2) = 4fb12f1d2e845c9028e547aa7945aacd217e3f1602cf6ccae383ddb04de895b3 -SIZE (gst-monkeysaudio-0.8.0.tar.bz2) = 249562 diff --git a/audio/gstreamer-monkeysaudio/pkg-descr b/audio/gstreamer-monkeysaudio/pkg-descr deleted file mode 100644 index 2d66aad41..000000000 --- a/audio/gstreamer-monkeysaudio/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gstreamer plugins for playing monkeysaudio (.ape) files. - -WWW: http://gstreamer.freedesktop.org diff --git a/audio/gstreamer-monkeysaudio/pkg-plist b/audio/gstreamer-monkeysaudio/pkg-plist deleted file mode 100644 index 05a24a2ee..000000000 --- a/audio/gstreamer-monkeysaudio/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -lib/gstreamer-%%VERSION%%/libgstmonkeysaudio.a -lib/gstreamer-%%VERSION%%/libgstmonkeysaudio.la -lib/gstreamer-%%VERSION%%/libgstmonkeysaudio.so -%%PORTDOCS%%%%DOCSDIR%%/GStreamer-monkeysaudio-permit -@exec %%LOCALBASE%%/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@unexec %%LOCALBASE%%/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true diff --git a/audio/gstreamer-plugins-pulse/Makefile b/audio/gstreamer-plugins-pulse/Makefile deleted file mode 100644 index a8414f0d0..000000000 --- a/audio/gstreamer-plugins-pulse/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-pulse -# Date created: July 22, 2006 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gstreamer-plugins -PORTVERSION= 0.9.3 -CATEGORIES= audio -MASTER_SITES= http://0pointer.de/lennart/projects/gst-pulse/ -PKGNAMESUFFIX= -pulse -DISTNAME= gst${PKGNAMESUFFIX}-${PORTVERSION} - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= GStreamer plugin for pulseaudio - -LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= lthack gnomehack -USE_GSTREAMER= yes -CONFIGURE_ARGS= --disable-lynx -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_FILES= lib/gstreamer-0.10/libgstpulse.a \ - lib/gstreamer-0.10/libgstpulse.la \ - lib/gstreamer-0.10/libgstpulse.so \ - lib/gstreamer-0.10/libgstpulse.so.0 - -.include <bsd.port.mk> diff --git a/audio/gstreamer-plugins-pulse/distinfo b/audio/gstreamer-plugins-pulse/distinfo deleted file mode 100644 index 45e5faacc..000000000 --- a/audio/gstreamer-plugins-pulse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gst-pulse-0.9.3.tar.gz) = 70c1897c7a51589797984a67dab90c86 -SHA256 (gst-pulse-0.9.3.tar.gz) = abcd8d3e7941e3c6ac8b71cad9b886c78b09b24db760b73eaf85ed92e9ea7aee -SIZE (gst-pulse-0.9.3.tar.gz) = 331324 diff --git a/audio/gstreamer-plugins-pulse/pkg-descr b/audio/gstreamer-plugins-pulse/pkg-descr deleted file mode 100644 index 4091cea11..000000000 --- a/audio/gstreamer-plugins-pulse/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gstreamer plugins for pulseaudio - -WWW: http://0pointer.de/lennart/projects/gst-pulse/ diff --git a/audio/jamboree/Makefile b/audio/jamboree/Makefile deleted file mode 100644 index 5e3e1cf69..000000000 --- a/audio/jamboree/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: jamboree -# Date created: 08 Oct 2003 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= jamboree -PORTVERSION= 0.5 -PORTREVISION= 6 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= A simple GNOME music player - -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm - -USE_BZIP2= yes -USE_XLIB= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libglade2 -USE_GSTREAMER80= vorbis mad gconf -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - GST_INSPECT="${LOCALBASE}/bin/gst-inspect-0.8" -GCONF_SCHEMAS= jamboree.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|^\(@GCONF_SCHEMAS_INSTALL_TRUE@\) |\1 |' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/audio/jamboree/distinfo b/audio/jamboree/distinfo deleted file mode 100644 index 1157a6d88..000000000 --- a/audio/jamboree/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jamboree-0.5.tar.bz2) = 23a0b5e3eda5e73bf838af66ba4b3180 -SHA256 (jamboree-0.5.tar.bz2) = 09d0f302668f9e56ad5dcb47cd7de64b72a0c2eae20329be64bf3c7e3f45a4f0 -SIZE (jamboree-0.5.tar.bz2) = 430659 diff --git a/audio/jamboree/files/patch-src_Makefile.in b/audio/jamboree/files/patch-src_Makefile.in deleted file mode 100644 index d77847729..000000000 --- a/audio/jamboree/files/patch-src_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- src/Makefile.in.orig Tue Sep 28 05:07:49 2004 -+++ src/Makefile.in Sat Jan 28 01:02:06 2006 -@@ -279,8 +279,7 @@ - target_alias = @target_alias@ - INCLUDES = @JAMBOREE_CFLAGS@ \ - -DDATADIR=\""$(datadir)"\" \ -- -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \ -- $(WARN_CFLAGS) -+ -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED $(WARN_CFLAGS) - - @HAVE_DBUS_TRUE@dbus_sources = dbus.c dbus.h - jamboree_built_headers = jamboree-marshal.h diff --git a/audio/jamboree/pkg-descr b/audio/jamboree/pkg-descr deleted file mode 100644 index 14f7493e2..000000000 --- a/audio/jamboree/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Jamboree is a simple GStreamer based music player for the GNOME -desktop. - -WWW: http://www.imendio.com/projects/jamboree/ - -- Jean-Yves Lefort <jylefort@FreeBSD.org> diff --git a/audio/jamboree/pkg-plist b/audio/jamboree/pkg-plist deleted file mode 100644 index 650e57727..000000000 --- a/audio/jamboree/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -bin/jamboree -share/gnome/applications/jamboree.desktop -share/gnome/jamboree/jamboree-next.png -share/gnome/jamboree/jamboree-note.png -share/gnome/jamboree/jamboree-pause.png -share/gnome/jamboree/jamboree-play.png -share/gnome/jamboree/jamboree-playlist-library.png -share/gnome/jamboree/jamboree-playlist-regular.png -share/gnome/jamboree/jamboree-playlist-smart.png -share/gnome/jamboree/jamboree-prev.png -share/gnome/jamboree/jamboree-random.png -share/gnome/jamboree/jamboree-small-blank.png -share/gnome/jamboree/jamboree-small-pause.png -share/gnome/jamboree/jamboree-stop.png -share/gnome/jamboree/jamboree-volume-max.png -share/gnome/jamboree/jamboree-volume-medium.png -share/gnome/jamboree/jamboree-volume-min.png -share/gnome/jamboree/jamboree-volume-zero.png -share/gnome/jamboree/jamboree.glade -share/gnome/jamboree/smart-playlist-dialog.glade -share/gnome/jamboree/song-properties.glade -share/gnome/pixmaps/jamboree.png -share/locale/az/LC_MESSAGES/jamboree.mo -share/locale/ca/LC_MESSAGES/jamboree.mo -share/locale/cs/LC_MESSAGES/jamboree.mo -share/locale/de/LC_MESSAGES/jamboree.mo -share/locale/en_CA/LC_MESSAGES/jamboree.mo -share/locale/en_GB/LC_MESSAGES/jamboree.mo -share/locale/es/LC_MESSAGES/jamboree.mo -share/locale/fi/LC_MESSAGES/jamboree.mo -share/locale/fr/LC_MESSAGES/jamboree.mo -share/locale/hr/LC_MESSAGES/jamboree.mo -share/locale/nl/LC_MESSAGES/jamboree.mo -share/locale/no/LC_MESSAGES/jamboree.mo -share/locale/pt/LC_MESSAGES/jamboree.mo -share/locale/pt_BR/LC_MESSAGES/jamboree.mo -share/locale/sr/LC_MESSAGES/jamboree.mo -share/locale/sr@Latn/LC_MESSAGES/jamboree.mo -share/locale/sv/LC_MESSAGES/jamboree.mo -@dirrm share/gnome/jamboree -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/audio/lindele/Makefile b/audio/lindele/Makefile deleted file mode 100644 index 1583d23e4..000000000 --- a/audio/lindele/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: lindele -# Date created: 26 Jul 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= lindele -PORTVERSION= 0.1.1 -PORTREVISION= 5 -CATEGORIES= audio -MASTER_SITES= http://download.gna.org/${PORTNAME}/ - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= Yet another simple GNOME music player - -RUN_DEPENDS= musicbox-tag-editor:${PORTSDIR}/audio/musicbox-tag-editor -LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ - tag:${PORTSDIR}/audio/taglib - -USE_XLIB= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_GSTREAMER80= gconf -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|musicbox|musicbox-tag-editor|g' \ - ${WRKSRC}/src/gui.c \ - ${WRKSRC}/src/lindele.c - @${REINPLACE_CMD} -e 's|@prefix@/share|@datadir@|' \ - ${WRKSRC}/data/lindele.glade.in - -.include <bsd.port.mk> diff --git a/audio/lindele/distinfo b/audio/lindele/distinfo deleted file mode 100644 index fc1da08c6..000000000 --- a/audio/lindele/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (lindele-0.1.1.tar.gz) = 6d5387fd607fe0516bcc3ddd84dc4a77 -SHA256 (lindele-0.1.1.tar.gz) = d0aaa1b3a5be06711c5bac5dda6669c3056b510e01ccc355659a3d931f8ec363 -SIZE (lindele-0.1.1.tar.gz) = 168572 diff --git a/audio/lindele/files/patch-src::gui.c b/audio/lindele/files/patch-src::gui.c deleted file mode 100644 index 794d1f856..000000000 --- a/audio/lindele/files/patch-src::gui.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/gui.c.orig Tue Jan 18 02:32:02 2005 -+++ src/gui.c Tue Jan 18 02:32:04 2005 -@@ -303,7 +303,6 @@ - - gboolean on_tree_popup_menu (GtkWidget *widget) - { -- g_printf("got popup-menu signal\n"); - popup_context_menu(widget,NULL); - return TRUE; - } diff --git a/audio/lindele/files/patch-src::lindele.c b/audio/lindele/files/patch-src::lindele.c deleted file mode 100644 index 032bb4f77..000000000 --- a/audio/lindele/files/patch-src::lindele.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/lindele.c.orig Tue Jan 18 02:30:18 2005 -+++ src/lindele.c Tue Jan 18 02:30:28 2005 -@@ -82,6 +82,7 @@ - const gchar *documenters[] = {NULL}; - const gchar *translator_credits = NULL; - GdkPixbuf *logo_pixbuf = gdk_pixbuf_new_from_file(LINDELE_PNG,NULL); -+ gchar *gladepath; - - object->mmkeys = mmkeys_new(); - object->player = init_player(); -@@ -90,7 +91,7 @@ - object->random = FALSE; - object->repeat = FALSE; - -- gchar* gladepath = g_strconcat(DATADIR,"/lindele/lindele.glade",NULL); -+ gladepath = g_strconcat(DATADIR,"/lindele/lindele.glade",NULL); - //gchar* gladepath = g_strconcat("/home/link/Hacking/lindele/lindele-head/data/lindele.glade",NULL); - - object->xml = glade_xml_new (gladepath, NULL, NULL); diff --git a/audio/lindele/files/patch-src::main.c b/audio/lindele/files/patch-src::main.c deleted file mode 100644 index 4410b1ec8..000000000 --- a/audio/lindele/files/patch-src::main.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/main.c.orig Tue Jan 18 02:24:29 2005 -+++ src/main.c Tue Jan 18 02:24:53 2005 -@@ -21,6 +21,8 @@ - int - main (int argc, char *argv[]) - { -+ Lindele *lindele; -+ - gst_init(&argc, &argv); - glade_init(); - gnome_program_init ("lindele", VERSION, -@@ -28,7 +30,7 @@ - argc, argv, - GNOME_PARAM_APP_DATADIR, DATADIR, NULL); - -- Lindele *lindele = lindele_new(); -+ lindele = lindele_new(); - - gtk_main(); - diff --git a/audio/lindele/files/patch-src::playlist.c b/audio/lindele/files/patch-src::playlist.c deleted file mode 100644 index 99cc8d200..000000000 --- a/audio/lindele/files/patch-src::playlist.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/playlist.c.orig Tue Jan 18 02:25:55 2005 -+++ src/playlist.c Tue Jan 18 02:25:57 2005 -@@ -458,7 +458,6 @@ - void - popup_context_menu(GtkWidget *widget, GdkEventButton *event) - { -- g_printf("entry into popup_context_menu\n"); - GtkWidget *menu,*menuitem; - int button, event_time; - diff --git a/audio/lindele/pkg-descr b/audio/lindele/pkg-descr deleted file mode 100644 index f7dbc0e3d..000000000 --- a/audio/lindele/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Lindele is a simple music player for the GNOME Desktop. It has basic -playlist support, random, repeat, searching, sorting, and a -notification area icon. It can edit ID3, Vorbis and FLAC tags via -MusicBox. - -- Jean-Yves Lefort -jylefort@FreeBSD.org diff --git a/audio/lindele/pkg-plist b/audio/lindele/pkg-plist deleted file mode 100644 index 2ca7e7d0d..000000000 --- a/audio/lindele/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/lindele -share/gnome/applications/lindele.desktop -share/gnome/lindele/lindele.glade -share/gnome/lindele/load.png -share/gnome/lindele/next.png -share/gnome/lindele/pause.png -share/gnome/lindele/play.png -share/gnome/lindele/playing.png -share/gnome/lindele/prev.png -share/gnome/lindele/stop.png -share/gnome/pixmaps/lindele.png -@dirrm share/gnome/lindele diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile deleted file mode 100644 index 69e9d7145..000000000 --- a/audio/liteamp/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: liteamp -# Date created: 24 June 2003 -# Whom: Hye-Shik Chang <perky@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= liteamp -PORTVERSION= 0.2.3.2 -PORTREVISION= 9 -CATEGORIES= audio gnome -MASTER_SITES= http://kldp.net/frs/download.php/547/ - -MAINTAINER= perky@FreeBSD.org -COMMENT= Light-weight Music Player for GNOME2 - -LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ - mad.2:${PORTSDIR}/audio/mad \ - vorbisfile.4:${PORTSDIR}/audio/libvorbis - -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libgnomeui gnomeprefix -.ifndef WITHOUT_NLS -USE_GETTEXT= yes -.endif -GNU_CONFIGURE= yes -CONFIGURE_ARGS= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" - -MAN1= liteamp.1 - -post-patch: - ${REINPLACE_CMD} -e '15s,^,#include <pthread.h>,' \ - ${WRKSRC}/src/decoder.c - -.include <bsd.port.mk> diff --git a/audio/liteamp/distinfo b/audio/liteamp/distinfo deleted file mode 100644 index d79a48f1d..000000000 --- a/audio/liteamp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (liteamp-0.2.3.2.tar.gz) = 327ac0402b05266976c85f84682310f5 -SHA256 (liteamp-0.2.3.2.tar.gz) = 16182b4499bb5a2ddaba6ea01066f98248ac4878e7abd4b08268605f17f4075f -SIZE (liteamp-0.2.3.2.tar.gz) = 272863 diff --git a/audio/liteamp/pkg-descr b/audio/liteamp/pkg-descr deleted file mode 100644 index 97b105561..000000000 --- a/audio/liteamp/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A light-weight music player for GNOME - -WWW: http://kldp.net/projects/liteamp diff --git a/audio/liteamp/pkg-plist b/audio/liteamp/pkg-plist deleted file mode 100644 index 7faf25930..000000000 --- a/audio/liteamp/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -bin/liteamp -share/locale/ko/LC_MESSAGES/liteamp.mo -share/gnome/pixmaps/liteamp.png -share/gnome/pixmaps/liteamp/adddir.png -share/gnome/pixmaps/liteamp/addfile.png -share/gnome/pixmaps/liteamp/icon-view.png -share/gnome/pixmaps/liteamp/ladder-view.png -share/gnome/pixmaps/liteamp/liteamp-logo.png -share/gnome/pixmaps/liteamp/liteamp.png -share/gnome/pixmaps/liteamp/loop.png -share/gnome/pixmaps/liteamp/next.png -share/gnome/pixmaps/liteamp/pause.png -share/gnome/pixmaps/liteamp/play.png -share/gnome/pixmaps/liteamp/playlist-all.png -share/gnome/pixmaps/liteamp/playlist-audiocd.png -share/gnome/pixmaps/liteamp/playlist-favorites.png -share/gnome/pixmaps/liteamp/playlist-radio.png -share/gnome/pixmaps/liteamp/playlist.png -share/gnome/pixmaps/liteamp/pos.png -share/gnome/pixmaps/liteamp/prev.png -share/gnome/pixmaps/liteamp/seek.png -share/gnome/pixmaps/liteamp/shuffle.png -share/gnome/pixmaps/liteamp/start.png -share/gnome/pixmaps/liteamp/stop.png -share/gnome/pixmaps/liteamp/tree-view.png -share/gnome/pixmaps/liteamp/vol.png -share/gnome/pixmaps/liteamp/vol_down.png -share/gnome/pixmaps/liteamp/vol_mute.png -share/gnome/pixmaps/liteamp/vol_up.png -share/gnome/applications/liteamp.desktop -@dirrm share/gnome/pixmaps/liteamp -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko diff --git a/audio/marlin/Makefile b/audio/marlin/Makefile deleted file mode 100644 index f7a94fe80..000000000 --- a/audio/marlin/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: marlin -# Date created: 16 Nov 2003 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= marlin -PORTVERSION= 0.9 -PORTREVISION= 4 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= pav@FreeBSD.org -COMMENT= Sample editor for GNOME 2 using Gstreamer backend - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid - -BROKEN= does not build with new nautilus-cd-burner - -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnometarget intlhack libgnomeui nautiluscdburner -USE_GSTREAMER80= flac gconf mad vorbis -INSTALLS_OMF= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lcam" - -GCONF_SCHEMAS= marlin.schemas - -.if !defined(PACKAGE_BUILDING) || defined(WITH_LAME) -USE_GSTREAMER+= lame -.endif - -.include <bsd.port.mk> diff --git a/audio/marlin/distinfo b/audio/marlin/distinfo deleted file mode 100644 index e95e5a051..000000000 --- a/audio/marlin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (marlin-0.9.tar.gz) = 2b6e43f3e5cc19d677025b04376d332b -SHA256 (marlin-0.9.tar.gz) = f7198cd69d18979b49bb736cd9e0344d0da063313a4304ab5b8c66564f1bd3e3 -SIZE (marlin-0.9.tar.gz) = 1145273 diff --git a/audio/marlin/files/patch-marlin-marlin-channel.h b/audio/marlin/files/patch-marlin-marlin-channel.h deleted file mode 100644 index a099f3cd3..000000000 --- a/audio/marlin/files/patch-marlin-marlin-channel.h +++ /dev/null @@ -1,10 +0,0 @@ ---- marlin/marlin-channel.h.orig Sat Oct 11 01:02:22 2003 -+++ marlin/marlin-channel.h Sun Nov 16 23:53:22 2003 -@@ -22,6 +22,7 @@ - #ifndef __MARLIN_CHANNEL_H__ - #define __MARLIN_CHANNEL_H__ - -+#include <sys/types.h> - #include <glib.h> - - #include <marlin/marlin-types.h> diff --git a/audio/marlin/files/patch-marlin-marlin-sample-view.c b/audio/marlin/files/patch-marlin-marlin-sample-view.c deleted file mode 100644 index 1b593f512..000000000 --- a/audio/marlin/files/patch-marlin-marlin-sample-view.c +++ /dev/null @@ -1,12 +0,0 @@ ---- marlin/marlin-sample-view.c.orig Tue Jul 12 17:57:56 2005 -+++ marlin/marlin-sample-view.c Wed Jul 13 17:51:32 2005 -@@ -179,6 +179,9 @@ - static void scroll_to (MarlinSampleView *view, - int x); - -+void marlin_sample_view_vzoom_in (MarlinSampleView *view); -+void marlin_sample_view_vzoom_out (MarlinSampleView *view); -+ - /* Stuff to register the coverage enum */ - #define MARLIN_TYPE_COVERAGE (coverage_get_type ()) - static GType diff --git a/audio/marlin/files/patch-src-libegg-egg-toolbar-editor.c b/audio/marlin/files/patch-src-libegg-egg-toolbar-editor.c deleted file mode 100644 index 3d8ff6e7f..000000000 --- a/audio/marlin/files/patch-src-libegg-egg-toolbar-editor.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/libegg/egg-toolbar-editor.c.orig Sat Jul 3 16:37:44 2004 -+++ src/libegg/egg-toolbar-editor.c Sat Jul 3 16:38:00 2004 -@@ -102,12 +102,12 @@ - static gint - compare_actions (gconstpointer a, gconstpointer b) - { -- g_return_val_if_fail (GTK_IS_ACTION (a), 0); -- g_return_val_if_fail (GTK_IS_ACTION (b), 0); -- - GValue value_a = { 0, }, value_b = { 0, }; - const char *short_label_a, *short_label_b; - int ret; -+ -+ g_return_val_if_fail (GTK_IS_ACTION (a), 0); -+ g_return_val_if_fail (GTK_IS_ACTION (b), 0); - - g_value_init (&value_a, G_TYPE_STRING); - g_object_get_property (G_OBJECT (a), "short_label", &value_a); diff --git a/audio/marlin/files/patch-src-marlin-window.c b/audio/marlin/files/patch-src-marlin-window.c deleted file mode 100644 index 81b37e3c5..000000000 --- a/audio/marlin/files/patch-src-marlin-window.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/marlin-window.c.orig Wed Jul 13 13:06:02 2005 -+++ src/marlin-window.c Wed Jul 13 17:50:41 2005 -@@ -213,6 +213,7 @@ - void marlin_window_set_edit_name (MarlinWindow *window); - void marlin_window_pause_sample (MarlinWindow *window); - void marlin_window_save_sample_as (MarlinWindow *window); -+void marlin_window_repeat_sample (MarlinWindow *window); - - static GtkWindowClass *parent_class = NULL; - static guint signals[LAST_SIGNAL]; diff --git a/audio/marlin/files/patch-src_marlin-cdda-record.c b/audio/marlin/files/patch-src_marlin-cdda-record.c deleted file mode 100644 index 2420b3909..000000000 --- a/audio/marlin/files/patch-src_marlin-cdda-record.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/marlin-cdda-record.c.orig Mon Nov 17 12:45:49 2003 -+++ src/marlin-cdda-record.c Mon Nov 17 12:46:17 2003 -@@ -506,7 +506,7 @@ - if (res) { - if (i > 0) { - char *start_str, *finish_str, *length_str; -- gint64 length = time - time_count;; -+ gint64 length = time - time_count; - char *full; - - cdda->track_starts[i] = time; diff --git a/audio/marlin/files/patch-src_marlin-window-menu.c b/audio/marlin/files/patch-src_marlin-window-menu.c deleted file mode 100644 index 47139a1d8..000000000 --- a/audio/marlin/files/patch-src_marlin-window-menu.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/marlin-window-menu.c.orig Thu Aug 5 12:47:19 2004 -+++ src/marlin-window-menu.c Wed Aug 11 22:06:41 2004 -@@ -634,8 +634,8 @@ - GtkWidget *editor, *dialog; - EphyToolbarsModel *model; - Toolbar *toolbar; -- GtkUIManager *ui_manager = marlin_window_get_menu_merge (MARLIN_WINDOW (data));; - char *xml; -+ GtkUIManager *ui_manager = marlin_window_get_menu_merge (MARLIN_WINDOW (data));; - - toolbar = marlin_window_get_toolbar (MARLIN_WINDOW (data)); - model = marlin_get_toolbars_model (); diff --git a/audio/marlin/pkg-descr b/audio/marlin/pkg-descr deleted file mode 100644 index a9542529e..000000000 --- a/audio/marlin/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Marlin is a audio sample editor for GNOME 2. It uses Gstreamer as a backend -to provide support for numerous file formats. Marlin can also record -from microphone or rip audio from CD. - -WWW: http://marlin.sourceforge.net/ diff --git a/audio/marlin/pkg-plist b/audio/marlin/pkg-plist deleted file mode 100644 index b5e9fbd59..000000000 --- a/audio/marlin/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/marlin -include/libmarlin/marlin-a11y-helper.h -include/libmarlin/marlin-block.h -include/libmarlin/marlin-cross-fader.h -include/libmarlin/marlin-cursors.h -include/libmarlin/marlin-file.h -include/libmarlin/marlin-file-chooser.h -include/libmarlin/marlin-file-utils.h -include/libmarlin/marlin-gst-extras.h -include/libmarlin/marlin-channel.h -include/libmarlin/marlin-level-ruler.h -include/libmarlin/marlin-load-pipeline.h -include/libmarlin/marlin-marker-model.h -include/libmarlin/marlin-marker-view.h -include/libmarlin/marlin-msgport.h -include/libmarlin/marlin-mt.h -include/libmarlin/marlin-object.h -include/libmarlin/marlin-operation.h -include/libmarlin/marlin-overview-bar.h -include/libmarlin/marlin-pipeline.h -include/libmarlin/marlin-play-pipeline.h -include/libmarlin/marlin-position-spinner.h -include/libmarlin/marlin-program.h -include/libmarlin/marlin-read-write-lock.h -include/libmarlin/marlin-record-pipeline.h -include/libmarlin/marlin-sample.h -include/libmarlin/marlin-sample-drawing.h -include/libmarlin/marlin-sample-element.h -include/libmarlin/marlin-sample-selection.h -include/libmarlin/marlin-sample-view.h -include/libmarlin/marlin-save-pipeline.h -include/libmarlin/marlin-stock.h -include/libmarlin/marlin-time-line.h -include/libmarlin/marlin-types.h -include/libmarlin/marlin-undo-manager.h -include/libmarlin/marlin-undoable.h -include/libmarlin/marlin-utils.h -include/libmarlin/marlin-x-utils.h -lib/libmarlinx.a -lib/libmarlinx.la -lib/libmarlinx.so -lib/libmarlinx.so.0 -lib/libmarlin.a -lib/libmarlin.la -lib/libmarlin.so -lib/libmarlin.so.0 -share/gnome/applications/marlin.desktop -share/gnome/help/marlin/C/figures/marlin-main-window.png -share/gnome/help/marlin/C/figures/new_sample_dialog.png -share/gnome/help/marlin/C/figures/new_sample_dialog_cancel.png -share/gnome/help/marlin/C/figures/new_sample_dialog_create.png -share/gnome/help/marlin/C/figures/new_sample_dialog_help.png -share/gnome/help/marlin/C/figures/new_sample_dialog_channels.png -share/gnome/help/marlin/C/figures/new_sample_dialog_rate.png -share/gnome/help/marlin/C/legal.xml -share/gnome/help/marlin/C/marlin.xml -share/gnome/marlin/ui/marlin.xml -share/gnome/marlin/ui/toolbars.xml -share/gnome/marlin/ui/toolbar-popup-ui.xml -share/gnome/omf/marlin/marlin-C.omf -share/gnome/pixmaps/marlin/hand-open.png -share/gnome/pixmaps/marlin/marlin-cdda-extract.png -share/gnome/pixmaps/marlin/marlin-ffwd.png -share/gnome/pixmaps/marlin/marlin-icon.png -share/gnome/pixmaps/marlin/marlin-logo.png -share/gnome/pixmaps/marlin/marlin-new-sample.png -share/gnome/pixmaps/marlin/marlin-next.png -share/gnome/pixmaps/marlin/marlin-paste-as-new.png -share/gnome/pixmaps/marlin/marlin-pause.png -share/gnome/pixmaps/marlin/marlin-play.png -share/gnome/pixmaps/marlin/marlin-previous.png -share/gnome/pixmaps/marlin/marlin-record.png -share/gnome/pixmaps/marlin/marlin-repeat.png -share/gnome/pixmaps/marlin/marlin-rewind.png -share/gnome/pixmaps/marlin/marlin-selection-grow.png -share/gnome/pixmaps/marlin/marlin-selection-shrink.png -share/gnome/pixmaps/marlin/marlin-select-all.png -share/gnome/pixmaps/marlin/marlin-select-none.png -share/gnome/pixmaps/marlin/marlin-sound-properties.png -share/gnome/pixmaps/marlin/marlin-stop.png -share/gnome/pixmaps/marlin/marlin-zoom-in-h.png -share/gnome/pixmaps/marlin/marlin-zoom-in-v.png -share/gnome/pixmaps/marlin/marlin-zoom-out-h.png -share/gnome/pixmaps/marlin/marlin-zoom-out-v.png -share/locale/ca/LC_MESSAGES/marlin.mo -share/locale/cs/LC_MESSAGES/marlin.mo -share/locale/de/LC_MESSAGES/marlin.mo -share/locale/el/LC_MESSAGES/marlin.mo -share/locale/en_CA/LC_MESSAGES/marlin.mo -share/locale/en_GB/LC_MESSAGES/marlin.mo -share/locale/es/LC_MESSAGES/marlin.mo -share/locale/fr/LC_MESSAGES/marlin.mo -share/locale/ga/LC_MESSAGES/marlin.mo -share/locale/hr/LC_MESSAGES/marlin.mo -share/locale/it/LC_MESSAGES/marlin.mo -share/locale/ko/LC_MESSAGES/marlin.mo -share/locale/nb/LC_MESSAGES/marlin.mo -share/locale/nl/LC_MESSAGES/marlin.mo -share/locale/no/LC_MESSAGES/marlin.mo -share/locale/pa/LC_MESSAGES/marlin.mo -share/locale/pt/LC_MESSAGES/marlin.mo -share/locale/pt_BR/LC_MESSAGES/marlin.mo -share/locale/rw/LC_MESSAGES/marlin.mo -share/locale/sr/LC_MESSAGES/marlin.mo -share/locale/sr@Latn/LC_MESSAGES/marlin.mo -share/locale/sv/LC_MESSAGES/marlin.mo -share/locale/tr/LC_MESSAGES/marlin.mo -share/locale/zh_CN/LC_MESSAGES/marlin.mo -@dirrm share/gnome/pixmaps/marlin -@dirrm share/gnome/omf/marlin -@dirrm share/gnome/marlin/ui -@dirrm share/gnome/marlin -@dirrm share/gnome/help/marlin/C/figures -@dirrm share/gnome/help/marlin/C -@dirrm share/gnome/help/marlin -@dirrm include/libmarlin -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/audio/muine/Makefile b/audio/muine/Makefile deleted file mode 100644 index ecdfa475d..000000000 --- a/audio/muine/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: muine -# Date created: 20040615 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# -# $FreeBSD$ -# $Id: Makefile,v 1.5 2006-10-13 18:32:00 marcus Exp $ -# - -PORTNAME= muine -PORTVERSION= 0.8.5 -PORTREVISION= 2 -CATEGORIES= audio gnome -MASTER_SITES= http://muine-player.org/releases/ - -MAINTAINER= bsd-sharp-list@forge.novell.com -COMMENT= Mono based Gnome audio player - -LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - gdbm:${PORTSDIR}/databases/gdbm \ - vorbis.3:${PORTSDIR}/audio/libvorbis \ - musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz -BUILD_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ - ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp -RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ - ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp - -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intltool libgnomeui -USE_XLIB= yes -GNU_CONFIGURE= yes - -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - GACUTIL_FLAGS="/package muine /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir)" - -GCONF_SCHEMAS= muine.schemas - -OPTIONS= XINE "Enable Xine backend" off \ - FAAD "Enable faad support" off - -.include <bsd.port.pre.mk> -.if defined (WITH_FAAD) -LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad -.else -CONFIGURE_ARGS+= --disable-faad2 -.endif - -.if defined (WITH_XINE) -CONFIGURE_ARGS+= --enable-xine=yes -LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine -.else -USE_GSTREAMER80+= gconf -CONFIGURE_ARGS+= --enable-gstreamer=0.8 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/dbus-1.0|(prefix)/share/dbus-1|g' \ - ${WRKSRC}/data/Makefile.in - @${REINPLACE_CMD} -e 's|libmusicbrainz.so.4|libmusicbrainz.so|g' \ - ${WRKSRC}/src/muine.exe.config.in - -post-install: - ${MKDIR} ${PREFIX}/lib/muine/plugins -.for _plugin in TrayIcon.dll DashboardPlugin.dll - ${INSTALL_DATA} ${WRKSRC}/plugins/${_plugin} ${PREFIX}/lib/muine/plugins -.endfor - -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" -.include <bsd.port.post.mk> diff --git a/audio/muine/distinfo b/audio/muine/distinfo deleted file mode 100644 index 5c7e9e801..000000000 --- a/audio/muine/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (muine-0.8.5.tar.gz) = 6960b21da5fd5cbc7a2e5a93a7bcd2a2 -SHA256 (muine-0.8.5.tar.gz) = 998eaf9fcd5859eccc75ba5f0d1d6b8f1d161a3006889528f5a5598ed1ec31f3 -SIZE (muine-0.8.5.tar.gz) = 701852 diff --git a/audio/muine/files/patch-plugins_Makefile.in b/audio/muine/files/patch-plugins_Makefile.in deleted file mode 100644 index 376f2b9ab..000000000 --- a/audio/muine/files/patch-plugins_Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- plugins/Makefile.in.orig Wed Feb 15 02:50:49 2006 -+++ plugins/Makefile.in Wed Feb 15 10:42:55 2006 -@@ -503,7 +503,8 @@ - done - check-am: all-am - check: check-am --all-am: Makefile $(LTLIBRARIES) $(DATA) -+#all-am: Makefile $(LTLIBRARIES) $(DATA) -+all-am: - - installdirs: - $(mkinstalldirs) $(DESTDIR)$(muinelibdir) $(DESTDIR)$(plugindir) -@@ -551,7 +552,7 @@ - - info-am: - --install-data-am: install-muinelibLTLIBRARIES install-pluginDATA -+#install-data-am: install-muinelibLTLIBRARIES install-pluginDATA - - install-exec-am: - diff --git a/audio/muine/pkg-descr b/audio/muine/pkg-descr deleted file mode 100644 index 738c7a973..000000000 --- a/audio/muine/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Muine is a music player for GNOME using Mono. It features: - -* A simple, intuitive user interface -* Ogg Vorbis, FLAC and MP3 music playback support -* Automatic album-cover fetching -* Support for embedded ID3v2 album images -* ReplayGain support -* Support for multiple artist and performer tags per song -* A system tray icon -* Translations into many languages - -WWW: http://muine-player.org diff --git a/audio/muine/pkg-plist b/audio/muine/pkg-plist deleted file mode 100644 index 23a4ebcb7..000000000 --- a/audio/muine/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -bin/muine -lib/mono/gac/muine-dbus/1.0.0.0__e6bf890338fa2913/muine-dbus.dll -lib/mono/gac/muine-plugin/1.0.0.0__e6bf890338fa2913/muine-plugin.dll -lib/mono/muine/muine-dbus.dll -lib/mono/muine/muine-plugin.dll -lib/monodoc/sources/muine-docs.source -lib/monodoc/sources/muine-docs.tree -lib/monodoc/sources/muine-docs.zip -lib/muine/libmuine.a -lib/muine/libmuine.la -lib/muine/libmuine.so -lib/muine/libmuine.so.0 -lib/muine/muine.exe -lib/muine/muine.exe.config -lib/muine/plugins/DashboardPlugin.dll -lib/muine/plugins/TrayIcon.dll -libdata/pkgconfig/muine-dbus.pc -libdata/pkgconfig/muine-plugin.pc -share/dbus-1/services/org.gnome.Muine.service -share/gnome/applications/muine.desktop -share/gnome/pixmaps/muine.png -share/locale/az/LC_MESSAGES/muine.mo -share/locale/bg/LC_MESSAGES/muine.mo -share/locale/ca/LC_MESSAGES/muine.mo -share/locale/cs/LC_MESSAGES/muine.mo -share/locale/da/LC_MESSAGES/muine.mo -share/locale/de/LC_MESSAGES/muine.mo -share/locale/en_CA/LC_MESSAGES/muine.mo -share/locale/en_GB/LC_MESSAGES/muine.mo -share/locale/es/LC_MESSAGES/muine.mo -share/locale/et/LC_MESSAGES/muine.mo -share/locale/eu/LC_MESSAGES/muine.mo -share/locale/fi/LC_MESSAGES/muine.mo -share/locale/fr/LC_MESSAGES/muine.mo -share/locale/hr/LC_MESSAGES/muine.mo -share/locale/hu/LC_MESSAGES/muine.mo -share/locale/is/LC_MESSAGES/muine.mo -share/locale/ja/LC_MESSAGES/muine.mo -share/locale/ko/LC_MESSAGES/muine.mo -share/locale/lt/LC_MESSAGES/muine.mo -share/locale/ms/LC_MESSAGES/muine.mo -share/locale/nb/LC_MESSAGES/muine.mo -share/locale/ne/LC_MESSAGES/muine.mo -share/locale/nl/LC_MESSAGES/muine.mo -share/locale/pa/LC_MESSAGES/muine.mo -share/locale/pl/LC_MESSAGES/muine.mo -share/locale/pt/LC_MESSAGES/muine.mo -share/locale/pt_BR/LC_MESSAGES/muine.mo -share/locale/ro/LC_MESSAGES/muine.mo -share/locale/ru/LC_MESSAGES/muine.mo -share/locale/rw/LC_MESSAGES/muine.mo -share/locale/sk/LC_MESSAGES/muine.mo -share/locale/sr/LC_MESSAGES/muine.mo -share/locale/sr@Latn/LC_MESSAGES/muine.mo -share/locale/sv/LC_MESSAGES/muine.mo -share/locale/th/LC_MESSAGES/muine.mo -share/locale/uk/LC_MESSAGES/muine.mo -share/locale/vi/LC_MESSAGES/muine.mo -share/locale/zh_CN/LC_MESSAGES/muine.mo -@dirrmtry lib/muine/plugins -@dirrmtry lib/muine -@dirrm lib/mono/muine -@dirrm lib/mono/gac/muine-plugin/1.0.0.0__e6bf890338fa2913 -@dirrm lib/mono/gac/muine-plugin -@dirrm lib/mono/gac/muine-dbus/1.0.0.0__e6bf890338fa2913 -@dirrm lib/mono/gac/muine-dbus diff --git a/audio/musicbox-tag-editor/Makefile b/audio/musicbox-tag-editor/Makefile deleted file mode 100644 index b28ec8eb0..000000000 --- a/audio/musicbox-tag-editor/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: MusicBox -# Date created: 26 Jul 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= musicbox-tag-editor -PORTVERSION= 0.2.3 -PORTREVISION= 4 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= musicbox -DISTNAME= musicbox-${PORTVERSION} - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= A simple GTK+ audio tag editor - -LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib - -USE_XLIB= yes -USE_GNOME= gnomehack gnomeprefix libglade2 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -# do not conflict with audio/musicbox -CONFIGURE_ARGS= --program-suffix=-tag-editor - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${PREFIX}/share/gnome/pixmaps|' ${WRKSRC}/data/musicbox.glade - @${REINPLACE_CMD} -e 's|Exec=musicbox|Exec=musicbox-tag-editor|' ${WRKSRC}/data/musicbox.desktop - -.include <bsd.port.mk> diff --git a/audio/musicbox-tag-editor/distinfo b/audio/musicbox-tag-editor/distinfo deleted file mode 100644 index 06945ffff..000000000 --- a/audio/musicbox-tag-editor/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (musicbox-0.2.3.tar.gz) = 03f9eb2c446debd1e187d472c05dcad8 -SHA256 (musicbox-0.2.3.tar.gz) = 49a09cb8d9a919686dade0056eb9baad254d530c3d45099634a631b069404e33 -SIZE (musicbox-0.2.3.tar.gz) = 96339 diff --git a/audio/musicbox-tag-editor/pkg-descr b/audio/musicbox-tag-editor/pkg-descr deleted file mode 100644 index 69f6aa74f..000000000 --- a/audio/musicbox-tag-editor/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Musicbox is a simple one-file-at-a-time audio tag editor. It can edit -ID3, Vorbis and FLAC tags via the TagLib library. - -- Jean-Yves Lefort -jylefort@FreeBSD.org diff --git a/audio/musicbox-tag-editor/pkg-plist b/audio/musicbox-tag-editor/pkg-plist deleted file mode 100644 index a1562c726..000000000 --- a/audio/musicbox-tag-editor/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/musicbox-tag-editor -share/gnome/applications/musicbox.desktop -share/gnome/musicbox/edit.pl -share/gnome/musicbox/musicbox.glade -share/gnome/pixmaps/musicbox.png -@dirrm share/gnome/musicbox diff --git a/audio/paman/Makefile b/audio/paman/Makefile deleted file mode 100644 index e379c0446..000000000 --- a/audio/paman/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: paman -# Date created: 2005-03-27 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= paman -PORTVERSION= 0.6 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= http://0pointer.de/lennart/projects/paman/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gtk+ frontend for the polypaudio sound server - -LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ - polyp-0.7.0:${PORTSDIR}/audio/polypaudio - -USE_GCC= 3.4 -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack -USE_XLIB= yes -CONFIGURE_ARGS= --disable-lynx -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" - -DATADIR= share/gnome/${PORTNAME} - -PLIST_FILES= bin/paman \ - %%DATADIR%%/paman.glade -PLIST_DIRS= %%DATADIR%% - -.include <bsd.port.mk> diff --git a/audio/paman/distinfo b/audio/paman/distinfo deleted file mode 100644 index 9be220094..000000000 --- a/audio/paman/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (paman-0.6.tar.gz) = ea46666ff75b49aa6153946a84be9565 -SHA256 (paman-0.6.tar.gz) = 88cb071415ec800893b9259ed6d0842aa6add50be9029a62f324d9a3f45ea2ee -SIZE (paman-0.6.tar.gz) = 106687 diff --git a/audio/paman/files/patch-src_Makefile.in b/audio/paman/files/patch-src_Makefile.in deleted file mode 100644 index 6b68740fe..000000000 --- a/audio/paman/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Fri Apr 29 23:02:10 2005 -+++ src/Makefile.in Fri Apr 29 23:02:24 2005 -@@ -137,7 +137,7 @@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ - LDFLAGS = @LDFLAGS@ - LIBOBJS = @LIBOBJS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -lpolyp-error-0.7 - LN_S = @LN_S@ - LTLIBOBJS = @LTLIBOBJS@ - MAKEINFO = @MAKEINFO@ diff --git a/audio/paman/pkg-descr b/audio/paman/pkg-descr deleted file mode 100644 index e1e15fb74..000000000 --- a/audio/paman/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Polypaudio Manager (paman) is a simple Gtk+ frontend for the polypaudio -sound server. - -WWW: http://0pointer.de/lennart/projects/paman/ diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile deleted file mode 100644 index a79589c1e..000000000 --- a/audio/pulseaudio/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: polypaudio -# Date created: 29 October 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/pulseaudio/Makefile,v 1.4 2006/07/22 17:51:58 ahze Exp $ - -PORTNAME= pulseaudio -PORTVERSION= 0.9.3 -CATEGORIES= audio -MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Sound server for UNIX - -LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \ - oil-0.3.1:${PORTSDIR}/devel/liboil - -CONFLICTS= polypaudio-[1-9]* - -USE_GNOME= gnometarget gnomehack glib20 -WANT_GNOME= yes -USE_XLIB= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libltdl:15 -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GETOPT_LONG=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - LIBS="-lm" - -CONFIGURE_ARGS+= --disable-lirc # untested - -.include <bsd.port.pre.mk> - -.if (exists(${LOCALBASE}/lib/libavahi-core.a) || defined(PACKAGE_BUILDING) \ - || defined(WITH_AVAHI)) && !defined(WITHOUT_AVAHI) -LIB_DEPENDS+= avahi-core.4:${PORTSDIR}/net/avahi -CONFIGURE_ARGS+= --enable-avahi -PLIST_SUB+= AVAHI="" -.else -CONFIGURE_ARGS+= --disable-avahi -PLIST_SUB+= AVAHI="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/daemon/default.pa.in - -post-install: -.for ii in default.pa daemon.conf client.conf - ${INSTALL_DATA} ${WRKSRC}/src/${ii} \ - ${PREFIX}/etc/pulse/${ii}-dist -.endfor -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - -.include <bsd.port.post.mk> diff --git a/audio/pulseaudio/distinfo b/audio/pulseaudio/distinfo deleted file mode 100644 index a8e84ec9c..000000000 --- a/audio/pulseaudio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pulseaudio-0.9.3.tar.gz) = 65da3e44e0580425dae628f7e39149cb -SHA256 (pulseaudio-0.9.3.tar.gz) = f07bd02e1769485c72bd299e4eb28f9eb29a96fb943267e26e49b6ba34d377fc -SIZE (pulseaudio-0.9.3.tar.gz) = 1111287 diff --git a/audio/pulseaudio/files/patch-src_daemon_default.pa.in b/audio/pulseaudio/files/patch-src_daemon_default.pa.in deleted file mode 100644 index caa3c7a3d..000000000 --- a/audio/pulseaudio/files/patch-src_daemon_default.pa.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/daemon/default.pa.in.orig Sat Jul 22 11:58:50 2006 -+++ src/daemon/default.pa.in Sat Jul 22 12:22:20 2006 -@@ -60,7 +60,7 @@ - .nofail - - ### Load something to the sample cache --load-sample x11-bell /usr/share/sounds/gtk-events/activate.wav -+load-sample x11-bell %%LOCALBASE%%/share/gnome/sounds/gtk-events/activate.wav - #load-sample-dir-lazy /usr/share/sounds/*.wav - - ### Load X11 bell module diff --git a/audio/pulseaudio/pkg-descr b/audio/pulseaudio/pkg-descr deleted file mode 100644 index 4c2c80914..000000000 --- a/audio/pulseaudio/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -PulseAudio, previously known as Polypaudio, is a sound server for POSIX and -Win32 systems. A sound server is basically a proxy for your sound applications. -It allows you to do advanced operations on your sound data as it passes between -your application and your hardware. Things like transferring the audio to a -different machine, changing the sample format or channel count and mixing -several sounds into one are easily achieved using a sound server. - -WWW: http://pulseaudio.org/ diff --git a/audio/pulseaudio/pkg-install b/audio/pulseaudio/pkg-install deleted file mode 100644 index f4d1fb112..000000000 --- a/audio/pulseaudio/pkg-install +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - GROUP=realtime - GID=557 - PW=/usr/sbin/pw - - if ${PW} group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if ${PW} groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - exit 0 - ;; -esac diff --git a/audio/pulseaudio/pkg-plist b/audio/pulseaudio/pkg-plist deleted file mode 100644 index ed335cb68..000000000 --- a/audio/pulseaudio/pkg-plist +++ /dev/null @@ -1,254 +0,0 @@ -bin/esdcompat -%%AVAHI%%bin/pabrowse -bin/pacat -bin/pacmd -bin/pactl -bin/padsp -bin/paplay -bin/parec -bin/pax11publish -bin/pulseaudio -@unexec if cmp -s %D/etc/pulse/client.conf %D/etc/pulse/client.conf-dist; then rm -f %D/etc/pulse/client.conf; fi -etc/pulse/client.conf-dist -@unexec if cmp -s %D/etc/pulse/daemon.conf %D/etc/pulse/daemon.conf-dist; then rm -f %D/etc/pulse/daemon.conf; fi -etc/pulse/daemon.conf-dist -@unexec if cmp -s %D/etc/pulse/default.pa %D/etc/pulse/default.pa-dist; then rm -f %D/etc/pulse/default.pa; fi -etc/pulse/default.pa-dist -%%AVAHI%%include/pulse/browser.h -include/pulse/cdecl.h -include/pulse/channelmap.h -include/pulse/context.h -include/pulse/def.h -include/pulse/error.h -include/pulse/glib-mainloop.h -include/pulse/introspect.h -include/pulse/mainloop-api.h -include/pulse/mainloop-signal.h -include/pulse/mainloop.h -include/pulse/operation.h -include/pulse/pulseaudio.h -include/pulse/sample.h -include/pulse/scache.h -include/pulse/simple.h -include/pulse/stream.h -include/pulse/subscribe.h -include/pulse/thread-mainloop.h -include/pulse/timeval.h -include/pulse/utf8.h -include/pulse/util.h -include/pulse/version.h -include/pulse/volume.h -include/pulse/xmalloc.h -include/pulsecore/authkey-prop.h -include/pulsecore/authkey.h -include/pulsecore/autoload.h -%%AVAHI%%include/pulsecore/avahi-wrap.h -include/pulsecore/cli-command.h -include/pulsecore/cli-text.h -include/pulsecore/cli.h -include/pulsecore/client.h -include/pulsecore/conf-parser.h -include/pulsecore/core-def.h -include/pulsecore/core-scache.h -include/pulsecore/core-subscribe.h -include/pulsecore/core-util.h -include/pulsecore/core.h -include/pulsecore/creds.h -include/pulsecore/dynarray.h -include/pulsecore/esound.h -include/pulsecore/g711.h -include/pulsecore/hashmap.h -include/pulsecore/idxset.h -include/pulsecore/iochannel.h -include/pulsecore/ioline.h -include/pulsecore/ipacl.h -include/pulsecore/log.h -include/pulsecore/mcalign.h -include/pulsecore/memblock.h -include/pulsecore/memblockq.h -include/pulsecore/memchunk.h -include/pulsecore/modargs.h -include/pulsecore/modinfo.h -include/pulsecore/module.h -include/pulsecore/namereg.h -include/pulsecore/native-common.h -include/pulsecore/packet.h -include/pulsecore/parseaddr.h -include/pulsecore/pdispatch.h -include/pulsecore/pid.h -include/pulsecore/play-memchunk.h -include/pulsecore/props.h -include/pulsecore/protocol-cli.h -include/pulsecore/protocol-esound.h -include/pulsecore/protocol-http.h -include/pulsecore/protocol-native.h -include/pulsecore/protocol-simple.h -include/pulsecore/pstream-util.h -include/pulsecore/pstream.h -include/pulsecore/queue.h -include/pulsecore/random.h -include/pulsecore/resampler.h -include/pulsecore/sample-util.h -include/pulsecore/sconv.h -include/pulsecore/sink-input.h -include/pulsecore/sink.h -include/pulsecore/sioman.h -include/pulsecore/socket-client.h -include/pulsecore/socket-server.h -include/pulsecore/socket-util.h -include/pulsecore/sound-file-stream.h -include/pulsecore/sound-file.h -include/pulsecore/source-output.h -include/pulsecore/source.h -include/pulsecore/strbuf.h -include/pulsecore/strlist.h -include/pulsecore/tagstruct.h -include/pulsecore/tokenizer.h -include/pulsecore/x11prop.h -include/pulsecore/x11wrap.h -%%AVAHI%%lib/libpulse-browse.a -%%AVAHI%%lib/libpulse-browse.la -%%AVAHI%%lib/libpulse-browse.so -%%AVAHI%%lib/libpulse-browse.so.1 -lib/libpulse-mainloop-glib.a -lib/libpulse-mainloop-glib.la -lib/libpulse-mainloop-glib.so -lib/libpulse-mainloop-glib.so.0 -lib/libpulse-simple.a -lib/libpulse-simple.la -lib/libpulse-simple.so -lib/libpulse-simple.so.0 -lib/libpulse.a -lib/libpulse.la -lib/libpulse.so -lib/libpulse.so.0 -lib/libpulsecore.a -lib/libpulsecore.la -lib/libpulsecore.so -lib/libpulsecore.so.1 -lib/libpulsedsp.so -lib/pulse-0.9/modules/libauthkey-prop.la -lib/pulse-0.9/modules/libauthkey-prop.so -lib/pulse-0.9/modules/libauthkey.la -lib/pulse-0.9/modules/libauthkey.so -%%AVAHI%%lib/pulse-0.9/modules/libavahi-wrap.la -%%AVAHI%%lib/pulse-0.9/modules/libavahi-wrap.so -lib/pulse-0.9/modules/libcli.la -lib/pulse-0.9/modules/libcli.so -lib/pulse-0.9/modules/libiochannel.la -lib/pulse-0.9/modules/libiochannel.so -lib/pulse-0.9/modules/libioline.la -lib/pulse-0.9/modules/libioline.so -lib/pulse-0.9/modules/libipacl.la -lib/pulse-0.9/modules/libipacl.so -lib/pulse-0.9/modules/liboss-util.la -lib/pulse-0.9/modules/liboss-util.so -lib/pulse-0.9/modules/libpacket.la -lib/pulse-0.9/modules/libpacket.so -lib/pulse-0.9/modules/libparseaddr.la -lib/pulse-0.9/modules/libparseaddr.so -lib/pulse-0.9/modules/libpdispatch.la -lib/pulse-0.9/modules/libpdispatch.so -lib/pulse-0.9/modules/libprotocol-cli.la -lib/pulse-0.9/modules/libprotocol-cli.so -lib/pulse-0.9/modules/libprotocol-esound.la -lib/pulse-0.9/modules/libprotocol-esound.so -lib/pulse-0.9/modules/libprotocol-http.la -lib/pulse-0.9/modules/libprotocol-http.so -lib/pulse-0.9/modules/libprotocol-native.la -lib/pulse-0.9/modules/libprotocol-native.so -lib/pulse-0.9/modules/libprotocol-simple.la -lib/pulse-0.9/modules/libprotocol-simple.so -lib/pulse-0.9/modules/libpstream-util.la -lib/pulse-0.9/modules/libpstream-util.so -lib/pulse-0.9/modules/libpstream.la -lib/pulse-0.9/modules/libpstream.so -lib/pulse-0.9/modules/librtp.la -lib/pulse-0.9/modules/librtp.so -lib/pulse-0.9/modules/libsocket-client.la -lib/pulse-0.9/modules/libsocket-client.so -lib/pulse-0.9/modules/libsocket-server.la -lib/pulse-0.9/modules/libsocket-server.so -lib/pulse-0.9/modules/libsocket-util.la -lib/pulse-0.9/modules/libsocket-util.so -lib/pulse-0.9/modules/libstrlist.la -lib/pulse-0.9/modules/libstrlist.so -lib/pulse-0.9/modules/libtagstruct.la -lib/pulse-0.9/modules/libtagstruct.so -lib/pulse-0.9/modules/libx11prop.la -lib/pulse-0.9/modules/libx11prop.so -lib/pulse-0.9/modules/libx11wrap.la -lib/pulse-0.9/modules/libx11wrap.so -lib/pulse-0.9/modules/module-cli-protocol-tcp.la -lib/pulse-0.9/modules/module-cli-protocol-tcp.so -lib/pulse-0.9/modules/module-cli-protocol-unix.la -lib/pulse-0.9/modules/module-cli-protocol-unix.so -lib/pulse-0.9/modules/module-cli.la -lib/pulse-0.9/modules/module-cli.so -lib/pulse-0.9/modules/module-combine.la -lib/pulse-0.9/modules/module-combine.so -lib/pulse-0.9/modules/module-detect.la -lib/pulse-0.9/modules/module-detect.so -lib/pulse-0.9/modules/module-esound-compat-spawnfd.la -lib/pulse-0.9/modules/module-esound-compat-spawnfd.so -lib/pulse-0.9/modules/module-esound-compat-spawnpid.la -lib/pulse-0.9/modules/module-esound-compat-spawnpid.so -lib/pulse-0.9/modules/module-esound-protocol-tcp.la -lib/pulse-0.9/modules/module-esound-protocol-tcp.so -lib/pulse-0.9/modules/module-esound-protocol-unix.la -lib/pulse-0.9/modules/module-esound-protocol-unix.so -lib/pulse-0.9/modules/module-esound-sink.la -lib/pulse-0.9/modules/module-esound-sink.so -lib/pulse-0.9/modules/module-http-protocol-tcp.la -lib/pulse-0.9/modules/module-http-protocol-tcp.so -lib/pulse-0.9/modules/module-http-protocol-unix.la -lib/pulse-0.9/modules/module-http-protocol-unix.so -lib/pulse-0.9/modules/module-match.la -lib/pulse-0.9/modules/module-match.so -lib/pulse-0.9/modules/module-native-protocol-fd.la -lib/pulse-0.9/modules/module-native-protocol-fd.so -lib/pulse-0.9/modules/module-native-protocol-tcp.la -lib/pulse-0.9/modules/module-native-protocol-tcp.so -lib/pulse-0.9/modules/module-native-protocol-unix.la -lib/pulse-0.9/modules/module-native-protocol-unix.so -lib/pulse-0.9/modules/module-null-sink.la -lib/pulse-0.9/modules/module-null-sink.so -lib/pulse-0.9/modules/module-oss-mmap.la -lib/pulse-0.9/modules/module-oss-mmap.so -lib/pulse-0.9/modules/module-oss.la -lib/pulse-0.9/modules/module-oss.so -lib/pulse-0.9/modules/module-pipe-sink.la -lib/pulse-0.9/modules/module-pipe-sink.so -lib/pulse-0.9/modules/module-pipe-source.la -lib/pulse-0.9/modules/module-pipe-source.so -lib/pulse-0.9/modules/module-rtp-recv.la -lib/pulse-0.9/modules/module-rtp-recv.so -lib/pulse-0.9/modules/module-rtp-send.la -lib/pulse-0.9/modules/module-rtp-send.so -lib/pulse-0.9/modules/module-simple-protocol-tcp.la -lib/pulse-0.9/modules/module-simple-protocol-tcp.so -lib/pulse-0.9/modules/module-simple-protocol-unix.la -lib/pulse-0.9/modules/module-simple-protocol-unix.so -lib/pulse-0.9/modules/module-sine.la -lib/pulse-0.9/modules/module-sine.so -lib/pulse-0.9/modules/module-tunnel-sink.la -lib/pulse-0.9/modules/module-tunnel-sink.so -lib/pulse-0.9/modules/module-tunnel-source.la -lib/pulse-0.9/modules/module-tunnel-source.so -lib/pulse-0.9/modules/module-volume-restore.la -lib/pulse-0.9/modules/module-volume-restore.so -lib/pulse-0.9/modules/module-x11-bell.la -lib/pulse-0.9/modules/module-x11-bell.so -lib/pulse-0.9/modules/module-x11-publish.la -lib/pulse-0.9/modules/module-x11-publish.so -%%AVAHI%%lib/pulse-0.9/modules/module-zeroconf-publish.la -%%AVAHI%%lib/pulse-0.9/modules/module-zeroconf-publish.so -%%AVAHI%%libdata/pkgconfig/libpulse-browse.pc -libdata/pkgconfig/libpulse-mainloop-glib.pc -libdata/pkgconfig/libpulse-simple.pc -libdata/pkgconfig/libpulse.pc -@dirrm lib/pulse-0.9/modules -@dirrm lib/pulse-0.9 -@dirrm include/pulsecore -@dirrm include/pulse -@dirrm etc/pulse diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile deleted file mode 100644 index 23564de02..000000000 --- a/audio/rhythmbox-devel/Makefile +++ /dev/null @@ -1,111 +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.66 2006/10/09 15:18:48 marcus Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.9.6 -PORTREVISION= 1 -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-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ - soup-2.2.8:${PORTSDIR}/devel/libsoup \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media - -USE_BZIP2= yes -USE_XLIB= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -WANT_GNOME= yes -USE_GSTREAMER= flac mad gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 -INSTALLS_ICONS= yes -CONFIGURE_ENV= LIBS="-lm" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas - -OPTIONS= DAAP "Enable iTunes music sharing" off \ - IPOD "Enable iPod support" on \ - FAAD "Enable FAAD decoder support" off \ - NOTIFY "Enable libnotify support" on \ - VORBIS "Enable Ogg/Vorbis support" on \ - GDA "Enable GDA database storage" off - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.X -.endif - -.if !defined(WITHOUT_VORBIS) -USE_GSTREAMER+= vorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -.if defined(WITH_FAAD) -USE_GSTREAMER+= faad -.endif - -.if defined(WITH_GDA) -USE_GNOME+= libgda2 -CONFIGURE_ARGS+=--with-database=libgda -.else -CONFIGURE_ARGS+=--with-database=tree -.endif - -.if defined(WITH_DAAP) -CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi -.else -.if exists(${LOCALBASE}/lib/libavahi-client.a) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi -.endif -CONFIGURE_ARGS+= --disable-daap -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+= --disable-libnotify -.endif - -.if ${HAVE_GNOME:Mpygtk2}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if !defined(WITHOUT_IPOD) -LIB_DEPENDS+= gpod.400:${PORTSDIR}/audio/libgpod -CONFIGURE_ARGS+=--with-ipod -PLIST_SUB+= IPOD="" -.else -CONFIGURE_ARGS+=--without-ipod -PLIST_SUB+= IPOD="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/audio/rhythmbox-devel/distinfo b/audio/rhythmbox-devel/distinfo deleted file mode 100644 index f05070cb9..000000000 --- a/audio/rhythmbox-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/rhythmbox-0.9.6.tar.bz2) = 805459eafd670b18c663ba478ad2ebd4 -SHA256 (gnome2/rhythmbox-0.9.6.tar.bz2) = fe73b49d9008a9b487c93b5d4d99aa34350b87fde2c0978a6f126fdef3126973 -SIZE (gnome2/rhythmbox-0.9.6.tar.bz2) = 3129839 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 02b36912b..000000000 --- a/audio/rhythmbox-devel/files/patch-daapsharing_rb-daap-src.c +++ /dev/null @@ -1,26 +0,0 @@ ---- daapsharing/rb-daap-src.c.orig Fri Jan 27 21:11:13 2006 -+++ daapsharing/rb-daap-src.c Thu Feb 2 02:07:48 2006 -@@ -34,6 +34,7 @@ - #include <sys/ioctl.h> - #include <netdb.h> - #include <unistd.h> -+#include <signal.h> - #include <ctype.h> - - #include <libsoup/soup-headers.h> -@@ -435,7 +436,14 @@ rb_daap_src_write (RBDAAPSrc *src, const - size_t bytes_written = 0; - - while (bytes_written < count) { -- ssize_t wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+ ssize_t wrote; -+#ifdef MSG_NOSIGNAL -+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+#else -+ signal (SIGPIPE, SIG_IGN); -+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, 0); -+ signal (SIGPIPE, SIG_DFL); -+#endif - - if (wrote < 0) { - GST_WARNING ("error while writing: %s", g_strerror (errno)); 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-podcast_rb-podcast-parse.h b/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h deleted file mode 100644 index 2208b3205..000000000 --- a/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h +++ /dev/null @@ -1,10 +0,0 @@ ---- podcast/rb-podcast-parse.h.orig Mon Nov 28 13:51:28 2005 -+++ podcast/rb-podcast-parse.h Mon Nov 28 13:51:05 2005 -@@ -22,6 +22,7 @@ - #ifndef RB_PODCAST_PARSE_H - #define RB_PODCAST_PARSE_H - -+#include <inttypes.h> - #include <glib.h> - - typedef struct 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 a3f756509..000000000 --- a/audio/rhythmbox-devel/pkg-plist +++ /dev/null @@ -1,374 +0,0 @@ -bin/rhythmbox -bin/rhythmbox-client -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyo -lib/rhythmbox/plugins/audiocd.rb-plugin -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.a -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so -lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.a -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so -lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin -lib/rhythmbox/plugins/generic-player/libgeneric-player.a -lib/rhythmbox/plugins/generic-player/libgeneric-player.la -lib/rhythmbox/plugins/generic-player/libgeneric-player.so -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.a -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.la -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.so -lib/rhythmbox/plugins/libaudiocd.a -lib/rhythmbox/plugins/libaudiocd.la -lib/rhythmbox/plugins/libaudiocd.so -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.py -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyc -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyo -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyo -libexec/rhythmbox-metadata -share/dbus-1/services/org.gnome.Rhythmbox.service -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/ch08.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/rhythmbox-RBCellRendererPixbuf.html -%%DOCSDIR%%/rhythmbox-RBSource.html -%%DOCSDIR%%/rhythmbox-eel-gconf-extensions.html -%%DOCSDIR%%/rhythmbox-rb-cell-renderer-rating.html -%%DOCSDIR%%/rhythmbox-rb-debug.html -%%DOCSDIR%%/rhythmbox-rb-dialog.html -%%DOCSDIR%%/rhythmbox-rb-druid.html -%%DOCSDIR%%/rhythmbox-rb-entry-view.html -%%DOCSDIR%%/rhythmbox-rb-enums.html -%%DOCSDIR%%/rhythmbox-rb-file-helpers.html -%%DOCSDIR%%/rhythmbox-rb-glade-helpers.html -%%DOCSDIR%%/rhythmbox-rb-header.html -%%DOCSDIR%%/rhythmbox-rb-history.html -%%DOCSDIR%%/rhythmbox-rb-iradio-source.html -%%DOCSDIR%%/rhythmbox-rb-library-source.html -%%DOCSDIR%%/rhythmbox-rb-load-failure-dialog.html -%%DOCSDIR%%/rhythmbox-rb-metadata.html -%%DOCSDIR%%/rhythmbox-rb-new-station-dialog.html -%%DOCSDIR%%/rhythmbox-rb-play-order-linear-loop.html -%%DOCSDIR%%/rhythmbox-rb-play-order-linear.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-age-and-rating.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-age.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-rating.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-equal-weights.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random.html -%%DOCSDIR%%/rhythmbox-rb-play-order-shuffle.html -%%DOCSDIR%%/rhythmbox-rb-play-order.html -%%DOCSDIR%%/rhythmbox-rb-player.html -%%DOCSDIR%%/rhythmbox-rb-playlist-manager.html -%%DOCSDIR%%/rhythmbox-rb-playlist-source-recorder.html -%%DOCSDIR%%/rhythmbox-rb-playlist-source.html -%%DOCSDIR%%/rhythmbox-rb-preferences.html -%%DOCSDIR%%/rhythmbox-rb-property-view.html -%%DOCSDIR%%/rhythmbox-rb-query-creator.html -%%DOCSDIR%%/rhythmbox-rb-rating-helper.html -%%DOCSDIR%%/rhythmbox-rb-rating.html -%%DOCSDIR%%/rhythmbox-rb-recorder.html -%%DOCSDIR%%/rhythmbox-rb-search-entry.html -%%DOCSDIR%%/rhythmbox-rb-shell-clipboard.html -%%DOCSDIR%%/rhythmbox-rb-shell-player.html -%%DOCSDIR%%/rhythmbox-rb-shell-preferences.html -%%DOCSDIR%%/rhythmbox-rb-shell.html -%%DOCSDIR%%/rhythmbox-rb-song-display-box.html -%%DOCSDIR%%/rhythmbox-rb-song-info.html -%%DOCSDIR%%/rhythmbox-rb-source-header.html -%%DOCSDIR%%/rhythmbox-rb-sourcelist-model.html -%%DOCSDIR%%/rhythmbox-rb-sourcelist.html -%%DOCSDIR%%/rhythmbox-rb-station-properties-dialog.html -%%DOCSDIR%%/rhythmbox-rb-statusbar.html -%%DOCSDIR%%/rhythmbox-rb-stock-icons.html -%%DOCSDIR%%/rhythmbox-rb-string-helpers.html -%%DOCSDIR%%/rhythmbox-rb-tray-icon.html -%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html -%%DOCSDIR%%/rhythmbox-rb-tree-model-sort.html -%%DOCSDIR%%/rhythmbox-rb-util.html -%%DOCSDIR%%/rhythmbox-rhythmdb-property-model.html -%%DOCSDIR%%/rhythmbox-rhythmdb-query-model.html -%%DOCSDIR%%/rhythmbox-rhythmdb-tree.html -%%DOCSDIR%%/rhythmbox-rhythmdb.html -%%DOCSDIR%%/rhythmbox.devhelp -%%DOCSDIR%%/rhythmbox.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gnome/applications/rhythmbox.desktop -share/gnome/help/rhythmbox/C/fdl-appendix.xml -share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/C/figures/rb-notification-window.png -share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/C/figures/rb-statusbar.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-shuffle.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-window-small.png -share/gnome/help/rhythmbox/C/figures/rb-window.png -share/gnome/help/rhythmbox/C/legal.xml -share/gnome/help/rhythmbox/C/rhythmbox.xml -share/gnome/help/rhythmbox/es/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/es/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/es/figures/rb-notification-window.png -share/gnome/help/rhythmbox/es/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/es/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/es/figures/rb-statusbar.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar.png -share/gnome/help/rhythmbox/es/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/es/figures/rb-window-small.png -share/gnome/help/rhythmbox/es/figures/rb-window.png -share/gnome/help/rhythmbox/es/rhythmbox.xml -share/gnome/help/rhythmbox/fr/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-window.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/fr/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/fr/figures/rb-statusbar.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar.png -share/gnome/help/rhythmbox/fr/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/fr/figures/rb-window-small.png -share/gnome/help/rhythmbox/fr/figures/rb-window.png -share/gnome/help/rhythmbox/fr/rhythmbox.xml -share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png -share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/ru/figures/rb-window-small.png -share/gnome/help/rhythmbox/ru/figures/rb-window.png -share/gnome/help/rhythmbox/ru/rhythmbox.xml -share/gnome/help/rhythmbox/sv/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png -share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/sv/figures/rb-window-small.png -share/gnome/help/rhythmbox/sv/figures/rb-window.png -share/gnome/help/rhythmbox/sv/rhythmbox.xml -share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png -share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml -share/gnome/omf/rhythmbox/rhythmbox-C.omf -share/gnome/omf/rhythmbox/rhythmbox-es.omf -share/gnome/omf/rhythmbox/rhythmbox-fr.omf -share/gnome/omf/rhythmbox/rhythmbox-ru.omf -share/gnome/omf/rhythmbox/rhythmbox-sv.omf -share/gnome/omf/rhythmbox/rhythmbox-zh_CN.omf -share/gnome/rhythmbox/art/about-logo.png -share/gnome/rhythmbox/art/media-eject.png -share/gnome/rhythmbox/art/rhythmbox-no-star.png -share/gnome/rhythmbox/art/rhythmbox-podcast.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/daap-ui.xml -share/gnome/rhythmbox/generic-player-ui.xml -share/gnome/rhythmbox/glade/audioscrobbler-prefs.glade -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/playlist-save.glade -share/gnome/rhythmbox/glade/plugins.glade -share/gnome/rhythmbox/glade/podcast-feed-properties.glade -share/gnome/rhythmbox/glade/podcast-new.glade -share/gnome/rhythmbox/glade/podcast-prefs.glade -share/gnome/rhythmbox/glade/podcast-properties.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/ipod-ui.xml -share/gnome/rhythmbox/iradio-initial.pls -share/gnome/rhythmbox/playlists.xml -share/gnome/rhythmbox/rhythmbox-ui.xml -share/icons/hicolor/48x48/apps/rhythmbox.png -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/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_HK/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/zh_CN/figures -@dirrm share/gnome/help/rhythmbox/zh_CN -@dirrm share/gnome/help/rhythmbox/sv/figures -@dirrm share/gnome/help/rhythmbox/sv -@dirrm share/gnome/help/rhythmbox/ru/figures -@dirrm share/gnome/help/rhythmbox/ru -@dirrm share/gnome/help/rhythmbox/fr/figures -@dirrm share/gnome/help/rhythmbox/fr -@dirrm share/gnome/help/rhythmbox/es/figures -@dirrm share/gnome/help/rhythmbox/es -@dirrm share/gnome/help/rhythmbox/C/figures -@dirrm share/gnome/help/rhythmbox/C -@dirrm share/gnome/help/rhythmbox -@dirrm %%DOCSDIR%% -%%PYTHON%%@dirrm lib/rhythmbox/plugins/rb -%%PYTHON%%@dirrm lib/rhythmbox/plugins/python-console -%%PYTHON%%@dirrm lib/rhythmbox/plugins/lyrics -%%IPOD%%@dirrm lib/rhythmbox/plugins/ipod -@dirrm lib/rhythmbox/plugins/generic-player -@dirrm lib/rhythmbox/plugins/cd-recorder -@dirrm lib/rhythmbox/plugins/audioscrobbler -%%PYTHON%%@dirrm lib/rhythmbox/plugins/artdisplay -@dirrm lib/rhythmbox/plugins -@dirrm lib/rhythmbox -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile deleted file mode 100644 index 23564de02..000000000 --- a/audio/rhythmbox/Makefile +++ /dev/null @@ -1,111 +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.66 2006/10/09 15:18:48 marcus Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.9.6 -PORTREVISION= 1 -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-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ - soup-2.2.8:${PORTSDIR}/devel/libsoup \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media - -USE_BZIP2= yes -USE_XLIB= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -WANT_GNOME= yes -USE_GSTREAMER= flac mad gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 -INSTALLS_ICONS= yes -CONFIGURE_ENV= LIBS="-lm" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas - -OPTIONS= DAAP "Enable iTunes music sharing" off \ - IPOD "Enable iPod support" on \ - FAAD "Enable FAAD decoder support" off \ - NOTIFY "Enable libnotify support" on \ - VORBIS "Enable Ogg/Vorbis support" on \ - GDA "Enable GDA database storage" off - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.X -.endif - -.if !defined(WITHOUT_VORBIS) -USE_GSTREAMER+= vorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -.if defined(WITH_FAAD) -USE_GSTREAMER+= faad -.endif - -.if defined(WITH_GDA) -USE_GNOME+= libgda2 -CONFIGURE_ARGS+=--with-database=libgda -.else -CONFIGURE_ARGS+=--with-database=tree -.endif - -.if defined(WITH_DAAP) -CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi -.else -.if exists(${LOCALBASE}/lib/libavahi-client.a) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi -.endif -CONFIGURE_ARGS+= --disable-daap -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+= --disable-libnotify -.endif - -.if ${HAVE_GNOME:Mpygtk2}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if !defined(WITHOUT_IPOD) -LIB_DEPENDS+= gpod.400:${PORTSDIR}/audio/libgpod -CONFIGURE_ARGS+=--with-ipod -PLIST_SUB+= IPOD="" -.else -CONFIGURE_ARGS+=--without-ipod -PLIST_SUB+= IPOD="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/audio/rhythmbox/distinfo b/audio/rhythmbox/distinfo deleted file mode 100644 index f05070cb9..000000000 --- a/audio/rhythmbox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/rhythmbox-0.9.6.tar.bz2) = 805459eafd670b18c663ba478ad2ebd4 -SHA256 (gnome2/rhythmbox-0.9.6.tar.bz2) = fe73b49d9008a9b487c93b5d4d99aa34350b87fde2c0978a6f126fdef3126973 -SIZE (gnome2/rhythmbox-0.9.6.tar.bz2) = 3129839 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 02b36912b..000000000 --- a/audio/rhythmbox/files/patch-daapsharing_rb-daap-src.c +++ /dev/null @@ -1,26 +0,0 @@ ---- daapsharing/rb-daap-src.c.orig Fri Jan 27 21:11:13 2006 -+++ daapsharing/rb-daap-src.c Thu Feb 2 02:07:48 2006 -@@ -34,6 +34,7 @@ - #include <sys/ioctl.h> - #include <netdb.h> - #include <unistd.h> -+#include <signal.h> - #include <ctype.h> - - #include <libsoup/soup-headers.h> -@@ -435,7 +436,14 @@ rb_daap_src_write (RBDAAPSrc *src, const - size_t bytes_written = 0; - - while (bytes_written < count) { -- ssize_t wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+ ssize_t wrote; -+#ifdef MSG_NOSIGNAL -+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+#else -+ signal (SIGPIPE, SIG_IGN); -+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, 0); -+ signal (SIGPIPE, SIG_DFL); -+#endif - - if (wrote < 0) { - GST_WARNING ("error while writing: %s", g_strerror (errno)); 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-podcast_rb-podcast-parse.h b/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h deleted file mode 100644 index 2208b3205..000000000 --- a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h +++ /dev/null @@ -1,10 +0,0 @@ ---- podcast/rb-podcast-parse.h.orig Mon Nov 28 13:51:28 2005 -+++ podcast/rb-podcast-parse.h Mon Nov 28 13:51:05 2005 -@@ -22,6 +22,7 @@ - #ifndef RB_PODCAST_PARSE_H - #define RB_PODCAST_PARSE_H - -+#include <inttypes.h> - #include <glib.h> - - typedef struct 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 a3f756509..000000000 --- a/audio/rhythmbox/pkg-plist +++ /dev/null @@ -1,374 +0,0 @@ -bin/rhythmbox -bin/rhythmbox-client -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyo -lib/rhythmbox/plugins/audiocd.rb-plugin -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.a -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so -lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.a -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so -lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin -lib/rhythmbox/plugins/generic-player/libgeneric-player.a -lib/rhythmbox/plugins/generic-player/libgeneric-player.la -lib/rhythmbox/plugins/generic-player/libgeneric-player.so -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.a -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.la -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.so -lib/rhythmbox/plugins/libaudiocd.a -lib/rhythmbox/plugins/libaudiocd.la -lib/rhythmbox/plugins/libaudiocd.so -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.py -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyc -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyo -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyo -libexec/rhythmbox-metadata -share/dbus-1/services/org.gnome.Rhythmbox.service -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/ch08.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/rhythmbox-RBCellRendererPixbuf.html -%%DOCSDIR%%/rhythmbox-RBSource.html -%%DOCSDIR%%/rhythmbox-eel-gconf-extensions.html -%%DOCSDIR%%/rhythmbox-rb-cell-renderer-rating.html -%%DOCSDIR%%/rhythmbox-rb-debug.html -%%DOCSDIR%%/rhythmbox-rb-dialog.html -%%DOCSDIR%%/rhythmbox-rb-druid.html -%%DOCSDIR%%/rhythmbox-rb-entry-view.html -%%DOCSDIR%%/rhythmbox-rb-enums.html -%%DOCSDIR%%/rhythmbox-rb-file-helpers.html -%%DOCSDIR%%/rhythmbox-rb-glade-helpers.html -%%DOCSDIR%%/rhythmbox-rb-header.html -%%DOCSDIR%%/rhythmbox-rb-history.html -%%DOCSDIR%%/rhythmbox-rb-iradio-source.html -%%DOCSDIR%%/rhythmbox-rb-library-source.html -%%DOCSDIR%%/rhythmbox-rb-load-failure-dialog.html -%%DOCSDIR%%/rhythmbox-rb-metadata.html -%%DOCSDIR%%/rhythmbox-rb-new-station-dialog.html -%%DOCSDIR%%/rhythmbox-rb-play-order-linear-loop.html -%%DOCSDIR%%/rhythmbox-rb-play-order-linear.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-age-and-rating.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-age.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-rating.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-equal-weights.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random.html -%%DOCSDIR%%/rhythmbox-rb-play-order-shuffle.html -%%DOCSDIR%%/rhythmbox-rb-play-order.html -%%DOCSDIR%%/rhythmbox-rb-player.html -%%DOCSDIR%%/rhythmbox-rb-playlist-manager.html -%%DOCSDIR%%/rhythmbox-rb-playlist-source-recorder.html -%%DOCSDIR%%/rhythmbox-rb-playlist-source.html -%%DOCSDIR%%/rhythmbox-rb-preferences.html -%%DOCSDIR%%/rhythmbox-rb-property-view.html -%%DOCSDIR%%/rhythmbox-rb-query-creator.html -%%DOCSDIR%%/rhythmbox-rb-rating-helper.html -%%DOCSDIR%%/rhythmbox-rb-rating.html -%%DOCSDIR%%/rhythmbox-rb-recorder.html -%%DOCSDIR%%/rhythmbox-rb-search-entry.html -%%DOCSDIR%%/rhythmbox-rb-shell-clipboard.html -%%DOCSDIR%%/rhythmbox-rb-shell-player.html -%%DOCSDIR%%/rhythmbox-rb-shell-preferences.html -%%DOCSDIR%%/rhythmbox-rb-shell.html -%%DOCSDIR%%/rhythmbox-rb-song-display-box.html -%%DOCSDIR%%/rhythmbox-rb-song-info.html -%%DOCSDIR%%/rhythmbox-rb-source-header.html -%%DOCSDIR%%/rhythmbox-rb-sourcelist-model.html -%%DOCSDIR%%/rhythmbox-rb-sourcelist.html -%%DOCSDIR%%/rhythmbox-rb-station-properties-dialog.html -%%DOCSDIR%%/rhythmbox-rb-statusbar.html -%%DOCSDIR%%/rhythmbox-rb-stock-icons.html -%%DOCSDIR%%/rhythmbox-rb-string-helpers.html -%%DOCSDIR%%/rhythmbox-rb-tray-icon.html -%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html -%%DOCSDIR%%/rhythmbox-rb-tree-model-sort.html -%%DOCSDIR%%/rhythmbox-rb-util.html -%%DOCSDIR%%/rhythmbox-rhythmdb-property-model.html -%%DOCSDIR%%/rhythmbox-rhythmdb-query-model.html -%%DOCSDIR%%/rhythmbox-rhythmdb-tree.html -%%DOCSDIR%%/rhythmbox-rhythmdb.html -%%DOCSDIR%%/rhythmbox.devhelp -%%DOCSDIR%%/rhythmbox.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gnome/applications/rhythmbox.desktop -share/gnome/help/rhythmbox/C/fdl-appendix.xml -share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/C/figures/rb-notification-window.png -share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/C/figures/rb-statusbar.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-shuffle.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-window-small.png -share/gnome/help/rhythmbox/C/figures/rb-window.png -share/gnome/help/rhythmbox/C/legal.xml -share/gnome/help/rhythmbox/C/rhythmbox.xml -share/gnome/help/rhythmbox/es/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/es/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/es/figures/rb-notification-window.png -share/gnome/help/rhythmbox/es/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/es/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/es/figures/rb-statusbar.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar.png -share/gnome/help/rhythmbox/es/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/es/figures/rb-window-small.png -share/gnome/help/rhythmbox/es/figures/rb-window.png -share/gnome/help/rhythmbox/es/rhythmbox.xml -share/gnome/help/rhythmbox/fr/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-window.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/fr/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/fr/figures/rb-statusbar.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar.png -share/gnome/help/rhythmbox/fr/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/fr/figures/rb-window-small.png -share/gnome/help/rhythmbox/fr/figures/rb-window.png -share/gnome/help/rhythmbox/fr/rhythmbox.xml -share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png -share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/ru/figures/rb-window-small.png -share/gnome/help/rhythmbox/ru/figures/rb-window.png -share/gnome/help/rhythmbox/ru/rhythmbox.xml -share/gnome/help/rhythmbox/sv/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png -share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/sv/figures/rb-window-small.png -share/gnome/help/rhythmbox/sv/figures/rb-window.png -share/gnome/help/rhythmbox/sv/rhythmbox.xml -share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png -share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml -share/gnome/omf/rhythmbox/rhythmbox-C.omf -share/gnome/omf/rhythmbox/rhythmbox-es.omf -share/gnome/omf/rhythmbox/rhythmbox-fr.omf -share/gnome/omf/rhythmbox/rhythmbox-ru.omf -share/gnome/omf/rhythmbox/rhythmbox-sv.omf -share/gnome/omf/rhythmbox/rhythmbox-zh_CN.omf -share/gnome/rhythmbox/art/about-logo.png -share/gnome/rhythmbox/art/media-eject.png -share/gnome/rhythmbox/art/rhythmbox-no-star.png -share/gnome/rhythmbox/art/rhythmbox-podcast.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/daap-ui.xml -share/gnome/rhythmbox/generic-player-ui.xml -share/gnome/rhythmbox/glade/audioscrobbler-prefs.glade -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/playlist-save.glade -share/gnome/rhythmbox/glade/plugins.glade -share/gnome/rhythmbox/glade/podcast-feed-properties.glade -share/gnome/rhythmbox/glade/podcast-new.glade -share/gnome/rhythmbox/glade/podcast-prefs.glade -share/gnome/rhythmbox/glade/podcast-properties.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/ipod-ui.xml -share/gnome/rhythmbox/iradio-initial.pls -share/gnome/rhythmbox/playlists.xml -share/gnome/rhythmbox/rhythmbox-ui.xml -share/icons/hicolor/48x48/apps/rhythmbox.png -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/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_HK/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/zh_CN/figures -@dirrm share/gnome/help/rhythmbox/zh_CN -@dirrm share/gnome/help/rhythmbox/sv/figures -@dirrm share/gnome/help/rhythmbox/sv -@dirrm share/gnome/help/rhythmbox/ru/figures -@dirrm share/gnome/help/rhythmbox/ru -@dirrm share/gnome/help/rhythmbox/fr/figures -@dirrm share/gnome/help/rhythmbox/fr -@dirrm share/gnome/help/rhythmbox/es/figures -@dirrm share/gnome/help/rhythmbox/es -@dirrm share/gnome/help/rhythmbox/C/figures -@dirrm share/gnome/help/rhythmbox/C -@dirrm share/gnome/help/rhythmbox -@dirrm %%DOCSDIR%% -%%PYTHON%%@dirrm lib/rhythmbox/plugins/rb -%%PYTHON%%@dirrm lib/rhythmbox/plugins/python-console -%%PYTHON%%@dirrm lib/rhythmbox/plugins/lyrics -%%IPOD%%@dirrm lib/rhythmbox/plugins/ipod -@dirrm lib/rhythmbox/plugins/generic-player -@dirrm lib/rhythmbox/plugins/cd-recorder -@dirrm lib/rhythmbox/plugins/audioscrobbler -%%PYTHON%%@dirrm lib/rhythmbox/plugins/artdisplay -@dirrm lib/rhythmbox/plugins -@dirrm lib/rhythmbox -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile deleted file mode 100644 index ac9da9682..000000000 --- a/audio/sound-juicer/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: soundjuicer -# Date created: 20 Jan 2004 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/sound-juicer/Makefile,v 1.60 2006/09/04 20:49:36 marcus Exp $ -# - -PORTNAME= sound-juicer -PORTVERSION= 2.16.1 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Clean, mean and lean CD ripper for GNOME2 - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ - cdio.7:${PORTSDIR}/sysutils/libcdio - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XLIB= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \ - gnomedocutils -USE_GSTREAMER= cdparanoia vorbis flac gconf good -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-ignore-missing-cd -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= sound-juicer.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)tests\(.*\)|\1\2|' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|--parents|-p|g' \ - ${WRKSRC}/data/Makefile.in - -.include <bsd.port.mk> diff --git a/audio/sound-juicer/distinfo b/audio/sound-juicer/distinfo deleted file mode 100644 index fb9879c50..000000000 --- a/audio/sound-juicer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/sound-juicer-2.16.1.tar.bz2) = 4611ab664a863fe68ea1f3b0aeb7aa7b -SHA256 (gnome2/sound-juicer-2.16.1.tar.bz2) = cadf15fea7c253cb5fcc4c6c47c72f44fa8b1b69bd2f809a59a94fe0f9180564 -SIZE (gnome2/sound-juicer-2.16.1.tar.bz2) = 1252424 diff --git a/audio/sound-juicer/files/patch-src::Makefile.in b/audio/sound-juicer/files/patch-src::Makefile.in deleted file mode 100644 index 5162e8641..000000000 --- a/audio/sound-juicer/files/patch-src::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Wed May 17 14:08:25 2006 -+++ src/Makefile.in Wed May 17 14:09:00 2006 -@@ -304,7 +304,7 @@ - $(BACON_FILES) \ - $(ID3MUX_FILES) - --sound_juicer_LDADD = $(top_builddir)/libjuicer/libjuicer.la -+sound_juicer_LDADD = $(top_builddir)/libjuicer/libjuicer.la -lcam - sound_juicer_LDFLAGS = @MEDIA_PROFILES_LIBS@ @GSTREAMER_LIBS@ \ - @BURN_LIBS@ @UI_LIBS@ $(am__append_2) - BACON_DIR = $(srcdir)/../../libbacon/src/ diff --git a/audio/sound-juicer/pkg-descr b/audio/sound-juicer/pkg-descr deleted file mode 100644 index ec4721433..000000000 --- a/audio/sound-juicer/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Sound Juicer is a clean, mean and lean CD ripper for GNOME2. -It provides a clean interface and simple preferences, aiming -to do The Right Thing and What You Mean all of the time. - -WWW: http://www.burtonini.com/blog/computers/sound-juicer/ diff --git a/audio/sound-juicer/pkg-plist b/audio/sound-juicer/pkg-plist deleted file mode 100644 index 876fedd1f..000000000 --- a/audio/sound-juicer/pkg-plist +++ /dev/null @@ -1,185 +0,0 @@ -bin/sound-juicer -share/gnome/applications/sound-juicer.desktop -share/gnome/help/sound-juicer/C/fdl-appendix.xml -share/gnome/help/sound-juicer/C/figures/prefs.png -share/gnome/help/sound-juicer/C/figures/startup.png -share/gnome/help/sound-juicer/C/legal.xml -share/gnome/help/sound-juicer/C/sound-juicer.xml -share/gnome/help/sound-juicer/el/fdl-appendix.xml -share/gnome/help/sound-juicer/el/figures/prefs.png -share/gnome/help/sound-juicer/el/figures/startup.png -share/gnome/help/sound-juicer/el/legal.xml -share/gnome/help/sound-juicer/el/sound-juicer.xml -share/gnome/help/sound-juicer/es/fdl-appendix.xml -share/gnome/help/sound-juicer/es/figures/prefs.png -share/gnome/help/sound-juicer/es/figures/startup.png -share/gnome/help/sound-juicer/es/legal.xml -share/gnome/help/sound-juicer/es/sound-juicer.xml -share/gnome/help/sound-juicer/fr/fdl-appendix.xml -share/gnome/help/sound-juicer/fr/figures/prefs.png -share/gnome/help/sound-juicer/fr/figures/startup.png -share/gnome/help/sound-juicer/fr/legal.xml -share/gnome/help/sound-juicer/fr/sound-juicer.xml -share/gnome/help/sound-juicer/nl/fdl-appendix.xml -share/gnome/help/sound-juicer/nl/figures/prefs.png -share/gnome/help/sound-juicer/nl/figures/startup.png -share/gnome/help/sound-juicer/nl/legal.xml -share/gnome/help/sound-juicer/nl/sound-juicer.xml -share/gnome/help/sound-juicer/sv/fdl-appendix.xml -share/gnome/help/sound-juicer/sv/figures/prefs.png -share/gnome/help/sound-juicer/sv/figures/startup.png -share/gnome/help/sound-juicer/sv/legal.xml -share/gnome/help/sound-juicer/sv/sound-juicer.xml -share/gnome/help/sound-juicer/uk/fdl-appendix.xml -share/gnome/help/sound-juicer/uk/figures/prefs.png -share/gnome/help/sound-juicer/uk/figures/startup.png -share/gnome/help/sound-juicer/uk/legal.xml -share/gnome/help/sound-juicer/uk/sound-juicer.xml -share/gnome/omf/sound-juicer/sound-juicer-C.omf -share/gnome/omf/sound-juicer/sound-juicer-el.omf -share/gnome/omf/sound-juicer/sound-juicer-es.omf -share/gnome/omf/sound-juicer/sound-juicer-fr.omf -share/gnome/omf/sound-juicer/sound-juicer-nl.omf -share/gnome/omf/sound-juicer/sound-juicer-sv.omf -share/gnome/omf/sound-juicer/sound-juicer-uk.omf -share/gnome/sound-juicer/sj-play.png -share/gnome/sound-juicer/sj-record.png -share/gnome/sound-juicer/sound-juicer.glade -share/icons/hicolor/16x16/apps/sound-juicer.png -share/icons/hicolor/22x22/apps/sound-juicer.png -share/icons/hicolor/24x24/apps/sound-juicer.png -share/icons/hicolor/scalable/apps/sound-juicer.svg -share/locale/ar/LC_MESSAGES/sound-juicer.mo -share/locale/az/LC_MESSAGES/sound-juicer.mo -share/locale/be/LC_MESSAGES/sound-juicer.mo -share/locale/bg/LC_MESSAGES/sound-juicer.mo -share/locale/bn/LC_MESSAGES/sound-juicer.mo -share/locale/bn_IN/LC_MESSAGES/sound-juicer.mo -share/locale/br/LC_MESSAGES/sound-juicer.mo -share/locale/ca/LC_MESSAGES/sound-juicer.mo -share/locale/cs/LC_MESSAGES/sound-juicer.mo -share/locale/cy/LC_MESSAGES/sound-juicer.mo -share/locale/da/LC_MESSAGES/sound-juicer.mo -share/locale/de/LC_MESSAGES/sound-juicer.mo -share/locale/dz/LC_MESSAGES/sound-juicer.mo -share/locale/el/LC_MESSAGES/sound-juicer.mo -share/locale/en_CA/LC_MESSAGES/sound-juicer.mo -share/locale/en_GB/LC_MESSAGES/sound-juicer.mo -share/locale/es/LC_MESSAGES/sound-juicer.mo -share/locale/et/LC_MESSAGES/sound-juicer.mo -share/locale/eu/LC_MESSAGES/sound-juicer.mo -share/locale/fa/LC_MESSAGES/sound-juicer.mo -share/locale/fi/LC_MESSAGES/sound-juicer.mo -share/locale/fr/LC_MESSAGES/sound-juicer.mo -share/locale/gl/LC_MESSAGES/sound-juicer.mo -share/locale/gu/LC_MESSAGES/sound-juicer.mo -share/locale/he/LC_MESSAGES/sound-juicer.mo -share/locale/hi/LC_MESSAGES/sound-juicer.mo -share/locale/hr/LC_MESSAGES/sound-juicer.mo -share/locale/hu/LC_MESSAGES/sound-juicer.mo -share/locale/id/LC_MESSAGES/sound-juicer.mo -share/locale/it/LC_MESSAGES/sound-juicer.mo -share/locale/ja/LC_MESSAGES/sound-juicer.mo -share/locale/ka/LC_MESSAGES/sound-juicer.mo -share/locale/ko/LC_MESSAGES/sound-juicer.mo -share/locale/lt/LC_MESSAGES/sound-juicer.mo -share/locale/lv/LC_MESSAGES/sound-juicer.mo -share/locale/mk/LC_MESSAGES/sound-juicer.mo -share/locale/ml/LC_MESSAGES/sound-juicer.mo -share/locale/mn/LC_MESSAGES/sound-juicer.mo -share/locale/ms/LC_MESSAGES/sound-juicer.mo -share/locale/nb/LC_MESSAGES/sound-juicer.mo -share/locale/ne/LC_MESSAGES/sound-juicer.mo -share/locale/nl/LC_MESSAGES/sound-juicer.mo -share/locale/nn/LC_MESSAGES/sound-juicer.mo -share/locale/or/LC_MESSAGES/sound-juicer.mo -share/locale/pa/LC_MESSAGES/sound-juicer.mo -share/locale/pl/LC_MESSAGES/sound-juicer.mo -share/locale/pt/LC_MESSAGES/sound-juicer.mo -share/locale/pt_BR/LC_MESSAGES/sound-juicer.mo -share/locale/ro/LC_MESSAGES/sound-juicer.mo -share/locale/ru/LC_MESSAGES/sound-juicer.mo -share/locale/rw/LC_MESSAGES/sound-juicer.mo -share/locale/sk/LC_MESSAGES/sound-juicer.mo -share/locale/sl/LC_MESSAGES/sound-juicer.mo -share/locale/sq/LC_MESSAGES/sound-juicer.mo -share/locale/sr/LC_MESSAGES/sound-juicer.mo -share/locale/sr@Latn/LC_MESSAGES/sound-juicer.mo -share/locale/sv/LC_MESSAGES/sound-juicer.mo -share/locale/ta/LC_MESSAGES/sound-juicer.mo -share/locale/th/LC_MESSAGES/sound-juicer.mo -share/locale/tr/LC_MESSAGES/sound-juicer.mo -share/locale/ug/LC_MESSAGES/sound-juicer.mo -share/locale/uk/LC_MESSAGES/sound-juicer.mo -share/locale/vi/LC_MESSAGES/sound-juicer.mo -share/locale/xh/LC_MESSAGES/sound-juicer.mo -share/locale/zh_CN/LC_MESSAGES/sound-juicer.mo -share/locale/zh_HK/LC_MESSAGES/sound-juicer.mo -share/locale/zh_TW/LC_MESSAGES/sound-juicer.mo -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@dirrm share/gnome/sound-juicer -@dirrm share/gnome/omf/sound-juicer -@dirrm share/gnome/help/sound-juicer/uk/figures -@dirrm share/gnome/help/sound-juicer/uk -@dirrm share/gnome/help/sound-juicer/sv/figures -@dirrm share/gnome/help/sound-juicer/sv -@dirrm share/gnome/help/sound-juicer/nl/figures -@dirrm share/gnome/help/sound-juicer/nl -@dirrm share/gnome/help/sound-juicer/fr/figures -@dirrm share/gnome/help/sound-juicer/fr -@dirrm share/gnome/help/sound-juicer/es/figures -@dirrm share/gnome/help/sound-juicer/es -@dirrm share/gnome/help/sound-juicer/el/figures -@dirrm share/gnome/help/sound-juicer/el -@dirrm share/gnome/help/sound-juicer/C/figures -@dirrm share/gnome/help/sound-juicer/C -@dirrm share/gnome/help/sound-juicer -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile deleted file mode 100644 index 4f3e990a0..000000000 --- a/audio/streamtuner/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# New ports collection makefile for: streamtuner -# Date created: 02 Apr 2002 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= streamtuner -PORTVERSION= 0.99.99 -PORTREVISION= 5 -CATEGORIES= audio www -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= A GTK+ stream directory browser - -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_XLIB= yes -USE_GNOME= gtk20 gnomehack gnomeprefix -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GETOPT_LONG= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -OPTIONS= SHOUTCAST "SHOUTcast plugin" on \ - LIVE365 "Live365 plugin" on \ - XIPH "Xiph plugin" on \ - LOCAL "Local plugin" on \ - LOCAL_METADATA "metadata support for the Local plugin" on \ - PYTHON "Python plugin" on - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_SHOUTCAST) -CONFIGURE_ARGS+= --disable-shoutcast -PLIST_SUB+= SHOUTCAST="@comment " -.else -PLIST_SUB+= SHOUTCAST="" -.endif - -.if defined(WITHOUT_LIVE365) -CONFIGURE_ARGS+= --disable-live365 -PLIST_SUB+= LIVE365="@comment " -.else -PLIST_SUB+= LIVE365="" -.endif - -.if defined(WITHOUT_XIPH) -CONFIGURE_ARGS+= --disable-xiph -PLIST_SUB+= XIPH="@comment " -.else -PLIST_SUB+= XIPH="" -USE_GNOME+= libxml2 -.endif - -.if defined(WITHOUT_LOCAL) -CONFIGURE_ARGS+= --disable-local -PLIST_SUB+= LOCAL="@comment " -.else -PLIST_SUB+= LOCAL="" -.if defined(WITHOUT_LOCAL_METADATA) -CONFIGURE_ARGS+= --disable-local-metadata -.else -LIB_DEPENDS+= tag_c:${PORTSDIR}/audio/taglib -.endif -.endif - -.if defined(WITHOUT_PYTHON) -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON="@comment " -.else -PLIST_SUB+= PYTHON="" -USE_PYTHON= 2.3+ -# we need to manually include this, because USE_PYTHON is defined -# after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -.endif - -.include <bsd.port.post.mk> diff --git a/audio/streamtuner/distinfo b/audio/streamtuner/distinfo deleted file mode 100644 index a07760be9..000000000 --- a/audio/streamtuner/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (streamtuner-0.99.99.tar.gz) = 2027b7c34e85b594524b0b4351c14362 -SHA256 (streamtuner-0.99.99.tar.gz) = 5c223a5e8dab9e504617bd221914e97bd2f0ae5f6ed8fe78b8ea8b427fee9123 -SIZE (streamtuner-0.99.99.tar.gz) = 948075 diff --git a/audio/streamtuner/files/patch-src_plugins_live365_live365.c b/audio/streamtuner/files/patch-src_plugins_live365_live365.c deleted file mode 100644 index 2000c3b66..000000000 --- a/audio/streamtuner/files/patch-src_plugins_live365_live365.c +++ /dev/null @@ -1,247 +0,0 @@ ---- src/plugins/live365/live365.c.orig Wed May 11 03:49:30 2005 -+++ src/plugins/live365/live365.c Wed May 11 03:51:11 2005 -@@ -1,5 +1,5 @@ - /* -- * Copyright (c) 2002, 2003, 2004 Jean-Yves Lefort -+ * Copyright (C) 2002-2005 Jean-Yves Lefort - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without -@@ -59,7 +59,9 @@ - { - ACCESS_ALL, - ACCESS_VIP, -- ACCESS_SUBSCRIPTION -+ ACCESS_SUBSCRIPTION, -+ ACCESS_SOLD_OUT, -+ ACCESS_UNKNOWN - } Access; - - typedef struct -@@ -94,7 +96,8 @@ - { - GList **streams; - Live365Stream *stream; -- Live365Stream *finished_stream; -+ gboolean first_page; -+ gboolean looped; - gboolean has_next_page; - } ReloadStreamsInfo; - -@@ -263,13 +266,16 @@ - - case FIELD_ACCESS_STRING: - { -- const char *str = NULL; -+ const char *str; - - switch (stream->access) - { - case ACCESS_ALL: str = _("All"); break; - case ACCESS_VIP: str = _("VIP"); break; - case ACCESS_SUBSCRIPTION: str = _("Subscription"); break; -+ case ACCESS_SOLD_OUT: str = _("Sold out"); break; -+ case ACCESS_UNKNOWN: str = _("Unknown"); break; -+ default: str = NULL; break; - } - - g_value_set_string(value, str); -@@ -707,14 +713,16 @@ - char *s1, *s2, *s3, *s4, *s5; - - if ((s1 = st_strstr_span(line, "<a href=\"/cgi-bin/directory")) -- && (s2 = st_strstr_span(s1, "&genre=")) -+ && (s2 = st_strstr_span(s1, "genre=")) - && (s3 = strchr(s2, '"')) - && (s4 = st_strchr_span(s3, '>')) - && (s5 = strstr(s4, "</a>"))) - { - category = st_category_new(); - category->name = g_strndup(s2, s3 - s2); -- category->label = st_sgml_ref_expand_len(s4, s5 - s4); -+ category->label = ! strcmp(category->name, "Recommendations") -+ ? g_strdup(_("Recommendations")) -+ : st_sgml_ref_expand_len(s4, s5 - s4); - category->url_postfix = g_strconcat(DIRECTORY_PREFIX, category->name, NULL); - } - else if ((s1 = st_strstr_span(line, "<a href=\"/genres/")) -@@ -755,6 +763,8 @@ - - *streams = NULL; - info.streams = streams; -+ info.first_page = TRUE; -+ info.looped = FALSE; - - session = st_transfer_session_new(); - -@@ -802,9 +812,11 @@ - if (status) /* only display warning if the transfer was otherwise correct */ - PARSE_ERROR; - } -+ -+ info.first_page = FALSE; - } -- while (status && info.has_next_page -- && (stream_limit == -1 || received_streams < stream_limit)); -+ while (status && info.has_next_page && ! info.looped -+ && (stream_limit == -1 || received_streams < stream_limit)); - - st_transfer_session_free(session); - -@@ -818,6 +830,10 @@ - char *s1, *s2, *s3, *s4, *s5, *s6, *s7; - char *word1, *word2, *word3; - -+ /* if we have detected a loop, we just ignore the page */ -+ if (info->looped) -+ return; -+ - if ((s1 = st_str_has_prefix_span(line, "<TD CLASS=\"icon\"")) - && (s2 = st_strstr_span(s1, "DrawPlayIcon"))) - { -@@ -834,15 +850,18 @@ - info->stream->access = ACCESS_VIP; - else if (strstr(s2, "'SUBSCRIPTION'")) - info->stream->access = ACCESS_SUBSCRIPTION; -+ else if (strstr(s2, "'SOLD_OUT'")) -+ info->stream->access = ACCESS_SOLD_OUT; - else -- PARSE_ERROR; -- -- info->finished_stream = NULL; -+ { -+ PARSE_ERROR; -+ info->stream->access = ACCESS_UNKNOWN; -+ } - } - else if ((s1 = st_str_has_prefix_span(line, "<TD CLASS=\"title")) -- && (s2 = st_strstr_span(s1, "href='")) -- && (s3 = strstr(s2, "'>")) -- && (s4 = strstr(s3, "</a>"))) -+ && (s2 = st_strstr_span(s1, "href='")) -+ && (s3 = strstr(s2, "'>")) -+ && (s4 = strstr(s3, "</a>"))) - { - if (info->stream) - { -@@ -865,12 +884,19 @@ - else - PARSE_ERROR; - } -- else if ((s1 = st_strstr_span(line, "&station_id=")) -- && (s2 = strchr(s1, '&'))) -+ else if ((s1 = st_str_has_prefix_span(line, "<TD CLASS=\"handle\"")) -+ && (s2 = st_strstr_span(s1, "ReadCookie(")) -+ && (s3 = st_strstr_span(s2, ", '")) -+ && (s4 = strchr(s3, '\'')) -+ && (s5 = st_strstr_span(s4, "&station_id=")) -+ && (s6 = strchr(s5, '&'))) - { - if (info->stream) - { -- word1 = g_strndup(s1, s2 - s1); -+ g_free(info->stream->broadcaster); -+ info->stream->broadcaster = st_sgml_ref_expand_len(s3, s4 - s3); -+ -+ word1 = g_strndup(s5, s6 - s5); - if (st_str_like(word1, ST_NUMERIC)) - info->stream->station_id = atoi(word1); - g_free(word1); -@@ -878,34 +904,23 @@ - else - PARSE_ERROR; - } -- else if ((s1 = st_strstr_span(line, "alt=\"More broadcaster info")) -- && (s2 = st_strchr_span(s1, '>')) -- && (s3 = strstr(s2, "</a>"))) -- { -- if (info->stream) -- { -- g_free(info->stream->broadcaster); -- info->stream->broadcaster = st_sgml_ref_expand_len(s2, s3 - s2); -- } -- else -- PARSE_ERROR; -- } - else if ((s1 = st_str_has_prefix_span(line, "<TD CLASS=\"connection\"")) - && (s2 = st_strchr_span(s1, '>')) -- && (s3 = strstr(s2, "<br>")) -- && ((s4 = strstr(s3, "<img src='/images/mp3pro")) -- || (s4 = strstr(s3, "</TD>")))) -+ && (s3 = strchr(s2, '<'))) - { - if (info->stream) - { - word1 = st_sgml_ref_expand_len(s2, s3 - s2); -- s3 += 4; word2 = st_sgml_ref_expand_len(s3, s4 - s3); -- -+ - g_free(info->stream->audio); -- info->stream->audio = g_strdup_printf(g_str_has_prefix(s4, "</TD>") ? "%s %s" : "%s %s, MP3Pro", word2, word1); - -- g_free(word1); -- g_free(word2); -+ if (strstr(s3, "<img src='/images/mp3pro")) -+ { -+ info->stream->audio = g_strdup_printf("%s, MP3Pro", word1); -+ g_free(word1); -+ } -+ else -+ info->stream->audio = word1; - } - else - PARSE_ERROR; -@@ -947,12 +962,17 @@ - else - PARSE_ERROR; - } -- else if (strstr(line, "TD CLASS=\"tabledesc2\"")) -+ else if ((s1 = st_strstr_span(line, "<TD CLASS=\"desc\""))) - { - if (info->stream) - { - if (info->stream->station_id) - { -+ if ((s2 = st_strstr_span(s1, "<a class='desc-link' href='")) -+ && (s3 = st_strchr_span(s2, '>')) -+ && (s4 = strstr(s3, "<BR>"))) -+ info->stream->description = st_sgml_ref_expand_len(s3, s4 - s3); -+ - ((STStream *) info->stream)->name = g_strdup_printf("%i", info->stream->station_id); - *(info->streams) = g_list_append(*(info->streams), info->stream); - } -@@ -962,23 +982,23 @@ - stream_free_cb(info->stream, NULL); - } - -- info->finished_stream = info->stream; - info->stream = NULL; - } - else - PARSE_ERROR; - } -- else if ((s1 = st_strstr_span(line, "<a class='desc-link' href='")) -- && (s2 = st_strchr_span(s1, '>')) -- && (s3 = strstr(s2, "<BR>"))) -- { -- if (info->finished_stream) -- { -- info->finished_stream->description = st_sgml_ref_expand_len(s2, s3 - s2); -- info->finished_stream = NULL; -+ else if ((s1 = st_strstr_span(line, "<TD class=\"pagination\"")) -+ && (s2 = st_strstr_span(s1, ">Showing ")) -+ && (s3 = strchr(s2, '-'))) -+ { -+ word1 = g_strndup(s2, s3 - s2); -+ if (st_str_like(word1, ST_NUMERIC)) -+ { -+ int n = atoi(word1); -+ if (n == 1 && ! info->first_page) -+ info->looped = TRUE; - } -- else -- PARSE_ERROR; -+ g_free(word1); - } - else if (strstr(line, "Next</A>")) - info->has_next_page = TRUE; diff --git a/audio/streamtuner/files/patch-src_plugins_python_pst-main.c b/audio/streamtuner/files/patch-src_plugins_python_pst-main.c deleted file mode 100644 index 1e5109750..000000000 --- a/audio/streamtuner/files/patch-src_plugins_python_pst-main.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/plugins/python/pst-main.c.orig Thu Mar 24 15:52:58 2005 -+++ src/plugins/python/pst-main.c Thu Mar 24 15:53:59 2005 -@@ -94,6 +94,7 @@ - { - gboolean status = FALSE; - PyObject *module; -+ char *argv[] = { "" }; - - if (! check_api_version(err)) - return FALSE; -@@ -109,6 +110,7 @@ - } - - Py_Initialize(); -+ PySys_SetArgv(G_N_ELEMENTS(argv), argv); - PyEval_InitThreads(); - - module = PyImport_AddModule("__main__"); diff --git a/audio/streamtuner/pkg-descr b/audio/streamtuner/pkg-descr deleted file mode 100644 index 331da3e96..000000000 --- a/audio/streamtuner/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -streamtuner is a stream directory browser. Through the use of a plugin -system, it offers an intuitive GTK+ 2.0 interface to Internet radio -directories such as SHOUTcast and Live365. - -WWW: http://www.nongnu.org/streamtuner/ - -- Jean-Yves Lefort -jylefort@FreeBSD.org diff --git a/audio/streamtuner/pkg-plist b/audio/streamtuner/pkg-plist deleted file mode 100644 index 421ec793b..000000000 --- a/audio/streamtuner/pkg-plist +++ /dev/null @@ -1,112 +0,0 @@ -bin/streamtuner -include/streamtuner/st-action-api.h -include/streamtuner/st-category-api.h -include/streamtuner/st-dialog-api.h -include/streamtuner/st-handler-api.h -include/streamtuner/st-handler-field-api.h -include/streamtuner/st-handlers-api.h -include/streamtuner/st-m3u-api.h -include/streamtuner/st-pls-api.h -include/streamtuner/st-plugin-api.h -include/streamtuner/st-programs-api.h -include/streamtuner/st-re-api.h -include/streamtuner/st-settings-api.h -include/streamtuner/st-sgml-ref-api.h -include/streamtuner/st-state-api.h -include/streamtuner/st-stream-api.h -include/streamtuner/st-transfer-api.h -include/streamtuner/st-util-api.h -include/streamtuner/st-version-api.h -include/streamtuner/streamtuner.h -%%LIVE365%%lib/streamtuner/plugins/live365.so -%%LOCAL%%lib/streamtuner/plugins/local.so -%%PYTHON%%lib/streamtuner/plugins/python.so -%%SHOUTCAST%%lib/streamtuner/plugins/shoutcast.so -%%XIPH%%lib/streamtuner/plugins/xiph.so -libdata/pkgconfig/streamtuner.pc -share/doc/streamtuner/api-reference.html -share/doc/streamtuner/ch01s02.html -share/doc/streamtuner/home.png -share/doc/streamtuner/index.html -share/doc/streamtuner/index.sgml -share/doc/streamtuner/ix01.html -share/doc/streamtuner/left.png -share/doc/streamtuner/overview.html -share/doc/streamtuner/right.png -share/doc/streamtuner/streamtuner-STHandler.html -share/doc/streamtuner/streamtuner-STPlugin.html -share/doc/streamtuner/streamtuner-st-action-api.html -share/doc/streamtuner/streamtuner-st-category-api.html -share/doc/streamtuner/streamtuner-st-dialog-api.html -share/doc/streamtuner/streamtuner-st-handler-field-api.html -share/doc/streamtuner/streamtuner-st-handlers-api.html -share/doc/streamtuner/streamtuner-st-m3u-api.html -share/doc/streamtuner/streamtuner-st-pls-api.html -share/doc/streamtuner/streamtuner-st-programs-api.html -share/doc/streamtuner/streamtuner-st-re-api.html -share/doc/streamtuner/streamtuner-st-settings-api.html -share/doc/streamtuner/streamtuner-st-sgml-ref-api.html -share/doc/streamtuner/streamtuner-st-state-api.html -share/doc/streamtuner/streamtuner-st-stream-api.html -share/doc/streamtuner/streamtuner-st-transfer-api.html -share/doc/streamtuner/streamtuner-st-util-api.html -share/doc/streamtuner/streamtuner-st-version-api.html -share/doc/streamtuner/streamtuner.devhelp -share/doc/streamtuner/up.png -share/gnome/applications/streamtuner.desktop -share/gnome/help/streamtuner/C/documentation-license.xml -share/gnome/help/streamtuner/C/figures/main-window.png -share/gnome/help/streamtuner/C/software-license.xml -share/gnome/help/streamtuner/C/streamtuner.xml -share/gnome/omf/streamtuner/streamtuner-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/streamtuner.png -share/gnome/streamtuner/ui/applications.png -share/gnome/streamtuner/ui/bookmarks.png -share/gnome/streamtuner/ui/browse.png -share/gnome/streamtuner/ui/category-open-running.png -share/gnome/streamtuner/ui/category-open.png -share/gnome/streamtuner/ui/category-running.png -share/gnome/streamtuner/ui/category.png -%%LIVE365%%share/gnome/streamtuner/ui/live365.png -%%LOCAL%%share/gnome/streamtuner/ui/local.png -share/gnome/streamtuner/ui/logo.png -share/gnome/streamtuner/ui/main-category-running.png -share/gnome/streamtuner/ui/main-category.png -share/gnome/streamtuner/ui/preselections.png -%%PYTHON%%share/gnome/streamtuner/ui/python.png -share/gnome/streamtuner/ui/record.png -share/gnome/streamtuner/ui/search-category-running.png -share/gnome/streamtuner/ui/search-category.png -share/gnome/streamtuner/ui/search.png -%%SHOUTCAST%%share/gnome/streamtuner/ui/shoutcast.png -share/gnome/streamtuner/ui/streamtuner.png -share/gnome/streamtuner/ui/tune-in.png -%%XIPH%%share/gnome/streamtuner/ui/xiph.png -%%PYTHON%%share/gnome/streamtuner/python/icons/basic.ch.png -%%PYTHON%%share/gnome/streamtuner/python/icons/google-stations.png -%%PYTHON%%share/gnome/streamtuner/python/icons/punkcast.com.png -%%PYTHON%%share/gnome/streamtuner/python/scripts/basic.ch.py -%%PYTHON%%share/gnome/streamtuner/python/scripts/google-stations.py -%%PYTHON%%share/gnome/streamtuner/python/scripts/punkcast.com.py -share/locale/de/LC_MESSAGES/streamtuner.mo -share/locale/fr/LC_MESSAGES/streamtuner.mo -share/locale/hu/LC_MESSAGES/streamtuner.mo -share/locale/ja/LC_MESSAGES/streamtuner.mo -share/locale/pt/LC_MESSAGES/streamtuner.mo -@dirrm include/streamtuner -@dirrm lib/streamtuner/plugins -@dirrm lib/streamtuner -@dirrm share/doc/streamtuner -@dirrm share/gnome/help/streamtuner/C/figures -@dirrm share/gnome/help/streamtuner/C -@dirrm share/gnome/help/streamtuner -@dirrm share/gnome/omf/streamtuner -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true -@dirrm share/gnome/streamtuner/ui -%%PYTHON%%@dirrm share/gnome/streamtuner/python/icons -%%PYTHON%%@dirrm share/gnome/streamtuner/python/scripts -%%PYTHON%%@dirrm share/gnome/streamtuner/python -@dirrm share/gnome/streamtuner -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile deleted file mode 100644 index 063187d2f..000000000 --- a/audio/sweep/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: sweep -# Date created: 25 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= sweep -PORTVERSION= 0.9.1 -PORTREVISION= 1 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= miwi@FreeBSD.org -COMMENT= A sound editor for the GNOME/GTK 2.0 desktop - -LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ - samplerate.1:${PORTSDIR}/audio/libsamplerate \ - vorbis.3:${PORTSDIR}/audio/libvorbis \ - speex.3:${PORTSDIR}/audio/speex \ - mad.2:${PORTSDIR}/audio/mad - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ - --with-extraincdir=${LOCALBASE}/include \ - --with-vorbis=${LOCALBASE}/lib \ - --with-vorbis=${LOCALBASE}/include/vorbis \ - --with-ogg=${LOCALBASE}/lib \ - --with-ogg=${LOCALBASE}/include/ogg - -MAN1= sweep.1 - -.include <bsd.port.mk> diff --git a/audio/sweep/distinfo b/audio/sweep/distinfo deleted file mode 100644 index 59f323918..000000000 --- a/audio/sweep/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sweep-0.9.1.tar.bz2) = 7c346e28ff09c4a4f529a607ffd165f9 -SHA256 (sweep-0.9.1.tar.bz2) = 68ba9d32d3c3ed72d8d91a9aa8a845ec4c79aaf1da67c4db2ba705d9bddc925f -SIZE (sweep-0.9.1.tar.bz2) = 898641 diff --git a/audio/sweep/pkg-descr b/audio/sweep/pkg-descr deleted file mode 100644 index 18a9675c4..000000000 --- a/audio/sweep/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Sweep is an audio editor and live playback tool for GNU/Linux, BSD and -compatible systems. It supports many music and voice formats including -WAV, AIFF, Ogg Vorbis, Speex and MP3, with multichannel editing and -LADSPA effects plugins. - -WWW: http://sweep.sourceforge.net/ diff --git a/audio/sweep/pkg-plist b/audio/sweep/pkg-plist deleted file mode 100644 index d6afb2159..000000000 --- a/audio/sweep/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -bin/sweep -include/sweep/sweep.h -include/sweep/sweep_filter.h -include/sweep/sweep_i18n.h -include/sweep/sweep_sample.h -include/sweep/sweep_selection.h -include/sweep/sweep_sounddata.h -include/sweep/sweep_typeconvert.h -include/sweep/sweep_types.h -include/sweep/sweep_undo.h -include/sweep/sweep_version.h -lib/sweep/libbyenergy.a -lib/sweep/libbyenergy.la -lib/sweep/libbyenergy.so -lib/sweep/libecho.a -lib/sweep/libecho.la -lib/sweep/libecho.so -lib/sweep/libfade.a -lib/sweep/libfade.la -lib/sweep/libfade.so -lib/sweep/libladspameta.a -lib/sweep/libladspameta.la -lib/sweep/libladspameta.so -lib/sweep/libnormalise.a -lib/sweep/libnormalise.la -lib/sweep/libnormalise.so -lib/sweep/libreverse.a -lib/sweep/libreverse.la -lib/sweep/libreverse.so -share/gnome/applications/sweep.desktop -share/gnome/pixmaps/sweep.svg -share/gnome/sweep/sweep_logo.ppm -share/locale/de/LC_MESSAGES/sweep.mo -share/locale/el/LC_MESSAGES/sweep.mo -share/locale/en_AU/LC_MESSAGES/sweep.mo -share/locale/es_ES/LC_MESSAGES/sweep.mo -share/locale/fr/LC_MESSAGES/sweep.mo -share/locale/hu/LC_MESSAGES/sweep.mo -share/locale/it/LC_MESSAGES/sweep.mo -share/locale/pl/LC_MESSAGES/sweep.mo -share/locale/ru/LC_MESSAGES/sweep.mo -@dirrm share/gnome/sweep -@dirrm lib/sweep -@dirrm include/sweep -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/en_AU/LC_MESSAGES -@dirrmtry share/locale/en_AU -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile deleted file mode 100644 index 242943d7e..000000000 --- a/audio/tagtool/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: tagtool -# Date created: 1st November 2004 -# Whom: Anthony Ginepro <anthony.ginepro@laposte.net> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= tagtool -PORTVERSION= 0.12.2 -PORTREVISION= 3 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME MP3/Ogg file tagger - -LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ - vorbis.3:${PORTSDIR}/audio/libvorbis - -USE_XLIB= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack libglade2 gnomehier - -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib -Wl,--export-dynamic ${PTHREAD_LIBS} - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e \ - 's|(prefix)/share/applications|(prefix)/share/gnome/applications|g; \ - s|(datadir)/pixmaps|(prefix)/share/gnome/pixmaps|g' \ - -.include <bsd.port.mk> diff --git a/audio/tagtool/distinfo b/audio/tagtool/distinfo deleted file mode 100644 index 47cf70317..000000000 --- a/audio/tagtool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tagtool-0.12.2.tar.gz) = 4d688dbbe7cd8a08a9f9faef4d1c5b27 -SHA256 (tagtool-0.12.2.tar.gz) = c6b39ed8e6d0b0199d3422345e6845a1ceffa1ddd54ccb149f1813f9f642ff3f -SIZE (tagtool-0.12.2.tar.gz) = 368758 diff --git a/audio/tagtool/pkg-descr b/audio/tagtool/pkg-descr deleted file mode 100644 index bfcdade7d..000000000 --- a/audio/tagtool/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Audio Tag Tool is a program to manage the information fields in MP3 and -Ogg Vorbis files, commonly called tags. Tag Tool can be used to edit tags -one-by-one, but the most useful features are the ability to easily tag or -rename hundreds of files at once, in any desired format. - -Tag Tool's features include: - * Tag Editor - * Multiple File Tagger - * Clear Tags - * Move/Rename Multiple Files - * Create Playlists - -The mass tag and mass rename features can handle filenames in any format -thanks to an easily configurable format template. - -WWW: http://pwp.netcabo.pt/paol/tagtool/ diff --git a/audio/tagtool/pkg-plist b/audio/tagtool/pkg-plist deleted file mode 100644 index 57ef492d3..000000000 --- a/audio/tagtool/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -bin/tagtool -share/gnome/applications/tagtool.desktop -share/gnome/pixmaps/TagTool.png -share/locale/bg/LC_MESSAGES/tagtool.mo -share/locale/cs/LC_MESSAGES/tagtool.mo -share/locale/de/LC_MESSAGES/tagtool.mo -share/locale/en_GB/LC_MESSAGES/tagtool.mo -share/locale/es/LC_MESSAGES/tagtool.mo -share/locale/fr/LC_MESSAGES/tagtool.mo -share/locale/it/LC_MESSAGES/tagtool.mo -share/locale/lt/LC_MESSAGES/tagtool.mo -share/locale/pt/LC_MESSAGES/tagtool.mo -share/locale/ru/LC_MESSAGES/tagtool.mo -share/locale/ua/LC_MESSAGES/tagtool.mo -%%DATADIR%%/TagTool.png -%%DATADIR%%/edit.png -%%DATADIR%%/fail.png -%%DATADIR%%/file.png -%%DATADIR%%/folder.png -%%DATADIR%%/graydot.png -%%DATADIR%%/greendot.png -%%DATADIR%%/info.png -%%DATADIR%%/ok.png -%%DATADIR%%/preferences.dtd -%%DATADIR%%/tab_clear.png -%%DATADIR%%/tab_edit.png -%%DATADIR%%/tab_playlist.png -%%DATADIR%%/tab_rename.png -%%DATADIR%%/tab_tag.png -%%DATADIR%%/tagtool.glade -%%DATADIR%%/warn.png -@dirrm %%DATADIR%% -@unexec /bin/rmdir %D/share/locale/ua/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/ua 2>/dev/null || /usr/bin/true -@dirrmtry share/locale/ua/LC_MESSAGES -@dirrmtry share/locale/ua -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile deleted file mode 100644 index 951eb4923..000000000 --- a/audio/terminatorx/Makefile +++ /dev/null @@ -1,100 +0,0 @@ -# New ports collection Makefile for: terminatorx -# Date created: 13 May 2002 -# Whom: Tilman Linneweh <arved@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= terminatorx -PORTVERSION= 3.82 -PORTREVISION= 3 -CATEGORIES= audio -MASTER_SITES= http://terminatorx.org/dist/ -DISTNAME= terminatorX-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Realtime audio synthesizer that allows you to "scratch" on audio data - -BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ - scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ - lrdf.2:${PORTSDIR}/textproc/liblrdf \ - jack.0:${PORTSDIR}/audio/jack - -USE_BZIP2= yes -USE_XLIB= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 libxml2 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --disable-alsa \ - --disable-alsamidi -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" - -MAN1= terminatorX.1 - -OPTIONS= MPG123 "mpg123 support" on \ - SOX "sox (.au) support" on \ - VORBIS "OGG Vorbis support" on \ - MAD "MPEG Audio Decoder (libmad) support" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_MPG123) -BUILD_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 -.else -CONFIGURE_ARGS+= --disable-mpg123 -.endif - -.if !defined(WITHOUT_SOX) -BUILD_DEPENDS+= sox:${PORTSDIR}/audio/sox -.else -CONFIGURE_ARGS+= --disable-sox -.endif - -.if !defined(WITHOUT_VORBIS) -BUILD_DEPENDS+= oggenc:${PORTSDIR}/audio/vorbis-tools -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis -.else -CONFIGURE_ARGS+= --disable-vorbis -.endif - -.if !defined(WITHOUT_MAD) -LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad -.else -CONFIGURE_ARGS+= --disable-mad -.endif - -post-patch: - @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' - @${GREP} -lR "%%LOCALBASE%%" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|%%LOCALBASE%%|${LOCALBASE}|g' - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/terminatorX ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/terminatorX.1 ${MANPREFIX}/man/man1 -.for file in terminatorX-app.png terminatorX-mime.png - ${INSTALL_DATA} ${WRKSRC}/gnome-support/${file} \ - ${PREFIX}/share/gnome/pixmaps -.endfor -.for file in terminatorX.mime terminatorX.keys - ${INSTALL_DATA} ${WRKSRC}/gnome-support/${file} \ - ${PREFIX}/share/gnome/mime-info -.endfor - ${INSTALL_DATA} ${WRKSRC}/gnome-support/terminatorX.desktop \ - ${PREFIX}/share/gnome/apps/Multimedia - @${MKDIR} ${PREFIX}/share/gnome/help/terminatorX/C - ${INSTALL_DATA} ${WRKSRC}/doc/terminatorX-manual/C/terminatorX-manual.xml \ - ${PREFIX}/share/gnome/help/terminatorX/C/terminatorX.xml - @${MKDIR} ${PREFIX}/share/gnome/help/terminatorX/C/figures - ${INSTALL_DATA} ${WRKSRC}/doc/terminatorX-manual/C/figures/signalflow.png \ - ${PREFIX}/share/gnome/help/terminatorX/C/figures - @${MKDIR} ${PREFIX}/share/gnome/omf/terminatorX - ${INSTALL_DATA} ${WRKSRC}/doc/terminatorX-manual/C/terminatorX-manual-C.omf \ - ${PREFIX}/share/gnome/omf/terminatorX/terminatorX-C.omf - @scrollkeeper-install -q ${PREFIX}/share/gnome/omf/terminatorX/terminatorX-C.omf 2>/dev/null || ${TRUE} - -.include <bsd.port.post.mk> diff --git a/audio/terminatorx/distinfo b/audio/terminatorx/distinfo deleted file mode 100644 index 68e8a2d52..000000000 --- a/audio/terminatorx/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (terminatorX-3.82.tar.bz2) = 72f17e3e34581e8090f4f53c1328f641 -SHA256 (terminatorX-3.82.tar.bz2) = dad251021d6fab5a47eff8fde7afdfd18f97d2f5b940a90686a0fed580a04bd9 -SIZE (terminatorX-3.82.tar.bz2) = 395755 diff --git a/audio/terminatorx/files/patch-configure b/audio/terminatorx/files/patch-configure deleted file mode 100644 index 67c50cb4e..000000000 --- a/audio/terminatorx/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Wed Nov 3 23:41:09 2004 -+++ configure Thu Nov 4 13:35:03 2004 -@@ -8456,6 +8456,8 @@ - echo "${ECHO_T}Found GNOME - installing terminatorX.desktop." >&6 - OPTION_GNOME="yes" - else -+ GNOMEpresent_TRUE='#' -+ GNOMEpresent_FALSE= - echo "$as_me:$LINENO: result: GNOME not found." >&5 - echo "${ECHO_T}GNOME not found." >&6 - fi -@@ -8594,7 +8596,7 @@ - - - if test "$prefix" != "NONE"; then -- xml_man="\\\"$datadir/terminatorX/doc/terminatorX-manual/C/terminatorX-manual.xml\\\"" -+ xml_man="\\\"$datadir/help/terminatorX/C/terminatorX.xml\\\"" - else - xml_man="\\\"/usr/local/share/terminatorX/doc/terminatorX-manual/C/terminatorX-manual.xml\\\"" - fi diff --git a/audio/terminatorx/files/patch-src::main.cc b/audio/terminatorx/files/patch-src::main.cc deleted file mode 100644 index 4b8a777e9..000000000 --- a/audio/terminatorx/files/patch-src::main.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.cc.orig Thu Aug 21 06:41:24 2003 -+++ src/main.cc Sat Aug 23 04:52:05 2003 -@@ -33,7 +33,7 @@ - 4 October 1999: Rewrite ;) - back to C++ - */ - --#define TX_GTKRC "/usr/share/themes/terminatorX/gtk/gtkrc" -+#define TX_GTKRC "%%LOCALBASE%%/share/themes/terminatorX/gtk/gtkrc" - - #define BENCH_CYCLES 100000 - diff --git a/audio/terminatorx/files/patch-src::tX_dialog.cc b/audio/terminatorx/files/patch-src::tX_dialog.cc deleted file mode 100644 index 580957977..000000000 --- a/audio/terminatorx/files/patch-src::tX_dialog.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tX_dialog.cc.orig Thu Jun 5 14:08:16 2003 -+++ src/tX_dialog.cc Thu Jun 5 14:08:40 2003 -@@ -184,7 +184,7 @@ - #ifdef USE_OSS - static GList *oss_devices=NULL; - --int oss_select_dsp_only(const struct dirent *entry){ -+int oss_select_dsp_only(struct dirent *entry){ - return (strstr(entry->d_name, "dsp")!=0); - } - diff --git a/audio/terminatorx/files/patch-src::tX_global.c b/audio/terminatorx/files/patch-src::tX_global.c deleted file mode 100644 index 67c21b697..000000000 --- a/audio/terminatorx/files/patch-src::tX_global.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tX_global.c.orig Thu Aug 21 06:41:24 2003 -+++ src/tX_global.c Sat Aug 23 04:34:16 2003 -@@ -127,7 +127,7 @@ - #endif - globals.use_stdout_cmdline=0; - strcpy(globals.current_path, ""); -- strcpy(globals.lrdf_path, "/usr/share/ladspa/rdf:/usr/local/share/ladspa/rdf"); -+ strcpy(globals.lrdf_path, "%%LOCALBASE%%/share/ladspa/rdf"); - globals.fullscreen_enabled=0; - globals.confirm_events=0; - globals.compress_set_files=0; diff --git a/audio/terminatorx/files/patch-src::tX_ladspa.cc b/audio/terminatorx/files/patch-src::tX_ladspa.cc deleted file mode 100644 index 56ba8e4ec..000000000 --- a/audio/terminatorx/files/patch-src::tX_ladspa.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- src/tX_ladspa.cc.orig Tue Aug 19 02:36:40 2003 -+++ src/tX_ladspa.cc Sat Aug 23 04:37:18 2003 -@@ -44,8 +44,8 @@ - ladspa_path_ptr=getenv("LADSPA_PATH"); - - if (!ladspa_path_ptr) { -- tX_warning("LADSPA_PATH not set. Trying /usr/lib/ladspa:/usr/local/lib/ladspa"); -- strcpy(ladspa_path, "/usr/lib/ladspa:/usr/local/lib/ladspa"); -+ tX_warning("LADSPA_PATH not set. Trying %%LOCALBASE%%/lib/ladspa"); -+ strcpy(ladspa_path, "%%LOCALBASE%%/lib/ladspa"); - } - else strcpy(ladspa_path, ladspa_path_ptr); - diff --git a/audio/terminatorx/pkg-descr b/audio/terminatorx/pkg-descr deleted file mode 100644 index 08a7eafa4..000000000 --- a/audio/terminatorx/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -terminatorX is a realtime audio synthesizer that allows you to "scratch" on -digitally sampled audio data (*.wav, *.au, *.mp3, etc.) the way hiphop-DJs -scratch on vinyl records. - -It features multiple turntables, realtime -effects (buit-in as well as LADSPA plugin effects), a sequencer and -an easy-to- use gtk+ GUI. - -Author: Alexander Koenig <alex@lisas.de> -WWW: http://www.terminatorx.org diff --git a/audio/terminatorx/pkg-plist b/audio/terminatorx/pkg-plist deleted file mode 100644 index 410c5fde1..000000000 --- a/audio/terminatorx/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/terminatorX -share/gnome/apps/Multimedia/terminatorX.desktop -share/gnome/help/terminatorX/C/terminatorX.xml -share/gnome/help/terminatorX/C/figures/signalflow.png -share/gnome/mime-info/terminatorX.keys -share/gnome/mime-info/terminatorX.mime -share/gnome/omf/terminatorX/terminatorX-C.omf -share/gnome/pixmaps/terminatorX-app.png -share/gnome/pixmaps/terminatorX-mime.png -@dirrm share/gnome/omf/terminatorX -@dirrm share/gnome/help/terminatorX/C/figures -@dirrm share/gnome/help/terminatorX/C -@dirrm share/gnome/help/terminatorX diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile deleted file mode 100644 index 09341bbed..000000000 --- a/audio/xfce4-mixer/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: xfce4-mixer -# Date created: 3 July 2003 -# Whom: James Earl <jdearl@telus.net> -# -# $FreeBSD$ -# - -PORTNAME= xfce4-mixer -PORTVERSION= 4.2.3 -PORTREVISION= 2 -CATEGORIES= audio xfce -MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \ - http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ -DIST_SUBDIR= xfce4 - -MAINTAINER= oliver@FreeBSD.org -COMMENT= XFce 4 volume mixer module for xfce4-panel - -BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \ - xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - xfce4mcs-client.2:${PORTSDIR}/x11/libxfce4mcs -RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \ - xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel - -USE_GETTEXT= yes -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ - CPPFLAGS=-I${LOCALBASE}/include \ - LIBS=-L${LOCALBASE}/lib - -.include <bsd.port.mk> diff --git a/audio/xfce4-mixer/distinfo b/audio/xfce4-mixer/distinfo deleted file mode 100644 index a01747951..000000000 --- a/audio/xfce4-mixer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xfce4/xfce4-mixer-4.2.3.tar.gz) = b57fd602b3612fb84a92b124f3468511 -SHA256 (xfce4/xfce4-mixer-4.2.3.tar.gz) = 9a3f9145520f9650b11f7ee4155d80976295baf0b6ed87be8a8466debed7e4e9 -SIZE (xfce4/xfce4-mixer-4.2.3.tar.gz) = 614377 diff --git a/audio/xfce4-mixer/pkg-descr b/audio/xfce4-mixer/pkg-descr deleted file mode 100644 index 0fc68b76d..000000000 --- a/audio/xfce4-mixer/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -XFce 4 volume control mixer module for xfce4-panel. - -WWW: http://www.xfce.org diff --git a/audio/xfce4-mixer/pkg-plist b/audio/xfce4-mixer/pkg-plist deleted file mode 100644 index b68db9ead..000000000 --- a/audio/xfce4-mixer/pkg-plist +++ /dev/null @@ -1,98 +0,0 @@ -bin/xfce4-mixer -lib/xfce4/modules/libxfce4mixer.la -lib/xfce4/modules/libxfce4mixer.so -lib/xfce4/modules/libxfce4mixer.so.0 -lib/xfce4/mcs-plugins/sound_settings.la -lib/xfce4/mcs-plugins/sound_settings.so -lib/xfce4/panel-plugins/libmixer.la -lib/xfce4/panel-plugins/libmixer.so -share/applications/xfce-mixer-settings.desktop -share/icons/hicolor/48x48/apps/xfce4-mixer.png -share/locale/af/LC_MESSAGES/xfce4-mixer.mo -share/locale/ar/LC_MESSAGES/xfce4-mixer.mo -share/locale/az/LC_MESSAGES/xfce4-mixer.mo -share/locale/be/LC_MESSAGES/xfce4-mixer.mo -share/locale/bg/LC_MESSAGES/xfce4-mixer.mo -share/locale/bn_IN/LC_MESSAGES/xfce4-mixer.mo -share/locale/ca/LC_MESSAGES/xfce4-mixer.mo -share/locale/cs/LC_MESSAGES/xfce4-mixer.mo -share/locale/da/LC_MESSAGES/xfce4-mixer.mo -share/locale/de/LC_MESSAGES/xfce4-mixer.mo -share/locale/el/LC_MESSAGES/xfce4-mixer.mo -share/locale/en_GB/LC_MESSAGES/xfce4-mixer.mo -share/locale/es/LC_MESSAGES/xfce4-mixer.mo -share/locale/es_MX/LC_MESSAGES/xfce4-mixer.mo -share/locale/et/LC_MESSAGES/xfce4-mixer.mo -share/locale/eu/LC_MESSAGES/xfce4-mixer.mo -share/locale/fa/LC_MESSAGES/xfce4-mixer.mo -share/locale/fi/LC_MESSAGES/xfce4-mixer.mo -share/locale/fr/LC_MESSAGES/xfce4-mixer.mo -share/locale/gu/LC_MESSAGES/xfce4-mixer.mo -share/locale/he/LC_MESSAGES/xfce4-mixer.mo -share/locale/hi/LC_MESSAGES/xfce4-mixer.mo -share/locale/hu/LC_MESSAGES/xfce4-mixer.mo -share/locale/hy/LC_MESSAGES/xfce4-mixer.mo -share/locale/it/LC_MESSAGES/xfce4-mixer.mo -share/locale/ja/LC_MESSAGES/xfce4-mixer.mo -share/locale/ko/LC_MESSAGES/xfce4-mixer.mo -share/locale/ku/LC_MESSAGES/xfce4-mixer.mo -share/locale/lt/LC_MESSAGES/xfce4-mixer.mo -share/locale/mr/LC_MESSAGES/xfce4-mixer.mo -share/locale/ms/LC_MESSAGES/xfce4-mixer.mo -share/locale/nb_NO/LC_MESSAGES/xfce4-mixer.mo -share/locale/nl/LC_MESSAGES/xfce4-mixer.mo -share/locale/pa/LC_MESSAGES/xfce4-mixer.mo -share/locale/pl/LC_MESSAGES/xfce4-mixer.mo -share/locale/pt_BR/LC_MESSAGES/xfce4-mixer.mo -share/locale/pt_PT/LC_MESSAGES/xfce4-mixer.mo -share/locale/ro/LC_MESSAGES/xfce4-mixer.mo -share/locale/ru/LC_MESSAGES/xfce4-mixer.mo -share/locale/sk/LC_MESSAGES/xfce4-mixer.mo -share/locale/sl/LC_MESSAGES/xfce4-mixer.mo -share/locale/sv/LC_MESSAGES/xfce4-mixer.mo -share/locale/ta/LC_MESSAGES/xfce4-mixer.mo -share/locale/tr/LC_MESSAGES/xfce4-mixer.mo -share/locale/uk/LC_MESSAGES/xfce4-mixer.mo -share/locale/vi/LC_MESSAGES/xfce4-mixer.mo -share/locale/zh_CN/LC_MESSAGES/xfce4-mixer.mo -share/locale/zh_TW/LC_MESSAGES/xfce4-mixer.mo -@dirrmtry lib/xfce4/modules -@dirrmtry lib/xfce4/mcs-plugins -@dirrmtry lib/xfce4/panel-plugins -@dirrmtry lib/xfce4 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nb_NO/LC_MESSAGES -@dirrmtry share/locale/nb_NO -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be |