Commit Graph

51 Commits

Author SHA1 Message Date
termux-pacman-bot
d1f854ebaf chore: moving pkg-config wrapping to a function [no ci]
There are 64 packages with such a code
```
	local _WRAPPER_BIN="${TERMUX_PKG_BUILDDIR}/_wrapper/bin"
	mkdir -p "${_WRAPPER_BIN}"
	if [[ "${TERMUX_ON_DEVICE_BUILD}" == "false" ]]; then
		sed "s|^export PKG_CONFIG_LIBDIR=|export PKG_CONFIG_LIBDIR=${TERMUX_PREFIX}/opt/glib/cross/lib/x86_64-linux-gnu/pkgconfig:|" \
			"${TERMUX_STANDALONE_TOOLCHAIN}/bin/pkg-config" \
			> "${_WRAPPER_BIN}/pkg-config"
		chmod +x "${_WRAPPER_BIN}/pkg-config"
		export PKG_CONFIG="${_WRAPPER_BIN}/pkg-config"
	fi
	export PATH="${_WRAPPER_BIN}:${PATH}"
```
In most cases this code is same, in some cases it is done for libwayland cross building. And it is not obvious what exactly happens here.
This commit makes it more obvious and easier to read.
[no ci]
2024-10-11 13:11:00 +00:00
termux-pacman-bot
3d343850a8 chore(gir): make version independent git configuration obvious [no ci] 2024-10-11 12:09:15 +00:00
termux-pacman-bot
4fce55f37f bump(main/gdk-pixbuf): 2.42.12
This commit has been automatically submitted by Github Actions.
2024-05-16 00:24:37 +00:00
termux-pacman-bot
fd124c95ac bump(main/gdk-pixbuf): 2.42.11
* Remove docs-meson.build.patch file because gi-docgen is not searched if gtk_doc is false.
* Enable building less supported image formats which was disabled in this version.
  See e052a11207
2024-05-07 03:36:56 +00:00
termux-pacman-bot
caf24ccee4 gdk-pixbuf: Revbump to rebuild
due to SONAME change in libjpeg-turbo.
2023-06-30 04:33:01 +00:00
termux-pacman-bot
b16b620081 *: Renew gir pre-generated dumps
%ci:no-build
2023-03-20 13:35:08 +00:00
termux-pacman-bot
98e798bd56 libtiff: Revbump revdeps to rebuild 2022-12-17 07:01:18 +00:00
termux-pacman-bot
59b15e1bf4 gdk-pixbuf: Bump to 2.42.10 2022-10-27 00:44:00 +00:00
termux-pacman-bot
e13e34e568 termux_setup_gir: Add flag to opt out
`TERMUX_PKG_DISABLE_GIR=true` disables building of introspection data.

%ci:no-build
2022-10-22 00:42:23 +00:00
termux-pacman-bot
a1535ccd71 gdk-pixbuf: Build introspection data 2022-10-20 14:51:30 +00:00
termux-pacman-bot
7b92ca4d77 gobject-introspection: Include pre-generated dumps
for the following packages and versions:

* at-spi2-core 2.46.0
* gdk-pixbuf 2.42.9
* gobject-introspection 1.74.0
* gst-plugins-base 1.20.3
* gstreamer 1.20.3
* gtk3 3.24.34
* harfbuzz 5.3.0
* pango 1.50.11

as a separate commit for readability.

%ci:no-build
2022-10-19 05:21:47 +00:00
termux-pacman-bot
252e047347 */build.sh: Remove commented-out TERMUX_PKG_REVISION
which induces mistakes like commit 86e7eb17048598b22a3f5ad3e3b1dd594b1c2ff9.

