summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBermond2016-01-24 11:59:47 -0200
committerBermond2016-01-24 11:59:47 -0200
commita44d85d83e7c5bfd06f2d526d0c0671b13270fbe (patch)
treee069140a288a75019570a3f773a0049bd94c30f2
parent3570abd6b99c026d366d33c822563ac5f370b122 (diff)
downloadaur-a44d85d83e7c5bfd06f2d526d0c0671b13270fbe.tar.gz
Updated comment block removing reference to libstagefright-h264
Support for 'libstagefright-h264' was removed from upstream git master in commit '72673ad7eae2d4f685f3c0a895558502bfe07c8e'. It is a hardware related library (Android) and thus was not enabled in this x86 package, being referenced in the comments section. Updated this comment block.
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8e7ad0e0a29..42d7f2ff5533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 23 23:48:40 UTC 2016
+# Sun Jan 24 13:28:00 UTC 2016
pkgbase = ffmpeg-full-git
pkgdesc = Record, convert and stream audio and video (Git version with all possible libs)
pkgver = N.78025.g22ee0a5
- pkgrel = 2
+ pkgrel = 3
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d848a9235898..efd489287f05 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,8 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
# FFmpeg compiled from Git repository with all possible libraries.
-# At the current moment the following hardware related libraries
-# are not included:
-# libstagefright-h264
-# mmal
+# At the current moment only the 'mmal' option is not enabled because it is a
+# hardware related library that is not for x86. All other options are enabled.
# AUR dependencies
# ----------------
@@ -18,7 +16,7 @@
pkgname=ffmpeg-full-git
pkgver=N.78025.g22ee0a5
-pkgrel=2
+pkgrel=3
pkgdesc="Record, convert and stream audio and video (Git version with all possible libs)"
arch=('i686' 'x86_64')
url="http://www.ffmpeg.org/"