pkgsrc/multimedia/lsdvd/Makefile
snj 121fe9c3ad Update lsdvd to 0.17. Changes:
* Ignore 'phantom' audio, subtitle tracks
 * Check for garbage in the program chains, which indicate that a track is
   non-existant, to work around additional copy protection
 * Fix displaying content type for audio tracks, subtitles
 * Fix pallete display of first entry
 * Fix include orders
 * Ignore read errors in titles that would not be displayed anyway
 * Fix the chapter count
 * Make sure the array size and the array limit used when initialising
   the palette size is the same.
 * Fix array printing.
 * Correct subsecond calculations.
 * Add sector information to the output format.
 * Clean up code to be closer to ANSI C and compile without warnings
   with more GCC compiler warnings.
2014-10-13 18:29:54 +00:00

17 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.19 2014/10/13 18:29:54 snj Exp $
DISTNAME= lsdvd-0.17
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lsdvd/}
DIST_SUBDIR= ${PKGNAME_NOREV}
MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/lsdvd/
COMMENT= Application displaying the contents of DVDs
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
.include "../../multimedia/libdvdread/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"