%ci:no-build
2022-09-25 23:07:32 +00:00
termux-pacman-bot
ab15c6e433 packages/gdk-pixbuf 2022-08-14 03:04:48 +00:00
termux-actions[bot]
d92ba8496d packages/gdk-pixbuf&&packages/glib 2022-03-26 02:37:35 +00:00
termux-actions[bot]
2862834590 packages/gdk-pixbuf 2022-03-25 20:40:03 +00:00
termux-actions[bot]
85507d0bad packages/angband&&packages/gdk-pixbuf 2022-02-03 09:38:58 +00:00
Maxython
eab0c0ffd4 packages/gdk-pixbuf 2021-12-27 01:30:05 +03:00
Maxython
20fec9829b packages/gdk-pixbuf 2021-12-18 01:13:53 +03:00
Maxython
74fcb0b1df packages/gdk-pixbuf 2021-12-17 16:49:38 +03:00
Maxython
afa5afd66b packages/gdk-pixbuf 2021-12-14 10:44:20 +03:00
Maxython
88ba8530f2 packages/gdk-pixbuf 2021-12-12 22:53:45 +03:00
Leonid Pliushch
63e26f6a7c gdk-pixbuf: update to 2.42.6 2021-05-04 14:35:20 +00:00
Leonid Pliushch
37375312b9 explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch
b5f47599bf gdk-pixbuf: update to 2.42.2 2020-12-08 10:03:55 +00:00
Leonid Pliushch
64ed945377 gdk-pixbuf: update to 2.42.0 2020-11-10 20:58:29 +02:00
Leonid Pliushch
eb27236873 gdk-pixbuf: make hooks failsafe
Force exit with status '0' even on failure.
2020-01-14 00:39:39 +02:00
Leonid Pliushch
dc18ae5080 gdk-pixbuf: add hooks for updating loaders cache 2020-01-14 00:22:18 +02:00
Leonid Pliushch
19f46d6559 gdk-pixbuf: update to 2.40.0 2019-11-03 01:25:20 +02:00
Leonid Pliushch
2a70889186 gdk-pixbuf: update to 2.38.2 2019-09-18 17:16:26 +03:00
Leonid Pliushch
c3820f920f gdk-pixbuf: bump revision 2019-07-30 00:52:54 +03:00
Leonid Pliushch
6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch
04c9d415cd bump revisions of packages using libjpeg-turbo 2019-07-25 16:06:29 +03:00
Fredrik Fornwall
77d5eb17cf Avoid meson stripping DT_RUNPATH
See #3490.
2019-03-10 23:58:37 +01:00
Fredrik Fornwall
d86f4761c8 gdk-pixbuf: Update from 2.36.12 to 2.38.1 2019-03-01 23:38:19 +01:00
Leonid Pliushch
46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall
82fc3e7936 gdk-pixbuf: Update from 2.36.11 to 2.36.12 2018-04-09 14:14:00 +02:00
Fredrik Fornwall
d31ac80282 gdk-pixbuf: Update from 2.36.9 to 2.36.11 2018-03-22 23:25:10 +01:00
Fredrik Fornwall
4ea95b61b6 gdk-pixbuf: Add glib-dev to dev depends (#1878) 2017-12-03 12:21:18 +01:00
Fredrik Fornwall
91f586cd05 gdk-pixbuf: Update from 2.36.7 to 2.36.9 2017-12-03 10:06:49 +01:00
Stephen
35ab4ef221 add libpng-dev to gdk-pixbuf devpackage depends
#1169
2017-09-13 14:01:16 +02:00
Fredrik Fornwall
3bb2509294 gdk-pixbuf: Update from 2.36.4 to 2.36.7 2017-07-26 13:47:12 +02:00
Fredrik Fornwall
86779dda6a gdk-pixbuf: Update from 2.36.2 to 2.36.4 2017-01-29 15:21:32 +01:00
Fredrik Fornwall
650d55cdca gdk-pixbuf: Update from 2.36.0 to 2.36.2 2016-12-22 14:18:35 -05:00
Fredrik Fornwall
910bd0cb88 gdk-pixbuf: Update from 2.34.0 to 2.36.0 2016-09-26 08:40:34 -04:00
Fredrik Fornwall
bb27a0ec42 Various package updates
Many of them cascading from the update of glib.
2016-05-04 08:54:30 -04:00
Fredrik Fornwall
638975f349 gdk-pixbuf: Update from 2.32.1 to 2.32.3 2016-03-07 19:08:21 -05:00
Fredrik Fornwall
637f22d133 Remove DT_VERDEF and DT_VERDEFNUM elf entries
This fixes Android 6 problems (so closes #26).

It also rebuilds termux-elf-cleaner when needed
and bumps some build revisions for packages
needed updates to remove DT_VERDEF and DT_VERDEFNUM.
2015-10-13 15:48:40 -04:00
Fredrik Fornwall
451ad80ae5 gdk-pixbuf: Update to 2.31.7 from 2.31.5 2015-09-07 10:49:24 -04:00
Fredrik Fornwall
36a3af1fe0 gdk-pixbuf: Update to 2.31.5 2015-07-23 18:33:32 -04:00
Fredrik Fornwall
a1cfef0eac Update gdk-pixbuf from 2.31.3 to 2.31.4 2015-06-28 17:00:57 -04:00