Commit Graph

79 Commits

Author SHA1 Message Date
termux-pacman-bot
387eb12a73 bump(main/gst-plugins-base): 1.24.9
This commit has been automatically submitted by Github Actions.
2024-10-31 12:48:32 +00:00
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
7c8c2e6a8c bump(main/gst-plugins-base): 1.24.8
This commit has been automatically submitted by Github Actions.
2024-09-19 18:41:10 +00:00
termux-pacman-bot
176e489efb bump(main/gst-plugins-base): 1.24.7 2024-08-21 19:37:30 +00:00
termux-pacman-bot
68e062c5a3 bump(main/gst-plugins-base): 1.24.6
This commit has been automatically submitted by Github Actions.
2024-07-30 00:52:35 +00:00
termux-pacman-bot
e4810952a6 bump(main/gst-plugins-base): 1.24.5
This commit has been automatically submitted by Github Actions.
2024-06-20 18:41:03 +00:00
termux-pacman-bot
fe1b031019 bump(main/gst-plugins-base): 1.24.4
This commit has been automatically submitted by Github Actions.
2024-05-31 00:52:21 +00:00
termux-pacman-bot
2cea700ab6 bump(main/gst-plugins-base): 1.24.3
This commit has been automatically submitted by Github Actions.
2024-04-30 12:43:49 +00:00
termux-pacman-bot
6ab5b3f72d bump(main/gst-plugins-base): 1.24.2
This commit has been automatically submitted by Github Actions.
2024-04-10 12:43:16 +00:00
termux-pacman-bot
d44bb91582 bump(main/gst-plugins): 1.24.1 (#19550)
Also enable auto update.
2024-03-26 21:08:46 +00:00
termux-pacman-bot
e41ea3951a bump(main/gst-plugins): 1.24.0 2024-03-12 21:37:13 +00:00
termux-pacman-bot
027b10c355 {bump,rebuild}(gst-*): 1.22.8 2023-12-19 21:01:34 +00:00
termux-pacman-bot
d0dd9bf967 rebuild(): after unsuccessful inkscape update 2023-11-20 07:01:32 +00:00
termux-pacman-bot
41d2e190a9 bump(main/gst-plugins-base): 1.22.7 2023-11-20 06:33:12 +00:00
termux-pacman-bot
5d9d3c428c gst-plugins-base: Revbump to rebuild
due to SONAME change in libjpeg-turbo.
2023-06-30 04:33:03 +00:00
termux-pacman-bot
32c6ba5c45 gstreamer: Bump to 1.22.4 2023-06-21 23:01:18 +00:00
termux-pacman-bot
4c8143d626 gstreamer: Bump to 1.22.3 2023-06-04 13:48:01 +00:00
Maxython
9f0d85f657 rebuild packages/gst-plugins-base/build.sh 2023-06-04 15:55:55 +03:00
termux-pacman-bot
daca322a05 gstreamer: Bump to 1.22.3 2023-05-19 23:31:01 +00:00
termux-pacman-bot
fa7b94ac7d gst: Bump to 1.22.2 2023-04-15 18:01:27 +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
21c73afd56 gstreamer, gst-*: Bump to 1.22.1 2023-03-05 02:31:59 +00:00
termux-pacman-bot
fa75951b2c tree-wide: Depend on opengl instead of mesa
These packages just depend on `lib/libGL.so` and friends, irrelevant to
the underlying implementation. `mesa-demos` is NOT an exception.

%ci:no-build
2023-01-28 08:33:33 +00:00
termux-pacman-bot
72c9f2fc0b gstreamer: Bump to 1.22.0 2023-01-24 06:33:46 +00:00
termux-pacman-bot
a8791e6bfc gstreamer, gst-*: Bump to 1.20.5 2022-12-20 07:01:14 +00:00
termux-pacman-bot
44461edca8 gst-plugins-base: Bump to 1.20.4 2022-11-21 14:01:12 +00:00
termux-pacman-bot
32b2e331d0 chore(main/gst-plugins-base): add mesa-dev to TERMUX_PKG_BUILD_DEPENDS
So that GLES headers are available during build.
2022-11-04 09:07:04 +00:00
Ivan Max
9264e7f491 rebuild gst-plugins-base 2022-11-04 11:51:41 +03:00
termux-pacman-bot
68ad2ce398 chore(main/gst-plugins-base): add mesa-dev to TERMUX_PKG_BUILD_DEPENDS
So that GLES headers are available during build.
2022-11-04 08:09:34 +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
69fc889bae gst-plugins-base: Build introspection data 2022-10-20 14:51:32 +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
bb8b5aa263 gst-plugins-base: Depend on graphene 2022-09-17 13:48:10 +00:00
Ivan Max
bcf81a4039 gst-plugins-base rebuild 2022-09-17 16:17:09 +03:00
termux-pacman-bot
eaf22ef836 gst-plugins-base: Depend on graphene 2022-09-17 09:39:24 +00:00
termux-pacman-bot
2a844bddb7 &&packages/gst-libav&&packages/gst-plugins-bad&&packages/gst-plugins-base&&packages/gst-plugins-good&&packages/gst-plugins-ugly&&packages/gstreamer 2022-07-22 19:08:34 +00:00
termux-actions[bot]
03ceb3821d packages/gst-libav&&packages/gst-plugins-base 2022-03-27 20:40:04 +00:00
termux-actions[bot]
a12e1d3ddd packages/gst-plugins-base 2022-03-21 16:33:38 +00:00
termux-actions[bot]
d6fa610caa packages/gst-plugins-base 2022-03-20 18:44:02 +00:00
termux-actions[bot]
19caa99b63 packages/gst-plugins-base 2022-03-15 02:30:32 +00:00
termux-actions[bot]
4c0f3c0edb packages/gst-plugins-base 2022-03-14 18:21:56 +00:00
Maxython
f4ff6207ff packages/gst-plugins-base 2021-12-27 01:30:20 +03:00
Maxython
3d87999be9 packages/gst-plugins-base 2021-12-13 08:53:14 +03:00
Maxython
7c769b6988 Update package gst-plugins-base 2021-12-03 00:22:19 +03:00
Maxython
16fba301ee Update package gst-plugins-base 2021-11-09 10:12:00 +03:00
suhan-paradkar
7fd11df7f2 update gstreamer and plug-ins to 1.18.4 (#6686) 2021-04-26 13:58:09 +03:00
Leonid Pliushch
6d843e3051 gst-plugins-base: bump revision 2021-02-08 00:14:28 +02:00
Leonid Pliushch
a7e68ef12f gst-plugins-base: update to 1.18.3 2021-02-05 20:33:23 +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