Bump to pkgver 2
Late night error with dependencies
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Thu Dec 17 00:15:57 UTC 2015
|
# Thu Dec 17 12:20:18 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.3
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = http://ffmpeg.org/
|
url = http://ffmpeg.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -66,13 +66,16 @@ pkgbase = ffmpeg-full
|
|||||||
depends = mesa
|
depends = mesa
|
||||||
depends = openal
|
depends = openal
|
||||||
depends = opencl-headers
|
depends = opencl-headers
|
||||||
|
depends = openh264
|
||||||
depends = rtmpdump
|
depends = rtmpdump
|
||||||
depends = shine
|
depends = shine
|
||||||
|
depends = snappy
|
||||||
depends = twolame
|
depends = twolame
|
||||||
depends = vid.stab
|
depends = vid.stab
|
||||||
depends = vo-aacenc
|
depends = vo-aacenc
|
||||||
depends = vo-amrwbenc
|
depends = vo-amrwbenc
|
||||||
depends = wavpack
|
depends = wavpack
|
||||||
|
depends = xavs
|
||||||
depends = zeromq
|
depends = zeromq
|
||||||
depends = zvbi
|
depends = zvbi
|
||||||
provides = libavcodec.so
|
provides = libavcodec.so
|
||||||
@@ -84,9 +87,6 @@ pkgbase = ffmpeg-full
|
|||||||
provides = libpostproc.so
|
provides = libpostproc.so
|
||||||
provides = libswresample.so
|
provides = libswresample.so
|
||||||
provides = libswscale.so
|
provides = libswscale.so
|
||||||
provides = openh264
|
|
||||||
provides = snappy
|
|
||||||
provides = xavs
|
|
||||||
provides = ffmpeg
|
provides = ffmpeg
|
||||||
conflicts = ffmpeg
|
conflicts = ffmpeg
|
||||||
conflicts = ffmpeg-git
|
conflicts = ffmpeg-git
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
pkgname=ffmpeg-full
|
pkgname=ffmpeg-full
|
||||||
pkgver=2.8.3
|
pkgver=2.8.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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')
|
||||||
@@ -27,15 +27,16 @@ depends=(
|
|||||||
'celt' 'faac' 'frei0r-plugins' 'jack' 'ladspa' 'libaacplus'
|
'celt' 'faac' 'frei0r-plugins' 'jack' 'ladspa' 'libaacplus'
|
||||||
'libavc1394' 'libbs2b' 'libcaca' 'libcdio-paranoia' 'libcl' 'libdc1394'
|
'libavc1394' 'libbs2b' 'libcaca' 'libcdio-paranoia' 'libcl' 'libdc1394'
|
||||||
'libfdk-aac' 'libgme' 'libiec61883' 'libutvideo-git'
|
'libfdk-aac' 'libgme' 'libiec61883' 'libutvideo-git'
|
||||||
'libxv' 'mesa' 'openal' 'opencl-headers' 'rtmpdump' 'shine' 'twolame'
|
'libxv' 'mesa' 'openal' 'opencl-headers' 'openh264'
|
||||||
'vid.stab' 'vo-aacenc' 'vo-amrwbenc' 'wavpack' 'zeromq' 'zvbi'
|
'rtmpdump' 'shine' 'snappy' 'twolame' 'vid.stab'
|
||||||
|
'vo-aacenc' 'vo-amrwbenc' 'wavpack' 'xavs' 'zeromq' 'zvbi'
|
||||||
)
|
)
|
||||||
makedepends=('hardening-wrapper' 'libvdpau' 'yasm')
|
makedepends=('hardening-wrapper' 'libvdpau' 'yasm')
|
||||||
conflicts=('ffmpeg' 'ffmpeg-git' 'ffmpeg-full-git')
|
conflicts=('ffmpeg' 'ffmpeg-git' 'ffmpeg-full-git')
|
||||||
provides=(
|
provides=(
|
||||||
'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
|
'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' 'openh264' 'snappy' 'xavs'
|
'libswscale.so'
|
||||||
'ffmpeg'
|
'ffmpeg'
|
||||||
)
|
)
|
||||||
source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc}
|
source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc}
|
||||||
|
|||||||
Reference in New Issue
Block a user