forked from Lainports/freebsd-ports
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:
parent
cf265c722a
commit
53f144e57c
5 changed files with 49 additions and 0 deletions
|
|
@ -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
29
audio/mp3unicode/Makefile
Normal 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>
|
||||
3
audio/mp3unicode/distinfo
Normal file
3
audio/mp3unicode/distinfo
Normal 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
|
||||
12
audio/mp3unicode/files/patch-mp3unicode.cpp
Normal file
12
audio/mp3unicode/files/patch-mp3unicode.cpp
Normal 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,
|
||||
4
audio/mp3unicode/pkg-descr
Normal file
4
audio/mp3unicode/pkg-descr
Normal 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/
|
||||
Loading…
Add table
Reference in a new issue