summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d145568b5fd..0379d1e9d8f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 19:20:24 UTC 2016
+# Tue Feb 23 20:57:12 UTC 2016
pkgbase = crossover
pkgdesc = Run Windows Programs on Linux
pkgver = 15.0.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.codeweavers.com
install = crossover.install
changelog = CHANGELOG
@@ -47,6 +47,7 @@ pkgbase = crossover
optdepends_i686 = libexif: Some applications need to parse EXIF and read their data tags.
optdepends_i686 = libgphoto2: Lets Windows applications access digital cameras.
optdepends_i686 = libldap: Lets Windows applications access LDAP servers.
+ optdepends_i686 = libpulse: A featureful, general-purpose sound server (client library)
optdepends_i686 = libxcomposite: This is needed for most CAD-like applications and some games.
optdepends_i686 = libxinerama: This is needed if your display spans multiple screens. If your computer has a single screen then you don't need it.
optdepends_i686 = libxml2: This library makes it possible for Windows applications read and write XML files.
@@ -80,6 +81,7 @@ pkgbase = crossover
optdepends_x86_64 = lib32-libdbus: This is needed for Windows applications to automatically detect CD-ROM and USB key insertion.
optdepends_x86_64 = lib32-libexif: (aur) Some applications need to parse EXIF and read their data tags.
optdepends_x86_64 = lib32-libldap: Lets Windows applications access LDAP servers.
+ optdepends_x86_64 = lib32-libpulse: A featureful, general-purpose sound server (client library)
optdepends_x86_64 = lib32-gnutls: This is needed by applications that perform encryption or check online certificates.
optdepends_x86_64 = lib32-gsm: (aur) Lets Windows applications use the GSM codec for audio compression and decompression.
optdepends_x86_64 = lib32-gstreamer0.10: (aur) This is needed by some games and multimedia applications.
diff --git a/PKGBUILD b/PKGBUILD
index df38b6381b97..270d118d4029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=crossover
pkgver=15.0.1
-pkgrel=1
+pkgrel=2
_pkgdebrel=1
pkgdesc="Run Windows Programs on Linux"
arch=('i686' 'x86_64')
@@ -46,6 +46,7 @@ optdepends_i686=(
'libexif: Some applications need to parse EXIF and read their data tags.'
'libgphoto2: Lets Windows applications access digital cameras.'
'libldap: Lets Windows applications access LDAP servers.'
+ 'libpulse: A featureful, general-purpose sound server (client library)'
'libxcomposite: This is needed for most CAD-like applications and some games.'
"libxinerama: This is needed if your display spans multiple screens. If your computer has a single screen then you don't need it."
'libxml2: This library makes it possible for Windows applications read and write XML files.'
@@ -75,6 +76,7 @@ optdepends_x86_64=(
'lib32-libdbus: This is needed for Windows applications to automatically detect CD-ROM and USB key insertion.'
'lib32-libexif: (aur) Some applications need to parse EXIF and read their data tags.'
'lib32-libldap: Lets Windows applications access LDAP servers.'
+ 'lib32-libpulse: A featureful, general-purpose sound server (client library)'
'lib32-gnutls: This is needed by applications that perform encryption or check online certificates.'
'lib32-gsm: (aur) Lets Windows applications use the GSM codec for audio compression and decompression.'
'lib32-gstreamer0.10: (aur) This is needed by some games and multimedia applications.'