diff --git a/common/shlibs b/common/shlibs index 76ddbf4236..f2c454b956 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3408,3 +3408,4 @@ libSPIRV.so glslang-6.2.2596_1 libmaxminddb.so.0 libmaxminddb-1.3.2_1 libmysqlpp.so mysql++-3.2.4_1 libKF5Syndication.so.5 syndication-18.08.0_1 +liblqr-1.so.0 liblqr-0.4.2_1 diff --git a/srcpkgs/liblqr-devel b/srcpkgs/liblqr-devel new file mode 120000 index 0000000000..e75d7b705c --- /dev/null +++ b/srcpkgs/liblqr-devel @@ -0,0 +1 @@ +liblqr \ No newline at end of file diff --git a/srcpkgs/liblqr/template b/srcpkgs/liblqr/template new file mode 100644 index 0000000000..95466b3617 --- /dev/null +++ b/srcpkgs/liblqr/template @@ -0,0 +1,23 @@ +# Template file for 'liblqr' +pkgname=liblqr +version=0.4.2 +revision=1 +build_style=gnu-configure +hostmakedepends="automake libtool pkg-config" +makedepends="glib-devel gettext-devel" +short_desc="C/C++ API for resizing of images by the seam-carving technique" +maintainer="CoolOhm " +license="GPL-2.0-or-later" +homepage="http://liblqr.wikidot.com/" +distfiles="https://github.com/carlobaldassi/liblqr/archive/v${version}.tar.gz" +checksum=1019a2d91f3935f1f817eb204a51ec977a060d39704c6dafa183b110fd6280b0 + +liblqr-devel_package() { + short_desc+=" - development files" + depends="liblqr>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/lib/*.so + } +}