diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-25 10:53:56 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-25 10:53:56 +0800 |
commit | 372a47ecccfffc5cd770b3f54ce2656eeb04def1 (patch) | |
tree | 1892c5e6005dff0a1fa1b4c0855f092a20ad4458 | |
parent | f5e28a020ad5b598734cdf50c664fea361f4fd45 (diff) | |
download | marcuscom-ports-372a47ecccfffc5cd770b3f54ce2656eeb04def1.tar marcuscom-ports-372a47ecccfffc5cd770b3f54ce2656eeb04def1.tar.gz marcuscom-ports-372a47ecccfffc5cd770b3f54ce2656eeb04def1.tar.bz2 marcuscom-ports-372a47ecccfffc5cd770b3f54ce2656eeb04def1.tar.lz marcuscom-ports-372a47ecccfffc5cd770b3f54ce2656eeb04def1.tar.xz marcuscom-ports-372a47ecccfffc5cd770b3f54ce2656eeb04def1.tar.zst marcuscom-ports-372a47ecccfffc5cd770b3f54ce2656eeb04def1.zip |
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6775 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/easytag-devel/Makefile | 35 | ||||
-rw-r--r-- | audio/easytag-devel/distinfo | 3 | ||||
-rw-r--r-- | audio/easytag-devel/files/patch-src_picture.c | 22 | ||||
-rw-r--r-- | audio/easytag-devel/pkg-descr | 26 | ||||
-rw-r--r-- | audio/easytag-devel/pkg-plist | 25 |
5 files changed, 111 insertions, 0 deletions
diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile new file mode 100644 index 000000000..558f20ee6 --- /dev/null +++ b/audio/easytag-devel/Makefile @@ -0,0 +1,35 @@ +# 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= adamw@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 new file mode 100644 index 000000000..22658c014 --- /dev/null +++ b/audio/easytag-devel/distinfo @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000..d6829c8f0 --- /dev/null +++ b/audio/easytag-devel/files/patch-src_picture.c @@ -0,0 +1,22 @@ + +$FreeBSD: ports/audio/easytag-devel/files/patch-src_picture.c,v 1.1 2005/12/23 20:51:29 vs Exp $ + +--- 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 new file mode 100644 index 000000000..2f70e57be --- /dev/null +++ b/audio/easytag-devel/pkg-descr @@ -0,0 +1,26 @@ +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 new file mode 100644 index 000000000..d747a6cfc --- /dev/null +++ b/audio/easytag-devel/pkg-plist @@ -0,0 +1,25 @@ +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 |