From: yopito <yopito@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: [PR PATCH] simage: update to 1.8.1 Date: Wed, 13 Jan 2021 22:23:05 +0100 Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27904@inbox.vuxu.org> (raw) [-- Attachment #1: Type: text/plain, Size: 311 bytes --] There is a new pull request by yopito against master on the void-packages repository https://github.com/yopito/void-packages simage.1.8.1 https://github.com/void-linux/void-packages/pull/27904 simage: update to 1.8.1 A patch file from https://github.com/void-linux/void-packages/pull/27904.patch is attached [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: github-pr-simage.1.8.1-27904.patch --] [-- Type: text/x-diff, Size: 2094 bytes --] From f03c07ec6a0a201f7aeea3d77f6c202932994845 Mon Sep 17 00:00:00 2001 From: yopito <pierre.bourgin@free.fr> Date: Wed, 13 Jan 2021 22:13:16 +0100 Subject: [PATCH] simage: update to 1.8.1 --- srcpkgs/simage/template | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/srcpkgs/simage/template b/srcpkgs/simage/template index 7f26620e1dd..5bbddc3f0f4 100644 --- a/srcpkgs/simage/template +++ b/srcpkgs/simage/template @@ -1,23 +1,20 @@ # Template file for 'simage' pkgname=simage -version=1.7.0 -revision=2 -build_style=gnu-configure -# XXX disable gif support since misuse of giflib 5.x API -# (3rd param "int *ErrorCode" is missing in all calls) -configure_args="--without-gif" -makedepends="libXt-devel libjpeg-turbo-devel libpng-devel tiff-devel jasper-devel - libsndfile-devel libogg-devel libvorbis-devel" +version=1.8.1 +revision=1 +wrksrc=simage +build_style=cmake +makedepends="libjpeg-turbo-devel libpng-devel tiff-devel jasper-devel + libsndfile-devel libvorbis-devel giflib-devel" short_desc="Library with image format loaders for image files as texture" maintainer="yopito <pierre.bourgin@free.fr>" -license="GPL-3" -homepage="https://bitbucket.org/Coin3D/simage" -distfiles="https://bitbucket.org/Coin3D/coin/downloads/${pkgname}-${version}.tar.gz" -checksum=c9a0c43e45f825c46941789f5a8f6c3b61da5ac87e4088cb611ac0fead494def +license="0BSD" +homepage="https://github.com/coin3d/simage" +distfiles="https://github.com/coin3d/simage/releases/download/v${version}/simage-${version}-src.tar.gz" +checksum=a0b85ffa14cc03dcd5e4918dac8982a280df229f7e5758d1c28281920e9f8e74 -pre_configure() { - sed -i '326s/(setjmp(png_ptr->jmpbuf)/(setjmp(png_jmpbuf(png_ptr))/' \ - src/simage_png.c +post_install() { + vlicense LICENSE } simage-devel_package() { @@ -25,9 +22,8 @@ simage-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include - vmove usr/bin + vmove usr/lib/cmake vmove "usr/lib/*.so" vmove /usr/lib/pkgconfig - vmove /usr/share/aclocal } }
next reply other threads:[~2021-01-13 21:23 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-01-13 21:23 yopito [this message] 2021-01-20 0:16 ` [PR PATCH] [Merged]: " ericonr
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27904@inbox.vuxu.org \ --to=yopito@users.noreply.github.com \ --cc=ml@inbox.vuxu.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Github messages for voidlinux This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.vuxu.org/voidlinux-github # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V1 voidlinux-github voidlinux-github/ http://inbox.vuxu.org/voidlinux-github \ voidlinux-github@inbox.vuxu.org public-inbox-index voidlinux-github Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.vuxu.org/vuxu.github.voidlinux AGPL code for this site: git clone https://public-inbox.org/public-inbox.git