diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-12-23 13:00:10 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-12-23 13:00:10 +0900 |
commit | a30d82c8f9e36526fb814b171374cb6a559759e6 (patch) | |
tree | 46d3a5368e823d9333de72e2f2ec878240ada40e /pkgbuild/PKGBUILD | |
parent | 324f4aebe8f42a1b9888760765c2f06c83c95726 (diff) |
pkgbuild - fix deps list for gst 1.0
Diffstat (limited to '')
-rw-r--r-- | pkgbuild/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index f5769bcb5c..4da6503c89 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD | |||
@@ -8,9 +8,9 @@ arch=('i686' 'x86_64' 'arm') | |||
8 | url="http://www.enlightenment.org" | 8 | url="http://www.enlightenment.org" |
9 | license=('BSD' 'LGPL2.1' 'GPL2' 'custom') | 9 | license=('BSD' 'LGPL2.1' 'GPL2' 'custom') |
10 | makedepends=('doxygen' 'check') | 10 | makedepends=('doxygen' 'check') |
11 | depends=('bullet' 'libpng' 'libjpeg-turbo' 'gstreamer0.10' | 11 | depends=('bullet' 'libpng' 'libjpeg-turbo' |
12 | 'gstreamer0.10-base' 'gstreamer0.10-good' | 12 | 'gstreamer' 'gst-plugins-base-libs' 'gst-plugins-base' |
13 | 'gstreamer0.10-bad' 'gstreamer0.10-ugly' 'gstreamer0.10-ffmpeg' | 13 | 'gst-plugins-good' 'gst-plugins-bad' |
14 | 'zlib' 'lua' 'libtiff' 'openssl' 'util-linux' 'curl' 'dbus' | 14 | 'zlib' 'lua' 'libtiff' 'openssl' 'util-linux' 'curl' 'dbus' |
15 | 'glibc' 'fontconfig' 'freetype2' 'fribidi' 'libpulse' | 15 | 'glibc' 'fontconfig' 'freetype2' 'fribidi' 'libpulse' |
16 | 'libsndfile' 'systemd' 'libx11' 'libxau' 'libxcomposite' | 16 | 'libsndfile' 'systemd' 'libx11' 'libxau' 'libxcomposite' |