[46326] trunk/dports/multimedia

devans at macports.org devans at macports.org
Mon Feb 2 12:51:25 PST 2009


Revision: 46326
          http://trac.macports.org/changeset/46326
Author:   devans at macports.org
Date:     2009-02-02 12:51:24 -0800 (Mon, 02 Feb 2009)
Log Message:
-----------
New port gavl submitted by jmpoure.  Closes #18247.

Modified Paths:
--------------
    trunk/dports/multimedia/x264/Portfile

Added Paths:
-----------
    trunk/dports/multimedia/gavl/
    trunk/dports/multimedia/gavl/Portfile

Added: trunk/dports/multimedia/gavl/Portfile
===================================================================
--- trunk/dports/multimedia/gavl/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/gavl/Portfile	2009-02-02 20:51:24 UTC (rev 46326)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                gavl
+version             1.1.0
+categories          multimedia
+maintainers         jmpoure
+description         Gavl (Gmerlin Audio Video Library) is a low level library, upon which \
+                    multimedia APIs can be built.
+long_description    Gavl (Gmerlin Audio Video Library) is a low level library, upon which \
+                    multimedia APIs can be built. Gavl handles all the details of audio and \
+                    video formats like colorspaces, samplerates, multichannel configurations etc. \
+                    It provides standardized definitions for those formats as well as container \
+                    structures for carrying audio samples or video images inside an application. \
+                    \
+                    In addition, it handles the sometimes ugly task of  converting between all \
+                    these formats and provides some elementary operations (copying, scaling, \
+                    alpha blending, etc).
+homepage            http://gmerlin.sourceforge.net/gavl_frame.html
+platforms           darwin
+master_sites        sourceforge:gmerlin
+
+depends_build       port:doxygen \
+                    port:pkgconfig
+
+checksums           md5 8a631a3468f4fd4213c4ec57d1795e14 \
+                    sha1 a66896820da902da2e2d9f6947090f44d49534d8 \
+                    rmd160 7deecc6ecc0331da34dfbc60aa2a928451ab6e45
+
+livecheck.regex     "<title>${name} (.*) released.*</title>"


Property changes on: trunk/dports/multimedia/gavl/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Modified: trunk/dports/multimedia/x264/Portfile
===================================================================
--- trunk/dports/multimedia/x264/Portfile	2009-02-02 20:09:21 UTC (rev 46325)
+++ trunk/dports/multimedia/x264/Portfile	2009-02-02 20:51:24 UTC (rev 46326)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name		x264
-version		20080724
-revision	1
+version		20090129
 categories	multimedia
 platforms	darwin
 maintainers	acho at macports.org
@@ -17,13 +16,13 @@
 homepage	http://www.videolan.org/x264.html
 master_sites	ftp://ftp.videolan.org/pub/videolan/x264/snapshots/
 distname	${name}-snapshot-${version}-2245
-checksums	sha1 8f3023d82d06b34a609e8c67ace8328e6c01aacb
+checksums	sha1 cb85af1704c0d3c6d9fefb59edd3b02be72b6a50
 use_bzip2	yes
 
 depends_build	bin:svn:subversion port:yasm
 
 configure.args \
-		--enable-pthread --enable-pic
+		--enable-pthread --enable-pic --enable-shared
 
 configure.cflags-append -fno-common -read_only_relocs suppress
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090202/5ba45b7e/attachment.html>


More information about the macports-changes mailing list