mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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>
|
# Contributor: Paul Mattal <paul@archlinux.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.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
|
# - rename ld.so.conf.d config so nothing is loaded before it
|
||||||
|
|
||||||
pkgname=ffmpeg2.8
|
pkgname=ffmpeg2.8
|
||||||
pkgver=2.8.7
|
pkgver=2.8.8
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://ffmpeg.org/'
|
url='https://ffmpeg.org/'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
|
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
|
||||||
'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
|
'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
|
||||||
|
@ -27,10 +27,9 @@ optdepends=('ladspa: LADSPA filters')
|
||||||
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
|
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
|
||||||
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
|
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
|
||||||
'libswscale.so')
|
'libswscale.so')
|
||||||
source=("http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2"
|
source=("http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
|
||||||
"http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2.asc")
|
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
|
||||||
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
|
sha256sums=('f94e2f71aacd1fdb1e28aac8cf36aa457c13b0fc9bf704b467d91489705d2199'
|
||||||
sha256sums=('8777ce4a335640fdd13680ba423ef6da330ff5071bfbe27cdbb452379167efe5'
|
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue