mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
orc: update to 0.4.34.
This commit is contained in:
parent
e87e6e159f
commit
b53960022a
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'orc'
|
||||
pkgname=orc
|
||||
version=0.4.33
|
||||
version=0.4.34
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
|
@ -11,8 +11,9 @@ short_desc="Oild Runtime Compiler"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://cgit.freedesktop.org/gstreamer/orc"
|
||||
changelog="https://gitlab.freedesktop.org/gstreamer/orc/-/raw/main/RELEASE"
|
||||
distfiles="http://gstreamer.freedesktop.org/src/orc/orc-${version}.tar.xz"
|
||||
checksum=844e6d7db8086f793f57618d3d4b68d29d99b16034e71430df3c21cfd3c3542a
|
||||
checksum=8f47abb3f097171e44eb807adcdabd860fba2effd37d8d3c4fbd5f341cadd41f
|
||||
|
||||
build_options="gtk_doc"
|
||||
|
||||
|
@ -25,12 +26,11 @@ post_install() {
|
|||
}
|
||||
|
||||
orc-devel_package() {
|
||||
depends="orc>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/aclocal
|
||||
if [ "$build_option_gtk_doc" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue