summaryrefslogtreecommitdiffstats
path: root/abs/extra/dolphin-emu
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-01 18:07:10 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-01 18:07:10 (GMT)
commit860ccba5f22cae9a633f7e3f2995ad07a895a65d (patch)
tree49c6b744f4fc348cbc909e69ba54ba7d1de5fccb /abs/extra/dolphin-emu
parent77307464f5b324bd8b7ec463482be79c5ebbaff6 (diff)
downloadlinhes_pkgbuild-860ccba5f22cae9a633f7e3f2995ad07a895a65d.zip
linhes_pkgbuild-860ccba5f22cae9a633f7e3f2995ad07a895a65d.tar.gz
linhes_pkgbuild-860ccba5f22cae9a633f7e3f2995ad07a895a65d.tar.bz2
dolphin-emu: removed portaudio so it doesn't drag in jack
Diffstat (limited to 'abs/extra/dolphin-emu')
-rw-r--r--abs/extra/dolphin-emu/PKGBUILD3
-rw-r--r--abs/extra/dolphin-emu/__changelog1
2 files changed, 3 insertions, 1 deletions
diff --git a/abs/extra/dolphin-emu/PKGBUILD b/abs/extra/dolphin-emu/PKGBUILD
index 2c4d3b6..b25032e 100644
--- a/abs/extra/dolphin-emu/PKGBUILD
+++ b/abs/extra/dolphin-emu/PKGBUILD
@@ -14,7 +14,8 @@ license=('GPL2')
makedepends=('git' 'cmake' 'glproto' 'opencl-headers')
depends=('sdl' 'libxxf86vm' 'libao' 'wxgtk' 'wiiuse' 'nvidia-cg-toolkit' \
- 'glew' 'mesa' 'libgl' 'openal' 'portaudio' 'lzo2')
+ 'glew' 'mesa' 'libgl' 'openal' 'lzo2')
+ #'glew' 'mesa' 'libgl' 'openal' 'portaudio' 'lzo2')
# Cannot be BUILT with sfml later than 1.6
# IF YOU NEED SFML>=1.7 FOR SOMETHING ELSE, TRY REMOVING THE CONFLICT
diff --git a/abs/extra/dolphin-emu/__changelog b/abs/extra/dolphin-emu/__changelog
index cdd8871..e9f68e8 100644
--- a/abs/extra/dolphin-emu/__changelog
+++ b/abs/extra/dolphin-emu/__changelog
@@ -1,2 +1,3 @@
6/9/12 -chw-
Added install file, and mythtv menu files.
+removed portaudio because it drug in jack