initial import for gnormalize
gnormalize is a front end to normalize, an audio converter, a ripper, an encoder, a cd player and a metadata (tag) editor. It uses gtk2-perl under GNU/Linux. gnormalize decodes the MP3/MP4/MPC/OGG/APE/FLAC file to WAV, then normalizes the WAV to a targeted volume level and re-encodes it. gnormalize can also rip, encode, convert audio format between MP3, MP4, MPC, OGG, APE and FLAC, change the encoding and matadata (tag) properties of final normalized files.
This commit is contained in:
parent
ad0c086bde
commit
c07f48f7f2
5 changed files with 40 additions and 0 deletions
8
gnormalize/DESCR
Normal file
8
gnormalize/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
gnormalize is a front end to normalize, an audio converter, a ripper, an
|
||||
encoder, a cd player and a metadata (tag) editor. It uses gtk2-perl under
|
||||
GNU/Linux.
|
||||
|
||||
gnormalize decodes the MP3/MP4/MPC/OGG/APE/FLAC file to WAV, then normalizes
|
||||
the WAV to a targeted volume level and re-encodes it. gnormalize can also rip,
|
||||
encode, convert audio format between MP3, MP4, MPC, OGG, APE and FLAC, change
|
||||
the encoding and matadata (tag) properties of final normalized files.
|
23
gnormalize/Makefile
Normal file
23
gnormalize/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/08/13 15:57:24 poppnk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnormalize-0.35
|
||||
CATEGORIES= wip audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnormalize/}
|
||||
|
||||
MAINTAINER= pancake@phreaker.net
|
||||
HOMEPAGE= http://gnormalize.sourceforge.net/
|
||||
COMMENT= Gtk2::Perl frontend for audio conversion
|
||||
|
||||
DEPENDS+= p5-CDDB_get>=2.20:../../audio/p5-CDDB_get
|
||||
DEPENDS+= p5-gtk2>=1:../../x11/p5-gtk2
|
||||
DEPENDS+= p5-MP3-Info>=1:../../audio/p5-MP3-Info
|
||||
|
||||
USE_TOOLS+= perl
|
||||
NO_BUILD= YES
|
||||
REPLACE_PERL=${WRKSRC}/gnormalize
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/gnormalize ${PREFIX}/bin
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
gnormalize/PLIST
Normal file
2
gnormalize/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/13 15:57:24 poppnk Exp $
|
||||
bin/gnormalize
|
2
gnormalize/TODO
Normal file
2
gnormalize/TODO
Normal file
|
@ -0,0 +1,2 @@
|
|||
- create - mpcsv7 package (mppenc,mppdec...) and add't as dep.
|
||||
- add cdparanoia as dep?...etc
|
5
gnormalize/distinfo
Normal file
5
gnormalize/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/08/13 15:57:24 poppnk Exp $
|
||||
|
||||
SHA1 (gnormalize-0.35.tar.gz) = c8594e9734ecf2a9afe1cb7e5f156564874ec41a
|
||||
RMD160 (gnormalize-0.35.tar.gz) = 875938ff585757449170206e203e7092c1360c8e
|
||||
Size (gnormalize-0.35.tar.gz) = 430537 bytes
|
Loading…
Reference in a new issue