1c6d940301
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.
16 lines
418 B
Makefile
16 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/04/01 20:37:50 adam Exp $
|
|
|
|
DISTNAME= dvdbackup-0.4.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdbackup/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://dvdbackup.sourceforge.net/
|
|
COMMENT= DVD backup utility
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../multimedia/libdvdread/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|