pkgsrc-wip/dir2ogg/Makefile
Guillaume Lasmayous d54621c3d1 Updated to 0.11.6.
Taken from CHANGELOG:

Dir2ogg (0.11.6) RELEASED; urgency=low

  * The "Marek Palatinus" release

  [ Marek Palatinus ]
  * Bugfix: function grab_flac_tags() is missing argument "convert" in
    calling grab_common. (First reported by Gary Jackson)
  * Bugfix: When --smart-mp3 was used and some files was not "mp3", they
    used quality of last tested mp3 file. Currently, when detection
    fails, default quality given thru cmdline parameter is used instead.
  * Bugfix: Quality is count as float, not integer (problem in oggenc
    calling)
  * Improvement: Added parameter "-T --smart-mp3-correction". You can
    specify difference between detected quality and used quality. When
    algorithm detected quality "6" and you specify -T 2, quality 4 (= 6
    - 2) is used. It accept also floats and negative numbers. So you can
    raise quality to 1.5 by adding "-T -1.5".
  * Improvement: Better regression function.
2008-09-21 17:38:39 +00:00

26 lines
696 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/09/21 17:38:39 guigui2 Exp $
#
DISTNAME= dir2ogg-0.11.6
CATEGORIES= audio
MASTER_SITES= http://jak-linux.org/projects/dir2ogg/0.11/
MAINTAINER= netbsd@guigui2.net
HOMEPAGE= http://jak-linux.org/projects/dir2ogg
COMMENT= Command-line {wav,mp3,m4a} to ogg converter
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 25 24
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
REPLACE_PYTHON+= ${WRKSRC}/dir2ogg
NO_BUILD=yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dir2ogg ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dir2ogg.1 ${PREFIX}/${PKGMANDIR}/man1/
.include "../../lang/python/application.mk"
.include "../../audio/py-mutagen/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"