[csw-devel] SF.net SVN: gar:[17279] csw/mgar/pkg/vlc/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Mar 3 10:26:59 CET 2012


Revision: 17279
          http://gar.svn.sourceforge.net/gar/?rev=17279&view=rev
Author:   wahwah
Date:     2012-03-03 09:26:59 +0000 (Sat, 03 Mar 2012)
Log Message:
-----------
vlc/trunk: Two dependencies only on sparc (not sure why).

Modified Paths:
--------------
    csw/mgar/pkg/vlc/trunk/Makefile

Modified: csw/mgar/pkg/vlc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vlc/trunk/Makefile	2012-03-03 01:53:42 UTC (rev 17278)
+++ csw/mgar/pkg/vlc/trunk/Makefile	2012-03-03 09:26:59 UTC (rev 17279)
@@ -86,6 +86,8 @@
 # CONFIGURE_ARGS += --disable-fribidi
 # CONFIGURE_ARGS += --with-gnu-ld=no
 CONFIGURE_ARGS += --disable-xcb
+CONFIGURE_ARGS += --enable-theora
+CONFIGURE_ARGS += --enable-sqlite
 
 SKIPTEST = 1
 
@@ -126,10 +128,8 @@
 RUNTIME_DEP_PKGS_CSWvlc += CSWlibsmbclient0
 RUNTIME_DEP_PKGS_CSWvlc += CSWlibspeex1
 RUNTIME_DEP_PKGS_CSWvlc += CSWlibspeexdsp1
-RUNTIME_DEP_PKGS_CSWvlc += CSWlibsqlite3-0
 RUNTIME_DEP_PKGS_CSWvlc += CSWlibstdc++6
 RUNTIME_DEP_PKGS_CSWvlc += CSWlibswscale2
-RUNTIME_DEP_PKGS_CSWvlc += CSWlibtheora0
 RUNTIME_DEP_PKGS_CSWvlc += CSWlibtheoradec1
 RUNTIME_DEP_PKGS_CSWvlc += CSWlibtheoraenc1
 RUNTIME_DEP_PKGS_CSWvlc += CSWlibvlc5
@@ -142,6 +142,11 @@
 RUNTIME_DEP_PKGS_CSWvlc += CSWlua
 RUNTIME_DEP_PKGS_CSWvlc += CSWsdlimage
 
+# Only needed on Sparc. Not sure why, to be investigated.
+RUNTIME_DEP_PKGS_CSWvlc_sparc += CSWlibtheora0
+RUNTIME_DEP_PKGS_CSWvlc_sparc += CSWlibsqlite3-0
+RUNTIME_DEP_PKGS_CSWvlc += $(RUNTIME_DEP_PKGS_CSWvlc_$(GARCH))
+
 CHECKPKG_OVERRIDES_CSWvlc += file-with-bad-content|/usr/share|root/opt/csw/share/vlc/utils/audio-vlc-default.sh
 CHECKPKG_OVERRIDES_CSWvlc += file-with-bad-content|/usr/share|root/opt/csw/share/vlc/utils/video-vlc-default.sh
 CHECKPKG_OVERRIDES_CSWvlc += file-with-bad-content|/usr/local|root/opt/csw/share/doc/vlc/intf-vcd.txt

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list