diff options
author | adamw <adamw@FreeBSD.org> | 2005-02-16 12:40:42 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-02-16 12:40:42 +0800 |
commit | 843c246aa05a945e37b3db823b1015c46ea58e5d (patch) | |
tree | e46b4f66f9d6fcac70a85dca1fad1b8399d6678d /audio | |
parent | 72f26e3669361a2103c8f276e9f0f5178a454f77 (diff) | |
download | freebsd-ports-graphics-843c246aa05a945e37b3db823b1015c46ea58e5d.tar.gz freebsd-ports-graphics-843c246aa05a945e37b3db823b1015c46ea58e5d.tar.zst freebsd-ports-graphics-843c246aa05a945e37b3db823b1015c46ea58e5d.zip |
Bring easytag into easytag-devel after repocopy.
This brings easytag to version 1.99.3. The new big feature here is
the GTK2 interface.
I <3 this tool, BTW. Just so you all know.
Repocopied by: marcus
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag-devel/Makefile | 29 | ||||
-rw-r--r-- | audio/easytag-devel/distinfo | 4 | ||||
-rw-r--r-- | audio/easytag-devel/files/patch-Makefile.in | 13 | ||||
-rw-r--r-- | audio/easytag-devel/pkg-descr | 10 | ||||
-rw-r--r-- | audio/easytag-devel/pkg-plist | 14 |
5 files changed, 28 insertions, 42 deletions
diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile index ca9cc2feb11..f190bf9608d 100644 --- a/audio/easytag-devel/Makefile +++ b/audio/easytag-devel/Makefile @@ -1,31 +1,32 @@ -# 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.0 +PORTVERSION= 1.99.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= -devel -MAINTAINER= wxs@csh.rit.edu -COMMENT= Tag editor for MP3 and OGG files +MAINTAINER= adamw@FreeBSD.org +COMMENT= GTK2 Tag editor for MP3 and OGG files -LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ - vorbis.3:${PORTSDIR}/audio/libvorbis \ - FLAC.5:${PORTSDIR}/audio/flac +LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \ + vorbis:${PORTSDIR}/audio/libvorbis \ + FLAC:${PORTSDIR}/audio/flac MAN1= easytag.1 +CONFLICTS= easytag-[0-9]* USE_BZIP2= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CONFIG_SHELL="${SH}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix gtk20 +USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/audio/easytag-devel/distinfo b/audio/easytag-devel/distinfo index 7d64fd1786a..88df85277a9 100644 --- a/audio/easytag-devel/distinfo +++ b/audio/easytag-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (easytag-1.0.tar.bz2) = 2edda10af47a52c7f74c77fa0b45cd38 -SIZE (easytag-1.0.tar.bz2) = 1068173 +MD5 (easytag-1.99.3.tar.bz2) = 36d30ccc8e5957e78c973660aacc2e4a +SIZE (easytag-1.99.3.tar.bz2) = 1108454 diff --git a/audio/easytag-devel/files/patch-Makefile.in b/audio/easytag-devel/files/patch-Makefile.in deleted file mode 100644 index 570912e3038..00000000000 --- a/audio/easytag-devel/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- Makefile.in.orig Tue Jun 8 13:21:43 2004 -+++ Makefile.in Tue Jun 8 13:22:32 2004 -@@ -110,7 +110,7 @@ - - SUBDIRS = src intl po pixmaps doc - --gnome_menudir = $(datadir)/applications -+gnome_menudir = $(prefix)/share/gnome/apps/Multimedia - gnome_menu_DATA = easytag.desktop - - textdir = $(datadir)/$(PACKAGE) diff --git a/audio/easytag-devel/pkg-descr b/audio/easytag-devel/pkg-descr index d6b8601ca9e..2f70e57bea8 100644 --- a/audio/easytag-devel/pkg-descr +++ b/audio/easytag-devel/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-devel/pkg-plist b/audio/easytag-devel/pkg-plist index d981db394e0..d22d5cd37eb 100644 --- a/audio/easytag-devel/pkg-plist +++ b/audio/easytag-devel/pkg-plist @@ -1,7 +1,8 @@ bin/easytag -share/easytag/ChangeLog -share/easytag/EasyTAG_logo.xpm -share/gnome/apps/Multimedia/easytag.desktop +share/gnome/applications/easytag.desktop +share/gnome/easytag/ChangeLog +share/gnome/easytag/EasyTAG_logo.xpm +share/gnome/pixmaps/EasyTAG.xpm share/locale/cs/LC_MESSAGES/easytag.mo share/locale/da/LC_MESSAGES/easytag.mo share/locale/de/LC_MESSAGES/easytag.mo @@ -16,9 +17,4 @@ 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 -@unexec rmdir %D/share/pixmaps 2>/dev/null || true -@unexec rmdir %D/share/gnome/apps/Multimedia 2>/dev/null || true -@unexec rmdir %D/share/gnome/apps 2>/dev/null || true -@unexec rmdir %D/share/gnome 2>/dev/null || true -@dirrm share/easytag +@dirrm share/gnome/easytag |