VirtualBox

Changeset 45932 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
May 7, 2013 12:22:10 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85571
Message:

VPX: support 0.9.5 or higher; removed some obsolete Linux distributions for deb/rpm

Location:
trunk/src/VBox/Installer/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/debian/rules

    r45772 r45932  
    9595
    9696cfg_flags := $(if $(NOQT),--disable-qt,) \
    97              $(if $(filter _Ubuntu_hardy _Debian_lenny,$(debrel)),--with-qt4-dir=$(qtstdc6)) \
    98              $(if $(filter _Ubuntu_hardy,$(debrel)),--build-libcurl,) \
    99              $(if $(filter _Ubuntu_hardy,$(debrel)),--build-libvpx,) \
     97             $(if $(filter _Debian_squeeze,$(debrel)),--build-libvpx,) \
    10098             $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \
    10199             $(if $(HEADLESS),--build-headless,) \
     
    121119             $(if $(VERBOSE),--print-directory KBUILD_VERBOSE=2,--no-print-directory) \
    122120             $(if $(STAGEDISO),VBOX_WITHOUT_ADDITIONS=1,) \
    123              $(if $(BLEEDING_EDGE),VBOX_BLEEDING_EDGE=$(BLEEDING_EDGE),) \
    124              $(if $(filter _Ubuntu_hardy,$(debrel)),,VBOX_WITH_SYSFS_BY_DEFAULT=1)
     121             $(if $(BLEEDING_EDGE),VBOX_BLEEDING_EDGE=$(BLEEDING_EDGE),)
    125122
    126123configure: debian/configure-stamp
     
    313310        dh_md5sums
    314311        dh_builddeb --destdir $(pkgdir) -- \
    315           $(if $(filter _Ubuntu_hardy _Ubuntu_lucid,$(debrel)),,-Zxz)
     312          $(if $(filter _Ubuntu_lucid,$(debrel)),,-Zxz)
    316313endif
    317314
  • trunk/src/VBox/Installer/linux/rpm/rules

    r45772 r45932  
    8585 endif
    8686
    87  ifeq ($(filter-out el4 el5 el6 ol4 ol5 ol6 centos4 centos5 centos6 fedora9 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 fedora17 fedora18 turbolinux11,$(rpmrel)),)
     87 ifeq ($(filter-out el4 el5 el6 ol4 ol5 ol6 centos4 centos5 centos6 fedora15 fedora16 fedora17 fedora18,$(rpmrel)),)
    8888  rpmspec := rpm_redhat
    8989 endif
     
    134134cfg_flags := $(if $(NOQT),--disable-qt,) \
    135135             $(if $(filter el4 sles10.1,$(rpmrel)),--build-libxml2,) \
    136              $(if $(filter el4 el5 el6,$(rpmrel)),--build-libvpx,) \
     136             $(if $(filter el4 el5 el6 sles10.1 sles11.0 mdv2011.0,$(rpmrel)),--build-libvpx,) \
    137137             $(if $(filter el4,$(rpmrel)),--build-libssl,) \
    138138             $(if $(filter el4 el5 ol4 ol5 centos4 centos5 sles10.1 sles11.0,$(rpmrel)),--build-libcurl,) \
    139139             $(if $(filter el5 centos5 sles10.1,$(rpmrel)),--disable-sdl-ttf,) \
    140              $(if $(filter sles10.1 turbolinux11,$(rpmrel)),--disable-pulse,) \
     140             $(if $(filter sles10.1,$(rpmrel)),--disable-pulse,) \
    141141             $(if $(filter el4 el5 ol4 ol5 centos4 centos5,$(rpmrel)),--enable-pulse,) \
    142              $(if $(filter el4 el5 ol4 ol5 centos4 centos5 mdv2010.0 sles10.1 sles11.0 turbolinux11,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.7.4-stdc++6-$(arch)) \
     142             $(if $(filter el4 el5 ol4 ol5 centos4 centos5 sles10.1 sles11.0,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.7.4-stdc++6-$(arch)) \
    143143             $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \
    144144             $(if $(HEADLESS),--build-headless,) \
     
    165165             $(if $(STAGEDISO),VBOX_WITHOUT_ADDITIONS=1,) \
    166166             $(if $(BLEEDING_EDGE),VBOX_BLEEDING_EDGE=$(BLEEDING_EDGE),) \
    167              $(if $(filter el4 el5 ol4 ol5 centos4 centos5 fedora9 fedora10 sles10.1 turbolinux11,$(rpmrel)),,VBOX_WITH_SYSFS_BY_DEFAULT=1)
     167             $(if $(filter el4 el5 ol4 ol5 centos4 centos5 sles10.1,$(rpmrel)),,VBOX_WITH_SYSFS_BY_DEFAULT=1)
    168168
    169169rpm/configure-stamp:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette