Bump to version 2.8.4

This commit is contained in:
Iacopo Isimbaldi
2015-12-26 20:01:26 +01:00
parent 4cbebca82f
commit b0f032790a
2 changed files with 11 additions and 21 deletions
+6 -8
View File
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Thu Dec 17 12:20:18 UTC 2015 # Sat Dec 26 18:45:00 UTC 2015
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.3 pkgver = 2.8.4
pkgrel = 2 pkgrel = 1
epoch = 1 epoch = 1
url = http://ffmpeg.org/ url = http://ffmpeg.org/
arch = i686 arch = i686
@@ -91,14 +91,12 @@ 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.3.tar.bz2 source = http://ffmpeg.org/releases/ffmpeg-2.8.4.tar.bz2
source = http://ffmpeg.org/releases/ffmpeg-2.8.3.tar.bz2.asc source = http://ffmpeg.org/releases/ffmpeg-2.8.4.tar.bz2.asc
source = UNREDISTRIBUTABLE.txt source = UNREDISTRIBUTABLE.txt
source = ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch sha256sums = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e
sha256sums = 1bcf993a71839bb4a37eaa0c51daf315932b6dad6089f672294545cc51a5caf6
sha256sums = SKIP sha256sums = SKIP
sha256sums = e0c1b126862072a71e18b9580a6b01afc76a54aa6e642d2c413ba0ac9d3010c4 sha256sums = e0c1b126862072a71e18b9580a6b01afc76a54aa6e642d2c413ba0ac9d3010c4
sha256sums = 277994aca5a6e40c1a90750859828817e0646bfb28142fdb34d5f9d3196c3f7a
pkgname = ffmpeg-full pkgname = ffmpeg-full
+5 -13
View File
@@ -10,8 +10,8 @@
# needs too. # needs too.
pkgname=ffmpeg-full pkgname=ffmpeg-full
pkgver=2.8.3 pkgver=2.8.4
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')
@@ -40,19 +40,11 @@ provides=(
'ffmpeg' 'ffmpeg'
) )
source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc} source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc}
UNREDISTRIBUTABLE.txt UNREDISTRIBUTABLE.txt)
ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
sha256sums=('1bcf993a71839bb4a37eaa0c51daf315932b6dad6089f672294545cc51a5caf6' sha256sums=('83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e'
'SKIP' 'SKIP'
'e0c1b126862072a71e18b9580a6b01afc76a54aa6e642d2c413ba0ac9d3010c4' 'e0c1b126862072a71e18b9580a6b01afc76a54aa6e642d2c413ba0ac9d3010c4')
'277994aca5a6e40c1a90750859828817e0646bfb28142fdb34d5f9d3196c3f7a')
prepare() {
cd ${pkgname%-full}-$pkgver
patch -p1 -i ../ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
}
build() { build() {
cd ${pkgname%-full}-$pkgver cd ${pkgname%-full}-$pkgver