diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-01 12:23:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-01 12:23:31 +0000 |
commit | d12b612875553bdacef492c1f6ed9c2ce68fb505 (patch) | |
tree | c56116f6f9c50444ca6dd182d145b2937ac51289 /multimedia/libdvdnav/Makefile | |
parent | bdcd231905d98a6ce77450314eea3b63fd7cfafd (diff) | |
download | pkgsrc-d12b612875553bdacef492c1f6ed9c2ce68fb505.tar.gz |
Update to 5.0.1. Set LICENSE.
libdvdnav (5.0.1)
* removed assert on unknown VM commands, fixing playback of some DVDs
* fixed a double free in dvdnav_free_dup
* fixed an integer overflow, a data race condition and return inconsistency
libdvdnav (5.0.0)
* Android support
* fixed numerous crashes, assertions and corruptions
* rewrite of the build-system, including silent rules
* clean code, simplify and remove warnings
* fix compilation in C++ applications
* removal of remap .MAP files unused feature
* remove the dvdnavmini library
* fix compilation on OS/2 and Hurd
libdvdnav (4.2.1)
* fixed failed assertion on menu-less DVDs
* fixed playback issues on multi-angle DVDs
* fixed crash when playing a DVD from different region than currently set
in the DVD drive
* fixed segfaults when reading certain DVDs (including "Jack Reacher",
"Ghost Protocol", "Inside Man", "The Dictator" and "Tangled")
Diffstat (limited to 'multimedia/libdvdnav/Makefile')
-rw-r--r-- | multimedia/libdvdnav/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile index 53617c97f91..d341b67530f 100644 --- a/multimedia/libdvdnav/Makefile +++ b/multimedia/libdvdnav/Makefile @@ -1,21 +1,18 @@ -# $NetBSD: Makefile,v 1.10 2012/10/08 09:21:06 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2014/10/01 12:23:31 wiz Exp $ -DISTNAME= libdvdnav-4.2.0 +DISTNAME= libdvdnav-5.0.1 CATEGORIES= multimedia -MASTER_SITES= http://dvdnav.mplayerhq.hu/releases/ +MASTER_SITES= http://www.videolan.org/pub/videolan/libdvdnav/5.0.1/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dvdnav.mplayerhq.hu/ COMMENT= Library to navigate DVDs +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES USE_LIBTOOL= YES -USE_TOOLS+= automake autoconf aclocal autoreconf - -pre-configure: - cd ${WRKSRC} && autoreconf -vi +USE_TOOLS+= pkg-config .include "../../multimedia/libdvdread/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |