Openshot
* libopenshot-audio: update to 0.1.1. * libopenshot: update to 0.1.1. * openshot: update to 2.0.7.
This commit is contained in:
parent
ee5c2604f9
commit
8dab3a7130
4 changed files with 12 additions and 10 deletions
|
@ -2342,7 +2342,7 @@ libges-1.0.so.0 gst1-editing-services-1.6.2_1
|
||||||
libges-0.10.so.0 gst-editing-services-0.10.1_1
|
libges-0.10.so.0 gst-editing-services-0.10.1_1
|
||||||
libykneomgr.so.0 libykneomgr-0.1.8_1
|
libykneomgr.so.0 libykneomgr-0.1.8_1
|
||||||
libopenshot-audio.so.3 libopenshot-audio-0.0.6_1
|
libopenshot-audio.so.3 libopenshot-audio-0.0.6_1
|
||||||
libopenshot.so.7 libopenshot-0.1.0_1
|
libopenshot.so.8 libopenshot-0.1.1_1
|
||||||
libavresample.so.2 libavresample-2.8.5_3
|
libavresample.so.2 libavresample-2.8.5_3
|
||||||
libpqxx-4.0.so libpqxx-4.0.1_1
|
libpqxx-4.0.so libpqxx-4.0.1_1
|
||||||
libndpi.so.1 ndpi-1.6_1
|
libndpi.so.1 ndpi-1.6_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libopenshot-audio'
|
# Template file for 'libopenshot-audio'
|
||||||
pkgname=libopenshot-audio
|
pkgname=libopenshot-audio
|
||||||
version=0.0.6
|
version=0.1.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
only_for_archs="x86_64 i686"
|
only_for_archs="x86_64 i686"
|
||||||
hostmakedepends="cmake doxygen"
|
hostmakedepends="cmake doxygen"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="OpenShot audio library"
|
||||||
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="www.openshot.org"
|
homepage="www.openshot.org"
|
||||||
distfiles="https://launchpad.net/libopenshot/0.0/0.0.9/+download/${pkgname}-${version}.tar.gz"
|
distfiles="https://launchpad.net/libopenshot/0.1/0.1.1/+download/${pkgname}-${version}.tar.gz"
|
||||||
checksum=29707bf7603fc08b2a152abff2599405f3499a2d674919b1a1749638cd91f42e
|
checksum=2d6737ea309e07c37605aa9b09aa92afa04923c22f74fb852a2b75d3838de633
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
|
||||||
libopenshot-audio-devel_package() {
|
libopenshot-audio-devel_package() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libopenshot'
|
# Template file for 'libopenshot'
|
||||||
pkgname=libopenshot
|
pkgname=libopenshot
|
||||||
version=0.1.0
|
version=0.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
@ -13,12 +13,13 @@ maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="www.openshot.org"
|
homepage="www.openshot.org"
|
||||||
distfiles="https://launchpad.net/${pkgname}/0.1/${version}/+download/${pkgname}-${version}.tar.gz"
|
distfiles="https://launchpad.net/${pkgname}/0.1/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||||
checksum=1eb3cc27d9d5a5c966dd5dd445567239c6cbcc08772ba99e5f3b52c87a28d809
|
checksum=7f79084b0fda085ee5740f4907a2ac4bd736de6b3c4958b4441f49eaedfc7eee
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
|
||||||
libopenshot-devel_package() {
|
libopenshot-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openshot'
|
# Template file for 'openshot'
|
||||||
pkgname=openshot
|
pkgname=openshot
|
||||||
version=2.0.6
|
version=2.0.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="3.4"
|
python_versions="3.4"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
@ -13,5 +13,6 @@ maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="www.openshot.org"
|
homepage="www.openshot.org"
|
||||||
distfiles="https://launchpad.net/${pkgname}/2.0/${version}/+download/${pkgname}-qt-${version}.tar.gz"
|
distfiles="https://launchpad.net/${pkgname}/2.0/${version}/+download/${pkgname}-qt-${version}.tar.gz"
|
||||||
checksum=80a7ad0fa5e2f4fc8bcccc1c2c8c4a6d73315b63f8263a0c374c2ffd4faa6c5c
|
checksum=7b58e802a3de2260c00e4e4996ec899253ff1ff4035b2a2e535ac72ee4d63a97
|
||||||
wrksrc=${pkgname}-qt-${version}
|
wrksrc=${pkgname}-qt-${version}
|
||||||
|
create_wrksrc=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue