diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-01-05 17:53:53 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-01-05 17:53:53 +0000 |
commit | d527b6fe2cbda5097bdccc9ddd94326712afb641 (patch) | |
tree | 96d02b363e0da66770f4fb90f8cbbad81695a0a3 /app-emulation/virtualbox/files | |
parent | drop old (diff) | |
download | historical-d527b6fe2cbda5097bdccc9ddd94326712afb641.tar.gz historical-d527b6fe2cbda5097bdccc9ddd94326712afb641.tar.bz2 historical-d527b6fe2cbda5097bdccc9ddd94326712afb641.zip |
Version bump wrt bug #203893 thanks to x-drum
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'app-emulation/virtualbox/files')
-rw-r--r-- | app-emulation/virtualbox/files/digest-virtualbox-1.5.4 | 3 | ||||
-rw-r--r-- | app-emulation/virtualbox/files/virtualbox-1.5.4-remove-alsa.patch | 22 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app-emulation/virtualbox/files/digest-virtualbox-1.5.4 b/app-emulation/virtualbox/files/digest-virtualbox-1.5.4 new file mode 100644 index 000000000000..694dfa66447c --- /dev/null +++ b/app-emulation/virtualbox/files/digest-virtualbox-1.5.4 @@ -0,0 +1,3 @@ +MD5 fbebb3f04911c4c39aac27b1d3532acc VirtualBox-1.5.4_OSE.tar.bz2 26646142 +RMD160 2e3fcce0e961783f50b14cac3ca061e0a8b6f0bb VirtualBox-1.5.4_OSE.tar.bz2 26646142 +SHA256 64ae19c50a6a8c4e39a8c0cf3896dac1d7409fe7c29e51f1aabec7de75232a02 VirtualBox-1.5.4_OSE.tar.bz2 26646142 diff --git a/app-emulation/virtualbox/files/virtualbox-1.5.4-remove-alsa.patch b/app-emulation/virtualbox/files/virtualbox-1.5.4-remove-alsa.patch new file mode 100644 index 000000000000..570b9e63c1c5 --- /dev/null +++ b/app-emulation/virtualbox/files/virtualbox-1.5.4-remove-alsa.patch @@ -0,0 +1,22 @@ +--- Config.kmk.orig 2008-01-02 17:21:25.000000000 +0100 ++++ Config.kmk 2008-01-02 17:24:20.000000000 +0100 +@@ -208,7 +208,7 @@ + # Enable the ISCSI feature. + VBOX_WITH_ISCSI = 1 + # Enable ALSA support for Linux +-VBOX_WITH_ALSA = 1 ++#VBOX_WITH_ALSA = 1 + # Enable Pulse support for Linux + VBOX_WITH_PULSE = 1 + # Disable WINMM support for Windows (not implemented) +--- configure.orig 2008-01-02 17:21:37.000000000 +0100 ++++ configure 2008-01-02 17:24:42.000000000 +0100 +@@ -1526,7 +1526,7 @@ + cnf_append "VBOX_WITH_VBOXDRV" "" + cnf_append "VBOX_WITH_LINUX_ADDITIONS_32BIT_R0" "" + fi +- check_alsa ++# check_alsa + if [ $WITH_PULSE -eq 1 ]; then + check_pulse + else |