summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-26 23:17:49 +0000
committerDaniel Bermond2018-10-26 23:17:49 +0000
commit7d9e6b9cab755a022043a60aebe2eab2b4d4199d (patch)
treee7abd6a2d51dcb4ead6ca779281b02fc2cc22f56
parent428992a99c0f1602e2a36afa733c75f441842982 (diff)
downloadaur-7d9e6b9cab755a022043a60aebe2eab2b4d4199d.tar.gz
depends: switch libx264 to x264
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 326505a74b28..b94a0dc63538 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libopenshot-git
pkgdesc = A high quality, open-source video editing, animation, and playback library for C++, Python, and Ruby (git version)
pkgver = 0.2.2.r0.gc90fb9b
- pkgrel = 1
+ pkgrel = 2
url = http://www.openshot.org/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = libopenshot-git
makedepends = unittestpp
depends = libmagick6
depends = ffmpeg
- depends = libx264
+ depends = x264
depends = libopenshot-audio
depends = python
depends = jsoncpp
diff --git a/PKGBUILD b/PKGBUILD
index 174a8182877e..93bcd583cf8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=libopenshot-git
pkgver=0.2.2.r0.gc90fb9b
-pkgrel=1
+pkgrel=2
pkgdesc='A high quality, open-source video editing, animation, and playback library for C++, Python, and Ruby (git version)'
arch=('i686' 'x86_64')
url='http://www.openshot.org/'
license=('LGPL3')
-depends=('libmagick6' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 'jsoncpp' 'qt5-multimedia' 'zeromq')
+depends=('libmagick6' 'ffmpeg' 'x264' 'libopenshot-audio' 'python' 'jsoncpp' 'qt5-multimedia' 'zeromq')
makedepends=('git' 'cmake' 'doxygen' 'swig' 'unittestpp')
provides=('libopenshot')
conflicts=('libopenshot')