2006-02-06 00:08:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.37 2006/02/05 23:08:05 joerg Exp $
|
2001-08-16 08:12:57 +02:00
|
|
|
|
Update abcde to version 2.3.2. Changes since 2.2.6:
abcde 2.3.2
* Too fast... I forgot to make the tarball and change the version strings in
several places. Fixed.
-- Jesus Climent <jesus.climent@hispalinux.es> Fri, 19 Aug 2005 00:44:37 +0300
abcde 2.3.1
* The new "I knew there were going to be bugs" upstream release!
* MKCUE needs to be passed some $CDROM as an option, or otherwise it will
not read the CDROM, in case is not /dev/cdrom.
* Also, make the CUEREADER a bit more general, since we might be using other
CUE extractors.
-- Jesus Climent <jesus.climent@hispalinux.es> Thu, 18 Aug 2005 23:44:20 +0300
abcde 2.3.0
* New upstream release!
* Defining the tracknumber now resets the first track if given a number
different than 1 (that is: abcde -T 1 2-10 creates songs 1 to 9).
* Modified the FAQ to reflect the changes on Marillat's repo
(Closes: #315724).
* Should be "space" safe: works properly when the working directory contains
a space (Closes: #147493).
* Repared the CD query for the discid code. When failing to read a disc,
actually report that there might be no disc in the drive.
* Right now, walk over the different encoders we Depends: on in Debian and
use the one available: if a user has a FLAC encoder, abcde will no install
vorbis-tools, so it will fail to run out of the box (Closes: #321216)
* Added CUE support. Still experimental...
* Added FLAC on Ogg. Still not activated, since we cannot get comments added
as a post-process action.
* Applied patches from Fedora Core (Credit goes to Nils Philippsen
<nphilipp@redhat.com>)
* Added a post_read() function to be executed before ejecting the CD.
* Typos reported by A Costa corrected (Closes: #311463)
* Problem with abcde being run in a directory with files containing only
numbers solved (Closes: #313628).
* vorbiscomment uses now "-R" (Closes: #303566).
* "-t" and "-T" use the first track as a starter for the track list.
(Closes: #305749).
* Added CDPARANOIACDROMBUS option to define -d in case of using IDE and SCSI
in case of using ide-scsi emulation layer (Closes: #290768).
* Define metaflac in abcde.conf (Closes: #303555)
-- Jesus Climent <jesus.climent@hispalinux.es> Wed, 10 Aug 2005 07:00:26 +0300
2005-10-04 22:58:43 +02:00
|
|
|
DISTNAME= abcde_2.3.3.orig
|
2004-02-24 20:39:42 +01:00
|
|
|
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 1
|
2001-08-16 08:12:57 +02:00
|
|
|
CATEGORIES= audio
|
Update abcde to version 2.3.2. Changes since 2.2.6:
abcde 2.3.2
* Too fast... I forgot to make the tarball and change the version strings in
several places. Fixed.
-- Jesus Climent <jesus.climent@hispalinux.es> Fri, 19 Aug 2005 00:44:37 +0300
abcde 2.3.1
* The new "I knew there were going to be bugs" upstream release!
* MKCUE needs to be passed some $CDROM as an option, or otherwise it will
not read the CDROM, in case is not /dev/cdrom.
* Also, make the CUEREADER a bit more general, since we might be using other
CUE extractors.
-- Jesus Climent <jesus.climent@hispalinux.es> Thu, 18 Aug 2005 23:44:20 +0300
abcde 2.3.0
* New upstream release!
* Defining the tracknumber now resets the first track if given a number
different than 1 (that is: abcde -T 1 2-10 creates songs 1 to 9).
* Modified the FAQ to reflect the changes on Marillat's repo
(Closes: #315724).
* Should be "space" safe: works properly when the working directory contains
a space (Closes: #147493).
* Repared the CD query for the discid code. When failing to read a disc,
actually report that there might be no disc in the drive.
* Right now, walk over the different encoders we Depends: on in Debian and
use the one available: if a user has a FLAC encoder, abcde will no install
vorbis-tools, so it will fail to run out of the box (Closes: #321216)
* Added CUE support. Still experimental...
* Added FLAC on Ogg. Still not activated, since we cannot get comments added
as a post-process action.
* Applied patches from Fedora Core (Credit goes to Nils Philippsen
<nphilipp@redhat.com>)
* Added a post_read() function to be executed before ejecting the CD.
* Typos reported by A Costa corrected (Closes: #311463)
* Problem with abcde being run in a directory with files containing only
numbers solved (Closes: #313628).
* vorbiscomment uses now "-R" (Closes: #303566).
* "-t" and "-T" use the first track as a starter for the track list.
(Closes: #305749).
* Added CDPARANOIACDROMBUS option to define -d in case of using IDE and SCSI
in case of using ide-scsi emulation layer (Closes: #290768).
* Define metaflac in abcde.conf (Closes: #303555)
-- Jesus Climent <jesus.climent@hispalinux.es> Wed, 10 Aug 2005 07:00:26 +0300
2005-10-04 22:58:43 +02:00
|
|
|
MASTER_SITES= http://www.hispalinux.es/~data/files/
|
2001-08-16 08:12:57 +02:00
|
|
|
|
2005-08-05 09:23:43 +02:00
|
|
|
MAINTAINER= sketch@NetBSD.org
|
2003-06-13 02:06:37 +02:00
|
|
|
HOMEPAGE= http://www.hispalinux.es/~data/abcde.php
|
2001-08-16 08:12:57 +02:00
|
|
|
COMMENT= Command-line utility to rip and encode an audio CD
|
|
|
|
|
2001-12-03 22:51:52 +01:00
|
|
|
DEPENDS+= cd-discid>=0.7:../../audio/cd-discid
|
2001-10-12 11:52:19 +02:00
|
|
|
DEPENDS+= id3-[0-9]*:../../audio/id3
|
2002-11-29 03:37:21 +01:00
|
|
|
DEPENDS+= id3v2-[0-9]*:../../audio/id3v2
|
2001-12-03 19:02:06 +01:00
|
|
|
DEPENDS+= cdparanoia>=3.0.9.7:../../audio/cdparanoia
|
2001-08-16 08:12:57 +02:00
|
|
|
DEPENDS+= wget>=1.7:../../net/wget
|
|
|
|
|
2005-05-31 23:40:37 +02:00
|
|
|
NO_BUILD= yes
|
2004-03-27 22:32:13 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
2001-08-16 09:06:03 +02:00
|
|
|
|
2002-11-29 03:37:21 +01:00
|
|
|
EGDIR= ${PREFIX}/share/examples/abcde
|
|
|
|
|
|
|
|
MESSAGE_SUBST+= EGDIR=${EGDIR}
|
2002-11-29 03:58:46 +01:00
|
|
|
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
|
2002-11-29 03:37:21 +01:00
|
|
|
|
2005-06-16 08:57:37 +02:00
|
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
|
2002-11-29 03:58:46 +01:00
|
|
|
pre-configure:
|
2003-06-10 08:29:06 +02:00
|
|
|
@cd ${WRKSRC} && for f in abcde; do \
|
2002-11-29 03:58:46 +01:00
|
|
|
${SED} "s,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR}," \
|
2002-11-29 03:37:21 +01:00
|
|
|
$$f > $$f.tmp && \
|
2001-08-16 08:12:57 +02:00
|
|
|
${MV} $$f.tmp $$f; \
|
|
|
|
done
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/abcde ${PREFIX}/bin
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cddb-tool ${PREFIX}/bin
|
2002-11-29 03:37:21 +01:00
|
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/abcde.conf ${EGDIR}
|
2001-08-16 08:12:57 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/abcde.1 ${PREFIX}/man/man1
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/cddb-tool.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|