svn commit: r371471 - in head/multimedia/lsdvd: . files
Thomas Zander
riggs at FreeBSD.org
Sat Oct 25 08:02:52 UTC 2014
Author: riggs
Date: Sat Oct 25 08:02:50 2014
New Revision: 371471
URL: https://svnweb.freebsd.org/changeset/ports/371471
QAT: https://qat.redports.org/buildarchive/r371471/
Log:
- Update to upstream version 0.17
- Update project URL in pkg-descr and MASTER_SITES accordingly
PR: 194499
Submitted by: tkato432 at yahoo.com
Deleted:
head/multimedia/lsdvd/files/patch-ohuman.c
Modified:
head/multimedia/lsdvd/Makefile
head/multimedia/lsdvd/distinfo
head/multimedia/lsdvd/files/patch-lsdvd.c
head/multimedia/lsdvd/pkg-descr
Modified: head/multimedia/lsdvd/Makefile
==============================================================================
--- head/multimedia/lsdvd/Makefile Sat Oct 25 07:45:28 2014 (r371470)
+++ head/multimedia/lsdvd/Makefile Sat Oct 25 08:02:50 2014 (r371471)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= lsdvd
-PORTVERSION= 0.16
-PORTREVISION= 8
+PORTVERSION= 0.17
CATEGORIES= multimedia
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20-%20I%20hate%20James%20Blunt
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= ports at FreeBSD.org
COMMENT= Print information about the contents and structure of a DVD
@@ -14,7 +13,9 @@ LICENSE= GPLv2
LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread
+USES= pkgconfig
GNU_CONFIGURE= yes
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/multimedia/lsdvd/distinfo
==============================================================================
--- head/multimedia/lsdvd/distinfo Sat Oct 25 07:45:28 2014 (r371470)
+++ head/multimedia/lsdvd/distinfo Sat Oct 25 08:02:50 2014 (r371471)
@@ -1,2 +1,2 @@
-SHA256 (lsdvd-0.16.tar.gz) = 04ae3e2d823ed427e31d57f3677d28ec36bdf3bf984d35f7bdfab030d89b20f1
-SIZE (lsdvd-0.16.tar.gz) = 100495
+SHA256 (lsdvd-0.17.tar.gz) = 7d2c5bd964acd266b99a61d9054ea64e01204e8e3e1a107abe41b1274969e488
+SIZE (lsdvd-0.17.tar.gz) = 99250
Modified: head/multimedia/lsdvd/files/patch-lsdvd.c
==============================================================================
--- head/multimedia/lsdvd/files/patch-lsdvd.c Sat Oct 25 07:45:28 2014 (r371470)
+++ head/multimedia/lsdvd/files/patch-lsdvd.c Sat Oct 25 08:02:50 2014 (r371471)
@@ -29,39 +29,3 @@
fclose (filehandle);
-@@ -193,6 +200,7 @@
- int has_title = 0, ret = 0;
- int max_length = 0, max_track = 0;
- struct stat dvd_stat;
-+ struct dvd_info dvd_info;
-
- program_name = argv[0];
-
-@@ -263,8 +271,6 @@
-
- vmgi_mat = ifo_zero->vmgi_mat;
-
-- struct dvd_info dvd_info;
--
- dvd_info.discinfo.device = dvd_device;
- dvd_info.discinfo.disc_title = has_title ? "unknown" : title;
- dvd_info.discinfo.vmg_id = vmgi_mat->vmg_identifier;
-@@ -363,14 +369,16 @@
-
- cell = 0;
- if (opt_c) {
-+ int ms;
-+
- dvd_info.titles[j].chapter_count = pgc->nr_of_programs;
- dvd_info.titles[j].chapters = calloc(dvd_info.titles[j].chapter_count, sizeof(*dvd_info.titles[j].chapters));
-
-- int ms;
- for (i=0; i<pgc->nr_of_programs; i++)
- {
-+ int next;
- ms=0;
-- int next = pgc->program_map[i+1];
-+ next = pgc->program_map[i+1];
- if (i == pgc->nr_of_programs - 1) next = pgc->nr_of_cells + 1;
-
- while (cell < next - 1)
Modified: head/multimedia/lsdvd/pkg-descr
==============================================================================
--- head/multimedia/lsdvd/pkg-descr Sat Oct 25 07:45:28 2014 (r371470)
+++ head/multimedia/lsdvd/pkg-descr Sat Oct 25 08:02:50 2014 (r371471)
@@ -1,3 +1,3 @@
Print information about the contents and structure of a DVD.
-WWW: http://untrepid.com/acidrip/lsdvd.html
+WWW: http://sourceforge.net/projects/lsdvd/
More information about the svn-ports-head
mailing list