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. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40141 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d3e72a992d
commit
cb7becc01d
@ -85,7 +85,6 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
||||
# 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 @@ if [ IsOptionalHaikuImagePackageAdded Vision ] {
|
||||
}
|
||||
|
||||
|
||||
# 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user