mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: libplacebo-0.5.0.
This commit is contained in:
parent
0b9dd00159
commit
48a4c78191
2 changed files with 22 additions and 0 deletions
1
srcpkgs/libplacebo-devel
Symbolic link
1
srcpkgs/libplacebo-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libplacebo
|
21
srcpkgs/libplacebo/template
Normal file
21
srcpkgs/libplacebo/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'libplacebo'
|
||||||
|
pkgname=libplacebo
|
||||||
|
version=0.5.0
|
||||||
|
revision=1
|
||||||
|
build_style=meson
|
||||||
|
short_desc="Reusable library for GPU-accelerated video/image rendering"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://github.com/haasn/libplacebo"
|
||||||
|
distfiles="https://github.com/haasn/libplacebo/archive/v${version}.tar.gz"
|
||||||
|
checksum=2cc7729a25cb1c265b96900cd22727d96ce984c16cf57bfb784c7f988a5e32a7
|
||||||
|
|
||||||
|
libplacebo-devel_package() {
|
||||||
|
depends="libplacebo-${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue