mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/ffmpeg2.8 to 2.8.8-1
This commit is contained in:
parent
c78b5bf7ea
commit
e2c92a3142
1 changed files with 7 additions and 8 deletions
|
@ -6,15 +6,15 @@
|
|||
# Contributor: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - use -fPIC in host cflags for armv7 to fix print_options.c compile
|
||||
# - use -fPIC in host cflags for armv7 and aarch64 to fix print_options.c compile
|
||||
# - rename ld.so.conf.d config so nothing is loaded before it
|
||||
|
||||
pkgname=ffmpeg2.8
|
||||
pkgver=2.8.7
|
||||
pkgrel=4
|
||||
pkgver=2.8.8
|
||||
pkgrel=1
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://ffmpeg.org/'
|
||||
url='https://ffmpeg.org/'
|
||||
license=('GPL3')
|
||||
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
|
||||
'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
|
||||
|
@ -27,10 +27,9 @@ optdepends=('ladspa: LADSPA filters')
|
|||
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
|
||||
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
|
||||
'libswscale.so')
|
||||
source=("http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2"
|
||||
"http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2.asc")
|
||||
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
|
||||
sha256sums=('8777ce4a335640fdd13680ba423ef6da330ff5071bfbe27cdbb452379167efe5'
|
||||
source=("http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
|
||||
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
|
||||
sha256sums=('f94e2f71aacd1fdb1e28aac8cf36aa457c13b0fc9bf704b467d91489705d2199'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue