[27567] trunk/dports/multimedia/libtheora

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 8 11:33:00 PDT 2007


Revision: 27567
          http://trac.macosforge.org/projects/macports/changeset/27567
Author:   mww at macports.org
Date:     2007-08-08 11:33:00 -0700 (Wed, 08 Aug 2007)

Log Message:
-----------
remove potential dependency on SDL (only needed for example player), cleanup (CFLAGS, dependencies), inc. revision

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

Added Paths:
-----------
    trunk/dports/multimedia/libtheora/files/
    trunk/dports/multimedia/libtheora/files/patch-configure

Modified: trunk/dports/multimedia/libtheora/Portfile
===================================================================
--- trunk/dports/multimedia/libtheora/Portfile	2007-08-08 16:54:59 UTC (rev 27566)
+++ trunk/dports/multimedia/libtheora/Portfile	2007-08-08 18:33:00 UTC (rev 27567)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name             libtheora
 version          1.0alpha7
+revision         1
 categories       multimedia
 description      Xiph.org Foundation's open video codec
 long_description \
@@ -19,8 +20,8 @@
 master_sites     http://downloads.xiph.org/releases/theora/
 use_bzip2        yes
 checksums        sha1 ee97d30e0818c27666477113c019d53f15449d3d
+patchfiles       patch-configure
 
-depends_lib      lib:libvorbis.0:libvorbis
+depends_lib      port:libvorbis port:libogg port:pkgconfig
 
-configure.env    CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
-configure.args   --enable-shared
+configure.args   --enable-shared --disable-sdltest

Added: trunk/dports/multimedia/libtheora/files/patch-configure
===================================================================
--- trunk/dports/multimedia/libtheora/files/patch-configure	                        (rev 0)
+++ trunk/dports/multimedia/libtheora/files/patch-configure	2007-08-08 18:33:00 UTC (rev 27567)
@@ -0,0 +1,11 @@
+--- configure	2006-06-20 22:04:59.000000000 +0200
++++ configure	2007-08-08 20:31:17.000000000 +0200
+@@ -19887,7 +19887,7 @@
+   min_sdl_version=0.11.0
+   echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
+ echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
+-  no_sdl=""
++  no_sdl=yes
+   if test "$SDL_CONFIG" = "no" ; then
+     no_sdl=yes
+   else

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070808/c00548df/attachment.html


More information about the macports-changes mailing list