summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2016-07-10 04:36:06 -0600
committerKamran Mackey2016-07-10 04:36:06 -0600
commit2dd81505a46d0c0c439b27a9df9334dbf63bf8cf (patch)
tree29ffdea37de829903273b0382363f521fb31762c
parenta97237c7989a6340fe9828246492803fb1c4bd9d (diff)
downloadaur-2dd81505a46d0c0c439b27a9df9334dbf63bf8cf.tar.gz
Minor improvements.
Added vim special settings. Also improved the "make doc" command. Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac12904c71ea..9f947a8ff22e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jul 10 10:25:13 UTC 2016
+# Sun Jul 10 10:34:02 UTC 2016
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
pkgver = 3.2.r80954.gd4c8e93
diff --git a/PKGBUILD b/PKGBUILD
index 97eb490025db..d05b8f377d39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -77,7 +77,7 @@ build() {
make EXTRA_CFLAGS="$CFLAGS"
make tools/qt-faststart
- make doc
+ make doc/ff{mpeg,play,server}.1
}
package() {
@@ -85,3 +85,5 @@ package() {
make DESTDIR="$pkgdir" install install-man
install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
}
+
+# vim: ts=8 sw=8 et: