Add musicbox-tag-editor, a really simple Gtk2 mp3 tag editor.

-tag-editor suffix is added to binary to differentiate it from already
existing audio/musicbox.

PR:		ports/69637
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
This commit is contained in:
Pav Lucistnik 2004-07-28 15:36:22 +00:00
parent eb40335dd5
commit 75f306edb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114945
5 changed files with 49 additions and 0 deletions

View File

@ -236,6 +236,7 @@
SUBDIR += muse
SUBDIR += musepack
SUBDIR += musicbox
SUBDIR += musicbox-tag-editor
SUBDIR += musicbrainz
SUBDIR += musiccontrol
SUBDIR += musicpd

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: MusicBox
# Date created: 26 Jul 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= musicbox-tag-editor
PORTVERSION= 0.2.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= musicbox
DISTNAME= musicbox-${PORTVERSION}
MAINTAINER= jylefort@brutele.be
COMMENT= A simple GTK+ audio tag editor
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix libglade2
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# do not conflict with audio/musicbox
CONFIGURE_ARGS= --program-suffix=-tag-editor
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${PREFIX}/share/gnome/pixmaps|' ${WRKSRC}/data/musicbox.glade
@${REINPLACE_CMD} -e 's|Exec=musicbox|Exec=musicbox-tag-editor|' ${WRKSRC}/data/musicbox.desktop
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (musicbox-0.2.3.tar.gz) = 03f9eb2c446debd1e187d472c05dcad8
SIZE (musicbox-0.2.3.tar.gz) = 96339

View File

@ -0,0 +1,7 @@
Musicbox is a simple one-file-at-a-time audio tag editor. It can edit
ID3, Vorbis and FLAC tags via the TagLib library.
WWW: http://projects.subpop.net/musicbox/
- Jean-Yves Lefort
jylefort@brutele.be

View File

@ -0,0 +1,6 @@
bin/musicbox-tag-editor
share/gnome/applications/musicbox.desktop
share/gnome/musicbox/edit.pl
share/gnome/musicbox/musicbox.glade
share/gnome/pixmaps/musicbox.png
@dirrm share/gnome/musicbox