Updated to version 2.8.5
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Wed Jan 13 20:40:41 UTC 2016
|
# Sat Jan 16 00:08:12 UTC 2016
|
||||||
pkgbase = ffmpeg-full
|
pkgbase = ffmpeg-full
|
||||||
pkgdesc = Complete solution to record, convert and stream audio and video (with all options)
|
pkgdesc = Complete solution to record, convert and stream audio and video (with all options)
|
||||||
pkgver = 2.8.4
|
pkgver = 2.8.5
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = http://ffmpeg.org/
|
url = http://ffmpeg.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -91,8 +91,8 @@ pkgbase = ffmpeg-full
|
|||||||
conflicts = ffmpeg
|
conflicts = ffmpeg
|
||||||
conflicts = ffmpeg-git
|
conflicts = ffmpeg-git
|
||||||
conflicts = ffmpeg-full-git
|
conflicts = ffmpeg-full-git
|
||||||
source = http://ffmpeg.org/releases/ffmpeg-2.8.4.tar.bz2
|
source = http://ffmpeg.org/releases/ffmpeg-2.8.5.tar.bz2
|
||||||
source = http://ffmpeg.org/releases/ffmpeg-2.8.4.tar.bz2.asc
|
source = http://ffmpeg.org/releases/ffmpeg-2.8.5.tar.bz2.asc
|
||||||
source = UNREDISTRIBUTABLE.txt
|
source = UNREDISTRIBUTABLE.txt
|
||||||
sha256sums = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e
|
sha256sums = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
!.gitignore
|
||||||
|
|
||||||
pkg
|
pkg
|
||||||
src
|
src
|
||||||
*.pkg*
|
*.pkg*
|
||||||
|
*.orig
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
# needs too.
|
# needs too.
|
||||||
|
|
||||||
pkgname=ffmpeg-full
|
pkgname=ffmpeg-full
|
||||||
pkgver=2.8.4
|
pkgver=2.8.5
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='Complete solution to record, convert and stream audio and video (with all options)'
|
pkgdesc='Complete solution to record, convert and stream audio and video (with all options)'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@@ -127,8 +127,7 @@ build() {
|
|||||||
--enable-runtime-cpudetect \
|
--enable-runtime-cpudetect \
|
||||||
--enable-swresample \
|
--enable-swresample \
|
||||||
--enable-vdpau \
|
--enable-vdpau \
|
||||||
--enable-version3 \
|
--enable-version3
|
||||||
--disable-demuxer='hls' --disable-protocol='concat,hls' # FS#47738
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make tools/qt-faststart
|
make tools/qt-faststart
|
||||||
|
|||||||
Reference in New Issue
Block a user