mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:34:37 +08:00
sound stack pf, adding frei0r-plugins, updated, mlt rebuild
This commit is contained in:
parent
de3c20f250
commit
d8e6dada3a
@ -1,34 +1,29 @@
|
|||||||
#
|
# Maintainer: abveritas[at]chakra-project[dot]org>
|
||||||
# Chakra Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# maintainer abveritas[at]chakra-project[dot]org>
|
|
||||||
|
|
||||||
|
|
||||||
pkgname=frei0r-plugins
|
pkgname=frei0r-plugins
|
||||||
pkgver=1.3
|
pkgver=1.4
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
pkgdesc="frei0r is a minimalistic plugin API for video sources and filters."
|
pkgdesc="frei0r is a minimalistic plugin API for video sources and filters."
|
||||||
arch=(i686 x86_64)
|
arch=('x86_64')
|
||||||
url="http://www.piksel.org/frei0r"
|
url="http://www.piksel.org/frei0r"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('gcc-libs' 'gavl>=1.0.0' 'opencv')
|
depends=('gcc-libs' 'gavl>=1.0.0' 'opencv')
|
||||||
makedepends=('graphviz')
|
makedepends=('doxygen')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=(http://ftp.dyne.org/frei0r/releases/frei0r-plugins-$pkgver.tar.gz)
|
source=("http://ftp.dyne.org/frei0r/releases/frei0r-plugins-$pkgver.tar.gz")
|
||||||
md5sums=('a2eb63feeeb0c5cf439ccca276cbf70c')
|
md5sums=('202375d1bcb545c1b6eb8f34e0260ec5')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/frei0r-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
./configure --prefix=/usr --docdir=/usr/share/doc
|
|
||||||
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/frei0r-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
make DESTDIR="$pkgdir" install \
|
|
||||||
htmldocsdir=$pkgdir/usr/share/doc/frei0r-plugins-$pkgver \
|
make DESTDIR="$pkgdir" install
|
||||||
docsdir=$pkgdir/usr/share/doc/frei0r-plugins-$pkgver
|
|
||||||
mkdir -p $pkgdir/usr/share/doc/frei0r-plugins-$pkgver/
|
|
||||||
mv $pkgdir/$pkgdir/usr/share/doc/frei0r-plugins-$pkgver/* $pkgdir/usr/share/doc/frei0r-plugins-$pkgver/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
pkgbase=mlt
|
pkgbase=mlt
|
||||||
pkgname=('mlt' 'mlt-python-bindings')
|
pkgname=('mlt' 'mlt-python-bindings')
|
||||||
pkgver=0.8.8
|
pkgver=0.8.8
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="An open source multimedia framework"
|
pkgdesc="An open s3ource multimedia framework"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.mltframework.org"
|
url="http://www.mltframework.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
Loading…
Reference in New Issue
Block a user