libopenraw: update to 0.1.0
This commit is contained in:
parent
8bab9d8767
commit
eaa6166988
2 changed files with 4 additions and 10 deletions
|
@ -2116,8 +2116,8 @@ libcodeblocks.so.0 codeblocks-13.12_1
|
||||||
liblept.so.5 leptonica-1.73_1
|
liblept.so.5 leptonica-1.73_1
|
||||||
libtesseract.so.3 tesseract-ocr-3.02.02_1
|
libtesseract.so.3 tesseract-ocr-3.02.02_1
|
||||||
libffmpegthumbnailer.so.4 ffmpegthumbnailer-2.0.10_1
|
libffmpegthumbnailer.so.4 ffmpegthumbnailer-2.0.10_1
|
||||||
libopenraw.so.1 libopenraw-0.0.9_1
|
libopenraw.so.7 libopenraw-0.1.0_1
|
||||||
libopenrawgnome.so.1 libopenraw-0.0.9_1
|
libopenrawgnome.so.7 libopenraw-0.1.0_1
|
||||||
libgeda.so.42 geda-1.8.2_1
|
libgeda.so.42 geda-1.8.2_1
|
||||||
libclutter-gst-3.0.so.0 clutter-gst3-3.0.4_1
|
libclutter-gst-3.0.so.0 clutter-gst3-3.0.4_1
|
||||||
libgsound.so.0 gsound-1.0.1_1
|
libgsound.so.0 gsound-1.0.1_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libopenraw'
|
# Template file for 'libopenraw'
|
||||||
pkgname=libopenraw
|
pkgname=libopenraw
|
||||||
version=0.0.9
|
version=0.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-boost=${XBPS_CROSS_BASE}/usr"
|
configure_args="--with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
|
@ -12,14 +12,8 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://${pkgname}.freedesktop.org/wiki/"
|
homepage="http://${pkgname}.freedesktop.org/wiki/"
|
||||||
distfiles="http://${pkgname}.freedesktop.org/download/${pkgname}-${version}.tar.bz2"
|
distfiles="http://${pkgname}.freedesktop.org/download/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=49fd1adf0a0228c7a17a79bf98d8d03664195feae1e50f4ddd1b20162626e18f
|
checksum=4dede1db9b85c9c22a1ddaf37839f2713746a00b81a6d4623d66556000cb76cf
|
||||||
|
|
||||||
post_configure() {
|
|
||||||
# Fix local posix_{open,close} name clash with unistd.h
|
|
||||||
sed -e "s;posix_open;s_posix_open;g" \
|
|
||||||
-e "s;posix_close;s_posix_close;g" \
|
|
||||||
-i ${wrksrc}/lib/io/posix_io.c
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove gdk-pixbuf static lib
|
# Remove gdk-pixbuf static lib
|
||||||
rm ${DESTDIR}/usr/lib/gdk-pixbuf-*/*/loaders/libopenraw_pixbuf.a
|
rm ${DESTDIR}/usr/lib/gdk-pixbuf-*/*/loaders/libopenraw_pixbuf.a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue