[haiku-commits] r40141 - haiku/trunk/build/jam

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 7 Jan 2011 17:37:18 +0100 (CET)

Author: scottmc
Date: 2011-01-07 17:37:17 +0100 (Fri, 07 Jan 2011)
New Revision: 40141
Changeset: http://dev.haiku-os.org/changeset/40141

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Removing VLC from OptionalPackages, as we have no .bep file for it and no 
automated way to rebuild it.  We can add it back in if someone puts together a 
working bep file or build script for it that can build it from sources and 
provides any required patches.
Warning you may need to update your UserBuildScript.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2011-01-07 05:47:39 UTC (rev 
40140)
+++ haiku/trunk/build/jam/OptionalPackages      2011-01-07 16:37:17 UTC (rev 
40141)
@@ -85,7 +85,6 @@
 #      UserlandFS                              - aids native file system 
development (like FUSE)
 #      Vim                                             - Vi IMproved. Highly 
configurable text editor
 #      Vision                                  - powerful native IRC client
-#      VLC                                             - the multi media 
player with native interface
 #      WebPositive                             - native, WebKit-based web 
browser
 #      Welcome                                 - introductory documentation to 
Haiku
 #      WifiFirmwareScriptData  - data files needed by install-wifi-firmwares.sh
@@ -1730,25 +1729,6 @@
 }
 
 
-# VLC media player
-if [ IsOptionalHaikuImagePackageAdded VLC ] {
-       if $(TARGET_ARCH) != x86 {
-               Echo "No optional package VLC available for $(TARGET_ARCH)" ;
-       } else if $(HAIKU_GCC_VERSION[1]) >= 4 && ! $(isHybridBuild) {
-               Echo "No optional package VLC available for gcc4" ;
-       } else {
-               InstallOptionalHaikuImagePackage VLC-0.8.6d.zip
-                       : $(baseURL)/vlc-0.8.6d-gcc2-2009-04-18.zip
-                       : apps
-               ;
-               AddSymlinkToHaikuImage home config be Applications
-                       : "/boot/apps/vlc-0.8.6d/VLC media player" ;
-               AddSymlinkToHaikuImage common bin
-                       : "/boot/apps/vlc-0.8.6d/VLC media player" : vlc ;
-       }
-}
-
-
 # WebPositive
 if [ IsOptionalHaikuImagePackageAdded WebPositive ] {
        if $(TARGET_ARCH) != x86 {


Other related posts: