diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 13:23:54 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 13:23:54 +0800 |
commit | fad7e30dd644607411bc62c562623589129526c8 (patch) | |
tree | 490cd5f9d428f954c792baf1f31968a995d4bc0f /audio | |
parent | 0026b822726b1416da2b6cd84b0b6f5788ef87a7 (diff) | |
download | marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar.gz marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar.bz2 marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar.lz marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar.xz marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar.zst marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.zip |
- Update to 2.15.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6165 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sound-juicer/Makefile | 44 | ||||
-rw-r--r-- | audio/sound-juicer/distinfo | 3 | ||||
-rw-r--r-- | audio/sound-juicer/files/patch-src::Makefile.in | 11 | ||||
-rw-r--r-- | audio/sound-juicer/files/patch-src::sj-metadata-musicbrainz.c | 18 | ||||
-rw-r--r-- | audio/sound-juicer/pkg-descr | 5 | ||||
-rw-r--r-- | audio/sound-juicer/pkg-plist | 107 |
6 files changed, 188 insertions, 0 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile new file mode 100644 index 000000000..c6f09f1ed --- /dev/null +++ b/audio/sound-juicer/Makefile @@ -0,0 +1,44 @@ +# 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.49 2006/04/14 15:06:00 ahze Exp $ +# + +PORTNAME= sound-juicer +PORTVERSION= 2.15.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/gnomemedia2 \ + cdio.6:${PORTSDIR}/sysutils/libcdio + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +INSTALLS_OMF= yes +USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \ + gnomedocutils +USE_GSTREAMER= cdparanoia vorbis flac gconf +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 new file mode 100644 index 000000000..0f5a65b5d --- /dev/null +++ b/audio/sound-juicer/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/sound-juicer-2.15.1.tar.bz2) = 3b3eaf9e6e34c5436fe14c276c66676d +SHA256 (gnome2/sound-juicer-2.15.1.tar.bz2) = 8523e56c837f89d13e384373fa24dc016bae54c743782ef08051f02612f2dd19 +SIZE (gnome2/sound-juicer-2.15.1.tar.bz2) = 883013 diff --git a/audio/sound-juicer/files/patch-src::Makefile.in b/audio/sound-juicer/files/patch-src::Makefile.in new file mode 100644 index 000000000..189365e86 --- /dev/null +++ b/audio/sound-juicer/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Mon Apr 3 23:40:45 2006 ++++ src/Makefile.in Mon Apr 3 23:40:45 2006 +@@ -77,7 +77,7 @@ am_sound_juicer_OBJECTS = dummy.$(OBJEXT + gconf-bridge.$(OBJEXT) bacon-volume.$(OBJEXT) $(am__objects_2) \ + $(am__objects_3) $(am__objects_4) + sound_juicer_OBJECTS = $(am_sound_juicer_OBJECTS) +-sound_juicer_LDADD = $(LDADD) ++sound_juicer_LDADD = $(LDADD) -lcam + DEFAULT_INCLUDES = -I. -I$(srcdir) -I. + depcomp = $(SHELL) $(top_srcdir)/depcomp + am__depfiles_maybe = depfiles diff --git a/audio/sound-juicer/files/patch-src::sj-metadata-musicbrainz.c b/audio/sound-juicer/files/patch-src::sj-metadata-musicbrainz.c new file mode 100644 index 000000000..c510a48dc --- /dev/null +++ b/audio/sound-juicer/files/patch-src::sj-metadata-musicbrainz.c @@ -0,0 +1,18 @@ +--- src/sj-metadata-musicbrainz.c.orig Mon Jan 17 13:22:54 2005 ++++ src/sj-metadata-musicbrainz.c Mon Jan 17 13:23:02 2005 +@@ -18,7 +18,6 @@ + * Boston, MA 02111-1307, USA. + */ + +-#include "sound-juicer.h" + + #include <string.h> + #include <glib-object.h> +@@ -32,6 +31,7 @@ + #include <stdlib.h> + #include <unistd.h> + ++#include "sound-juicer.h" + #include "sj-metadata-musicbrainz.h" + #include "sj-structures.h" + #include "sj-error.h" diff --git a/audio/sound-juicer/pkg-descr b/audio/sound-juicer/pkg-descr new file mode 100644 index 000000000..ec4721433 --- /dev/null +++ b/audio/sound-juicer/pkg-descr @@ -0,0 +1,5 @@ +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 new file mode 100644 index 000000000..ea368bfc9 --- /dev/null +++ b/audio/sound-juicer/pkg-plist @@ -0,0 +1,107 @@ +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/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/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/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-es.omf +share/gnome/omf/sound-juicer/sound-juicer-nl.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/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/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/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/mk/LC_MESSAGES/sound-juicer.mo +share/locale/ml/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/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/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/locale/br/LC_MESSAGES +@dirrmtry share/locale/br +@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/nl/figures +@dirrm share/gnome/help/sound-juicer/nl +@dirrm share/gnome/help/sound-juicer/es/figures +@dirrm share/gnome/help/sound-juicer/es +@dirrm share/gnome/help/sound-juicer/C/figures +@dirrm share/gnome/help/sound-juicer/C +@dirrm share/gnome/help/sound-juicer |