diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/beast/Makefile | 2 | ||||
-rw-r--r-- | audio/easytag-devel/Makefile | 10 | ||||
-rw-r--r-- | audio/easytag-devel/distinfo | 6 | ||||
-rw-r--r-- | audio/easytag-devel/pkg-descr | 2 | ||||
-rw-r--r-- | audio/easytag-devel/pkg-plist | 1 | ||||
-rw-r--r-- | audio/easytag/Makefile | 35 | ||||
-rw-r--r-- | audio/easytag/distinfo | 6 | ||||
-rw-r--r-- | audio/easytag/pkg-descr | 10 | ||||
-rw-r--r-- | audio/easytag/pkg-plist | 17 | ||||
-rw-r--r-- | audio/gnomoradio/Makefile | 2 | ||||
-rw-r--r-- | audio/solfege/Makefile | 11 | ||||
-rw-r--r-- | audio/solfege/distinfo | 6 | ||||
-rw-r--r-- | audio/solfege/pkg-plist | 22 | ||||
-rw-r--r-- | audio/sweep/Makefile | 2 |
14 files changed, 81 insertions, 51 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 4d4e42c8b..c5352c62d 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -7,7 +7,7 @@ PORTNAME= beast PORTVERSION= 0.6.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= ftp://beast.gtk.org/pub/beast/v0.6/ \ http://beast.gtk.org/beast-ftp/v0.6/ diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile index 51905d152..f98de06e7 100644 --- a/audio/easytag-devel/Makefile +++ b/audio/easytag-devel/Makefile @@ -6,8 +6,8 @@ # PORTNAME= easytag -PORTVERSION= 2.1 -PORTREVISION= 2 +PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -39,4 +39,10 @@ CONFIGURE_ARGS+= --enable-wavpack CONFIGURE_ARGS+= --disable-wavpack .endif +.if defined(WITHOUT_ID3V23) +CONFIGURE_ARGS+= --disable-id3v23 +.else +LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag +.endif + .include <bsd.port.mk> diff --git a/audio/easytag-devel/distinfo b/audio/easytag-devel/distinfo index efbf60955..c2f281205 100644 --- a/audio/easytag-devel/distinfo +++ b/audio/easytag-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (easytag-2.1.tar.bz2) = a585cb9e400ba460ec1801856ea5e90f -SHA256 (easytag-2.1.tar.bz2) = 8903771d33795d0e65c2ee6e7f09709c280cc1ae5878c20a201d7a4b06ff57e5 -SIZE (easytag-2.1.tar.bz2) = 2924032 +MD5 (easytag-2.1.2.tar.bz2) = 4b741e8ddf809d989a012d20a5a969aa +SHA256 (easytag-2.1.2.tar.bz2) = 921d3a4011d91eedbe3b4c7a99d13dba8f1c79f13b9048154a30e86bdb7a43d1 +SIZE (easytag-2.1.2.tar.bz2) = 2954397 diff --git a/audio/easytag-devel/pkg-descr b/audio/easytag-devel/pkg-descr index 2f70e57be..49c4fd9c9 100644 --- a/audio/easytag-devel/pkg-descr +++ b/audio/easytag-devel/pkg-descr @@ -1,8 +1,6 @@ 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 diff --git a/audio/easytag-devel/pkg-plist b/audio/easytag-devel/pkg-plist index a3a61dbe8..3e9cc30ba 100644 --- a/audio/easytag-devel/pkg-plist +++ b/audio/easytag-devel/pkg-plist @@ -10,6 +10,7 @@ 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/he/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 diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index f9d7b6e97..b4377f93d 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,34 +1,41 @@ -# ex:ts=8 -# New ports collection makefile for: easytag -# Date created: May 17, 2001 -# Whom: ijliao +# New ports collection makefile for: easytag-devel +# Date created: 15 Feb 2005 +# Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ # PORTNAME= easytag -PORTVERSION= 1.1 -PORTREVISION= 5 +PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= wxs@atarininja.org -COMMENT= Tag editor for MP3 and OGG files +MAINTAINER= novel@FreeBSD.org +COMMENT= GTK2 Tag editor for MP3 and OGG files -LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - FLAC.7:${PORTSDIR}/audio/flac +LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \ + vorbis:${PORTSDIR}/audio/libvorbis \ + FLAC:${PORTSDIR}/audio/flac \ + mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 MAN1= easytag.1 CONFLICTS= easytag-devel-[0-9]* USE_BZIP2= yes +USE_XLIB= yes USE_GETTEXT= yes -USE_GNOME= gtk12 +USE_GNOME= gnomehack gnomeprefix gtk20 desktopfileutils GNU_CONFIGURE= yes -CONFIGURE_ENV= CONFIG_SHELL="${SH}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_GTK" \ LDFLAGS="-L${LOCALBASE}/lib" +.if defined(WITH_WAVPACK) +LIB_DEPENDS+= wavpack.1:${PORTSDIR}/audio/wavpack +CONFIGURE_ARGS+= --enable-wavpack +.else +CONFIGURE_ARGS+= --disable-wavpack +.endif + .include <bsd.port.mk> diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo index ccf842286..efbf60955 100644 --- a/audio/easytag/distinfo +++ b/audio/easytag/distinfo @@ -1,3 +1,3 @@ -MD5 (easytag-1.1.tar.bz2) = c334c286f649a12e6bd0d3a4e4ac60c4 -SHA256 (easytag-1.1.tar.bz2) = 47bada1fc6a919abbb9061580dce19984a651f5d3e9a1f2e1f0cdcc6e3938fbc -SIZE (easytag-1.1.tar.bz2) = 1112302 +MD5 (easytag-2.1.tar.bz2) = a585cb9e400ba460ec1801856ea5e90f +SHA256 (easytag-2.1.tar.bz2) = 8903771d33795d0e65c2ee6e7f09709c280cc1ae5878c20a201d7a4b06ff57e5 +SIZE (easytag-2.1.tar.bz2) = 2924032 diff --git a/audio/easytag/pkg-descr b/audio/easytag/pkg-descr index d6b8601ca..2f70e57be 100644 --- a/audio/easytag/pkg-descr +++ b/audio/easytag/pkg-descr @@ -1,12 +1,14 @@ 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), + fields (using masks), - Ability to rename files from the tag (using masks) or by loading a text -file, + file, - Process selected files of the selected directory, - Ability to browse subdirectories, - Recursion for tagging, removing, renaming, saving..., @@ -15,10 +17,10 @@ file, - 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, ...), + 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 translation languages, + Ukrainian, Czech, Spanish, Polish and Romanian translations WWW: http://easytag.sourceforge.net diff --git a/audio/easytag/pkg-plist b/audio/easytag/pkg-plist index 9a49db16d..a3a61dbe8 100644 --- a/audio/easytag/pkg-plist +++ b/audio/easytag/pkg-plist @@ -1,10 +1,13 @@ bin/easytag -%%DATADIR%%/ChangeLog -%%DATADIR%%/EasyTAG_logo.xpm share/applications/easytag.desktop +share/easytag/ChangeLog +share/easytag/EasyTAG_logo.xpm +share/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 @@ -12,12 +15,12 @@ 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 -share/pixmaps/EasyTAG.xpm -@dirrmtry share/apps/Multimedia -@dirrmtry share/apps -@dirrmtry share/gnome -@dirrm %%DATADIR%% +share/locale/zh_CN/LC_MESSAGES/easytag.mo +@dirrm share/easytag +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index 9a5070ffd..288c3e451 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomoradio PORTVERSION= 0.15.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 863408879..6dc9da329 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -4,15 +4,14 @@ # Whom: ijliao # # $FreeBSD$ -# $MCom: ports/audio/solfege/Makefile,v 1.4 2007/06/29 22:55:02 mezz Exp $ +# $MCom: ports/audio/solfege/Makefile,v 1.5 2007/07/23 16:29:56 mezz Exp $ # PORTNAME= solfege -PORTVERSION= 3.8.1 +PORTVERSION= 3.9.0 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF PKGNAMESUFFIX= -nosound MAINTAINER= ports@FreeBSD.org @@ -54,6 +53,10 @@ post-patch: @${RM} ${WRKSRC}/lesson-files/bin/csound-play-harmonic-interval.sh.orig @${GREP} -lR "/usr/bin/python" ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -e 's|/usr/bin/python|${SETENV} python|g' +.for file in lessonfile_editor.py.in run-solfege.py.in + @${REINPLACE_CMD} -e 's|share", "solfege|share", "gnome", "solfege|g' \ + ${WRKSRC}/${file} +.endfor @${REINPLACE_CMD} -e 's|type=sequencer-device|type=fake-synth|g ; \ s|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/default.config @${REINPLACE_CMD} -e 's|(datadir)/locale|(prefix)/share/locale|g' \ diff --git a/audio/solfege/distinfo b/audio/solfege/distinfo index c5029a4f4..778cff924 100644 --- a/audio/solfege/distinfo +++ b/audio/solfege/distinfo @@ -1,3 +1,3 @@ -MD5 (solfege-3.8.1.tar.gz) = 885e23715073f652a6a96a5b7ea2d36e -SHA256 (solfege-3.8.1.tar.gz) = ab8f35ddae577696b415ea450cbaa26b94aab9d73867192ad5cc82a836b889f6 -SIZE (solfege-3.8.1.tar.gz) = 2395107 +MD5 (solfege-3.9.0.tar.gz) = bff86e7f7adce3bf6c42235ecc3efe81 +SHA256 (solfege-3.9.0.tar.gz) = 19bb0b2b107d2d6e3008d3067241ad0f2ce4b7d797b4b7c0744669c47bb7951a +SIZE (solfege-3.9.0.tar.gz) = 2428917 diff --git a/audio/solfege/pkg-plist b/audio/solfege/pkg-plist index 1d4dfd5d1..6ce4a9732 100644 --- a/audio/solfege/pkg-plist +++ b/audio/solfege/pkg-plist @@ -141,6 +141,7 @@ share/solfege/help/C/chord.html share/solfege/help/C/compareintervals-module.html share/solfege/help/C/dictation-module.html share/solfege/help/C/dictation.html +share/solfege/help/C/ear-training-test-printout-editor.html share/solfege/help/C/elembuilder-module.html share/solfege/help/C/elembuilder.html share/solfege/help/C/extending-solfege.html @@ -191,8 +192,8 @@ share/solfege/help/C/ly/theory-intervals-seconds.png share/solfege/help/C/ly/theory-intervals-sevenths.png share/solfege/help/C/ly/theory-intervals-sixths.png share/solfege/help/C/ly/theory-intervals-thirds.png +share/solfege/help/C/melodicinterval-module.html share/solfege/help/C/melodicinterval.html -share/solfege/help/C/melodicintervals-module.html share/solfege/help/C/midi-instrument-names.html share/solfege/help/C/music-theory.html share/solfege/help/C/nameinterval-module.html @@ -223,6 +224,7 @@ share/solfege/help/fr/chord.html share/solfege/help/fr/compareintervals-module.html share/solfege/help/fr/dictation-module.html share/solfege/help/fr/dictation.html +share/solfege/help/fr/ear-training-test-printout-editor.html share/solfege/help/fr/elembuilder-module.html share/solfege/help/fr/elembuilder.html share/solfege/help/fr/extending-solfege.html @@ -257,8 +259,8 @@ share/solfege/help/fr/idtone.html share/solfege/help/fr/index.html share/solfege/help/fr/inverting-intervals.html share/solfege/help/fr/lesson-files.html +share/solfege/help/fr/melodicinterval-module.html share/solfege/help/fr/melodicinterval.html -share/solfege/help/fr/melodicintervals-module.html share/solfege/help/fr/midi-instrument-names.html share/solfege/help/fr/music-theory.html share/solfege/help/fr/nameinterval-module.html @@ -289,6 +291,7 @@ share/solfege/help/no/chord.html share/solfege/help/no/compareintervals-module.html share/solfege/help/no/dictation-module.html share/solfege/help/no/dictation.html +share/solfege/help/no/ear-training-test-printout-editor.html share/solfege/help/no/elembuilder-module.html share/solfege/help/no/elembuilder.html share/solfege/help/no/extending-solfege.html @@ -323,8 +326,8 @@ share/solfege/help/no/idtone.html share/solfege/help/no/index.html share/solfege/help/no/inverting-intervals.html share/solfege/help/no/lesson-files.html +share/solfege/help/no/melodicinterval-module.html share/solfege/help/no/melodicinterval.html -share/solfege/help/no/melodicintervals-module.html share/solfege/help/no/midi-instrument-names.html share/solfege/help/no/music-theory.html share/solfege/help/no/nameinterval-module.html @@ -355,6 +358,7 @@ share/solfege/help/pt_BR/chord.html share/solfege/help/pt_BR/compareintervals-module.html share/solfege/help/pt_BR/dictation-module.html share/solfege/help/pt_BR/dictation.html +share/solfege/help/pt_BR/ear-training-test-printout-editor.html share/solfege/help/pt_BR/elembuilder-module.html share/solfege/help/pt_BR/elembuilder.html share/solfege/help/pt_BR/extending-solfege.html @@ -388,8 +392,8 @@ share/solfege/help/pt_BR/idtone.html share/solfege/help/pt_BR/index.html share/solfege/help/pt_BR/inverting-intervals.html share/solfege/help/pt_BR/lesson-files.html +share/solfege/help/pt_BR/melodicinterval-module.html share/solfege/help/pt_BR/melodicinterval.html -share/solfege/help/pt_BR/melodicintervals-module.html share/solfege/help/pt_BR/midi-instrument-names.html share/solfege/help/pt_BR/music-theory.html share/solfege/help/pt_BR/nameinterval-module.html @@ -420,6 +424,7 @@ share/solfege/help/tr/chord.html share/solfege/help/tr/compareintervals-module.html share/solfege/help/tr/dictation-module.html share/solfege/help/tr/dictation.html +share/solfege/help/tr/ear-training-test-printout-editor.html share/solfege/help/tr/elembuilder-module.html share/solfege/help/tr/elembuilder.html share/solfege/help/tr/extending-solfege.html @@ -454,8 +459,8 @@ share/solfege/help/tr/idtone.html share/solfege/help/tr/index.html share/solfege/help/tr/inverting-intervals.html share/solfege/help/tr/lesson-files.html +share/solfege/help/tr/melodicinterval-module.html share/solfege/help/tr/melodicinterval.html -share/solfege/help/tr/melodicintervals-module.html share/solfege/help/tr/midi-instrument-names.html share/solfege/help/tr/music-theory.html share/solfege/help/tr/nameinterval-module.html @@ -805,6 +810,7 @@ share/solfege/mpd/requests.py share/solfege/mpd/track.py share/solfege/solfege.gtkrc share/solfege/soundcard/__init__.py +share/solfege/soundcard/exporter.py share/solfege/soundcard/fakesynth.py share/solfege/soundcard/midifilesynth.py share/solfege/soundcard/oss_common.py @@ -814,6 +820,7 @@ share/solfege/soundcard/solfege_c_midi.py share/solfege/soundcard/soundcardexceptions.py share/solfege/soundcard/synth_common.py share/solfege/soundcard/winsynth.py +share/solfege/src/ElementTree.py share/solfege/src/__init__.py share/solfege/src/abstract.py share/solfege/src/app.py @@ -830,7 +837,7 @@ share/solfege/src/docviewer.py share/solfege/src/elembuilder.py share/solfege/src/example.py share/solfege/src/exceptiondialog.py -share/solfege/src/gethomedir.py +share/solfege/src/filesystem.py share/solfege/src/gpath.py share/solfege/src/gu.py share/solfege/src/harmonicinterval.py @@ -856,6 +863,7 @@ share/solfege/src/nameinterval.py share/solfege/src/notenamespinbutton.py share/solfege/src/osutils.py share/solfege/src/pmwiki.py +share/solfege/src/practisesheetdlg.py share/solfege/src/reportbug.py share/solfege/src/reportlib.py share/solfege/src/rhythm.py @@ -869,6 +877,7 @@ share/solfege/src/specialwidgets.py share/solfege/src/statistics.py share/solfege/src/statisticsviewer.py share/solfege/src/stock.py +share/solfege/src/testlib.py share/solfege/src/tracebackwindow.py share/solfege/src/trainingsetdlg.py share/solfege/src/tree.py @@ -876,6 +885,7 @@ share/solfege/src/tuner.py share/solfege/src/twelvetone.py share/solfege/src/utils.py share/solfege/src/uuid.py +share/solfege/src/winreg.py share/solfege/src/xrandom.py share/solfege/themes/svg/chord-voicing.svg share/solfege/themes/svg/chord.svg diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 7a20daab0..65e916cb5 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -12,7 +12,7 @@ CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= miwi@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A sound editor for the GNOME/GTK 2.0 desktop LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ |