MP3Unicode is a command line utility to convert ID3 tags in mp3

files between different encodings.

WWW:	http://mp3unicode.sourceforge.net/

PR:		ports/116739
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
This commit is contained in:
Martin Wilke 2007-10-05 21:17:04 +00:00
parent cf265c722a
commit 53f144e57c
5 changed files with 49 additions and 0 deletions

View file

@ -403,6 +403,7 @@
SUBDIR += mp3splt
SUBDIR += mp3stat
SUBDIR += mp3towav-bundle
SUBDIR += mp3unicode
SUBDIR += mp3wrap
SUBDIR += mpc
SUBDIR += mpdcon

29
audio/mp3unicode/Makefile Normal file
View file

@ -0,0 +1,29 @@
# New ports collection makefile for: mp3unicode
# Date created: 2007-09-29
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= mp3unicode
PORTVERSION= 1.2
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= makc@issp.ac.ru
COMMENT= ID3 tags charset converter
LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib/
USE_BZIP2= yes
USE_ICONV= yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= ICONV_CFLAGS="-I${LOCALBASE}/include" \
ICONV_LIBS="-L${LOCALBASE}/lib -liconv"
MAN1= mp3unicode.1
PLIST_FILES= bin/mp3unicode
PORTDOCS= COPYING README
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (mp3unicode-1.2.tar.bz2) = 36665ee3ed71585e377f46fda6124a09
SHA256 (mp3unicode-1.2.tar.bz2) = 7788dde056204d003f32f07aa99ed46b1599ecfc0e9e12c8b559fa1072ffb74b
SIZE (mp3unicode-1.2.tar.bz2) = 95372

View file

@ -0,0 +1,12 @@
--- ./mp3unicode.cpp.orig 2007-09-25 14:57:33.000000000 +0400
+++ ./mp3unicode.cpp 2007-09-29 15:16:49.000000000 +0400
@@ -200,9 +200,6 @@
if (
iconv (
cd,
-#if !defined(_LIBICONV_VERSION) || _LIBICONV_VERSION < 0x010B
- (char **)
-#endif
&from,
&from_size,
&to,

View file

@ -0,0 +1,4 @@
MP3Unicode is a command line utility to convert ID3 tags in mp3
files between different encodings.
WWW: http://mp3unicode.sourceforge.net/