summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e3c936cfbd3..1583afd0f80c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,13 +12,16 @@ pkgbase = x264-git
makedepends = ffmpeg
makedepends = l-smash
depends = glibc
- source = git://git.videolan.org/x264.git
- md5sums = SKIP
+ source = git+http://git.videolan.org/git/x264.git
+ sha256sums = SKIP
pkgname = x264-git
pkgdesc = CLI tools for encoding H264/AVC video streams (Git)
- depends = ffmpeg
- depends = l-smash
+ depends = libavcodec.so
+ depends = libavformat.so
+ depends = libavutil.so
+ depends = liblsmash.so
+ depends = libswscale.so
provides = x264-10bit
provides = x264
conflicts = x264-10bit
diff --git a/PKGBUILD b/PKGBUILD
index 99edc1c0a367..be58c21ac46f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ url='http://www.videolan.org/developers/x264.html'
license=('GPL')
depends=('glibc')
makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
-source=("git://git.videolan.org/x264.git")
+source=("git+http://git.videolan.org/git/x264.git")
sha256sums=('SKIP')
# Use the 10-bit version?