Changes 0.4.2:
New Features:
* Added new command line option -p, --progress: Print progress report
while copying from the DVD; thanks to flipflip for the patch.
* Added new translations from Launchpad: Danish (da),
English (United Kingdom) (en_GB), Estonian (et), Portuguese (pt),
Slovak (sk), Turkish (tr)
* New complete translation: English (United Kingdom) (en_GB),
French (fr), Italian (it), Slovak (sk)
Changes:
* Convert DVD title to lower case, but let every word in the title start
with an upper case letter and replace underscores with spaces.
Bug fixes:
* Print the correct vob file name in which the read error happens.
* Fix DVD title detection on FreeBSD.
* Fix copying of fragmented chapters.
2013-04-01 22:37:50 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2013/04/01 20:37:50 adam Exp $
|
2006-04-13 22:14:51 +02:00
|
|
|
|
Changes 0.4.2:
New Features:
* Added new command line option -p, --progress: Print progress report
while copying from the DVD; thanks to flipflip for the patch.
* Added new translations from Launchpad: Danish (da),
English (United Kingdom) (en_GB), Estonian (et), Portuguese (pt),
Slovak (sk), Turkish (tr)
* New complete translation: English (United Kingdom) (en_GB),
French (fr), Italian (it), Slovak (sk)
Changes:
* Convert DVD title to lower case, but let every word in the title start
with an upper case letter and replace underscores with spaces.
Bug fixes:
* Print the correct vob file name in which the read error happens.
* Fix DVD title detection on FreeBSD.
* Fix copying of fragmented chapters.
2013-04-01 22:37:50 +02:00
|
|
|
DISTNAME= dvdbackup-0.4.2
|
2006-04-13 22:14:51 +02:00
|
|
|
CATEGORIES= multimedia
|
2011-08-09 22:56:27 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdbackup/}
|
Changes 0.4.2:
New Features:
* Added new command line option -p, --progress: Print progress report
while copying from the DVD; thanks to flipflip for the patch.
* Added new translations from Launchpad: Danish (da),
English (United Kingdom) (en_GB), Estonian (et), Portuguese (pt),
Slovak (sk), Turkish (tr)
* New complete translation: English (United Kingdom) (en_GB),
French (fr), Italian (it), Slovak (sk)
Changes:
* Convert DVD title to lower case, but let every word in the title start
with an upper case letter and replace underscores with spaces.
Bug fixes:
* Print the correct vob file name in which the read error happens.
* Fix DVD title detection on FreeBSD.
* Fix copying of fragmented chapters.
2013-04-01 22:37:50 +02:00
|
|
|
EXTRACT_SUFX= .tar.xz
|
2006-04-13 22:14:51 +02:00
|
|
|
|
2011-02-28 15:52:37 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2011-08-09 22:56:27 +02:00
|
|
|
HOMEPAGE= http://dvdbackup.sourceforge.net/
|
2006-04-13 22:14:51 +02:00
|
|
|
COMMENT= DVD backup utility
|
2011-08-09 22:56:27 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
2006-04-13 22:14:51 +02:00
|
|
|
|
2011-08-09 22:56:27 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-04-13 22:14:51 +02:00
|
|
|
|
|
|
|
.include "../../multimedia/libdvdread/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|