mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:18:28 +08:00
gst-plugins-bad: upgrade to 1.2.1
This commit is contained in:
parent
3e52e1f39b
commit
76f8ce162d
@ -1,8 +1,11 @@
|
||||
#
|
||||
# Platform packages of Chakra Project, part of chakra-project.org
|
||||
#
|
||||
# maintainer abveritas@chakra-project.org
|
||||
# contributor Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=gst-plugins-bad
|
||||
pkgver=1.0.5
|
||||
pkgver=1.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer Multimedia Framework Bad Plugins"
|
||||
arch=('x86_64')
|
||||
@ -10,11 +13,13 @@ license=('LGPL')
|
||||
url="http://gstreamer.freedesktop.org/"
|
||||
depends=('mjpegtools' 'gst-plugins-base' 'curl' 'chromaprint' 'libmms' 'faad2'
|
||||
'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav'
|
||||
'libmodplug' 'libgme' 'opus')
|
||||
makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2')
|
||||
'libmodplug' 'libgme' 'opus' 'ffmpeg' 'openal' 'libass')
|
||||
makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2'
|
||||
'x264' 'bluez' 'opencore-amr' 'libshairport' 'libcdaudio' 'libdc1394' 'libwebp' 'lv2' 'librsvg' 'timidity++'
|
||||
'rtmpdump' 'xvidcore' 'gobject-introspection')
|
||||
options=(!libtool !emptydirs)
|
||||
source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
|
||||
md5sums=('07ed29084e0de968cdd1675f7ee228e2')
|
||||
md5sums=('8ee6863cbb917bb4bd235698b87192a4')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
@ -33,7 +38,7 @@ build() {
|
||||
check() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
make check
|
||||
make -k check || :
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user