[31036] trunk/dports/devel/libdvdread/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Nov 14 10:33:07 PST 2007
Revision: 31036
http://trac.macosforge.org/projects/macports/changeset/31036
Author: nox at macports.org
Date: 2007-11-14 10:33:06 -0800 (Wed, 14 Nov 2007)
Log Message:
-----------
libdvdread:
* Whitespace changes.
* Added sha1 and rmd160 checksums.
Modified Paths:
--------------
trunk/dports/devel/libdvdread/Portfile
Modified: trunk/dports/devel/libdvdread/Portfile
===================================================================
--- trunk/dports/devel/libdvdread/Portfile 2007-11-14 18:32:39 UTC (rev 31035)
+++ trunk/dports/devel/libdvdread/Portfile 2007-11-14 18:33:06 UTC (rev 31036)
@@ -1,30 +1,37 @@
# $Id$
-PortSystem 1.0
-name libdvdread
-version 0.9.7
-categories devel multimedia
-maintainers nomaintainer
-description simple foundation for reading DVD-Video images
-long_description \
- libdvdread provides a simple foundation for reading DVD-Video \
- images. It offers DVD applications: \
- \
- 1. A simple abstraction for reading the files on a DVD image \
- (dvd_reader.h). \
- 2. A simple library for parsing the information (IFO) files \
- (ifo_read.h/ifo_types.h). \
- 3. A simple library for parsing the navigation (NAV) packets \
- (nav_read.h/nav_types.h).
-homepage http://www.dtek.chalmers.se/groups/dvd/
-platforms darwin
-master_sites \
- http://www.dtek.chalmers.se/groups/dvd/dist/
-checksums md5 078788c9241ae16763529e1235502337
-configure.cppflags-append "-no-cpp-precomp"
-default_variants +libdvdcss
+PortSystem 1.0
+name libdvdread
+version 0.9.7
+categories devel multimedia
+platforms darwin
+maintainers nomaintainer
+description simple foundation for reading DVD-Video images
+
+long_description \
+ libdvdread provides a simple foundation for reading DVD-Video \
+ images. It offers DVD applications: \
+ 1. A simple abstraction for reading the files on a DVD image \
+ (dvd_reader.h). \
+ 2. A simple library for parsing the information (IFO) files \
+ (ifo_read.h/ifo_types.h). \
+ 3. A simple library for parsing the navigation (NAV) packets \
+ (nav_read.h/nav_types.h).
+
+homepage http://www.dtek.chalmers.se/groups/dvd/
+master_sites ${homepage}dist/
+
+checksums md5 078788c9241ae16763529e1235502337 \
+ sha1 b2c2ede36cff9d56205747d3740c50fd32669e21 \
+ rmd160 7233064f35d86a27202ca1bef165f6972e20b3e8
+
+configure.cppflags-append -no-cpp-precomp
+
+default_variants +libdvdcss
+
variant libdvdcss {
- depends_lib-append port:libdvdcss
- configure.args-append --with-libdvdcss
+ depends_lib-append port:libdvdcss
+ configure.args-append --with-libdvdcss=${prefix}
}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071114/7dfe89ae/attachment.html
More information about the macports-changes
mailing list