mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
gst1-editing-services: update to 1.18.3.
This commit is contained in:
parent
08d4236fd9
commit
9b5b0dce40
1 changed files with 9 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'gst1-editing-services'
|
||||
pkgname=gst1-editing-services
|
||||
version=1.16.2
|
||||
version=1.18.3
|
||||
revision=1
|
||||
wrksrc="${pkgname/gst1/gstreamer}-${version}"
|
||||
wrksrc="${pkgname/gst1/gst}-${version}"
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dgtk_doc=disabled"
|
||||
|
@ -12,16 +12,19 @@ short_desc="GStreamer 1.x Editing Services"
|
|||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://gstreamer.freedesktop.org"
|
||||
distfiles="${homepage}/src/${pkgname/gst1/gst}/${pkgname/gst1/gstreamer}-${version}.tar.xz"
|
||||
checksum=0e06a6191a0c6c16e16272bf2573cecaeb245f10629486ad940a299bef700c16
|
||||
python_version=2 #unverified
|
||||
distfiles="${homepage}/src/${pkgname/gst1/gst}/${pkgname/gst1/gst}-${version}.tar.xz"
|
||||
checksum=8ae139b13b1646a20ba63b0b90877d35813e24cd87642d325e751fc7cb175e20
|
||||
|
||||
do_check() {
|
||||
: # Tests fail in older versions as well
|
||||
}
|
||||
|
||||
gst1-editing-services-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue