1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Update to 2.1. The update was actually merged from easytag-devel port with

a few minor modification.
- Take maintainership

Approved by:		Wesley Shields (former maintainer) on irc
This commit is contained in:
Roman Bogorodskiy 2007-08-02 18:27:13 +00:00
parent b9d092a4f4
commit d859810638
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196980
5 changed files with 40 additions and 42 deletions

View File

@ -1,34 +1,40 @@
# 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= 4
PORTVERSION= 2.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>

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -1,10 +1,13 @@
bin/easytag
%%DATADIR%%/ChangeLog
%%DATADIR%%/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/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/gnome/apps/Multimedia
@dirrmtry share/gnome/apps
@dirrmtry share/gnome
@dirrm %%DATADIR%%
share/locale/zh_CN/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