babl: update to 0.1.4, add gir-babl subpkg.
This commit is contained in:
parent
84a5e605ea
commit
3d7a4a62a4
|
@ -11,8 +11,6 @@ Add_dependency run babl
|
|||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mkdir -p ${DESTDIR}/usr/bin
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
# Template file for 'gir-babl'.
|
||||
#
|
||||
short_desc="Introspection data for BABL"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains small pieces of introspection data for the Babl library."
|
||||
|
||||
do_install()
|
||||
{
|
||||
install -d ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
|
||||
}
|
|
@ -1,11 +1,11 @@
|
|||
# Template build file for 'babl'.
|
||||
pkgname=babl
|
||||
version=0.1.2
|
||||
distfiles="ftp://ftp.gtk.org/pub/babl/0.1/$pkgname-$version.tar.bz2"
|
||||
version=0.1.4
|
||||
distfiles="ftp://ftp.gimp.org/pub/babl/0.1/babl-${version}.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Dynamic pixel format translation library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=1de1394f3d49313bd99f2eab5ae7a4ddfd66d27cdaa89aede67b0dd96f43b722
|
||||
checksum=5b36312528de84815f054345cd478743a9493981a44060013b682d0304ffe733
|
||||
long_desc="
|
||||
babl is a dynamic, any to any, pixel format translation library.
|
||||
|
||||
|
@ -16,5 +16,6 @@ long_desc="
|
|||
A vocabulary to formulate new pixel formats from existing primitives is
|
||||
provided as well as the framework to add new color models and data types."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
subpackages="gir-babl babl-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency build gobject-introspection
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
babl
|
Loading…
Reference in New Issue