Commit Graph

93 Commits

Author SHA1 Message Date
termux-pacman-bot
18f7b0dacf bump(main/gst-plugins-base): 1.26.8
This commit has been automatically submitted by Github Actions.
2025-11-11 04:41:16 +00:00
termux-pacman-bot
f007498087 bump(main/gst-plugins-base): 1.26.7
This commit has been automatically submitted by Github Actions.
2025-10-15 02:14:43 +00:00
termux-pacman-bot
d90de760cf bump(main/gst-plugins-base): 1.26.6
This commit has been automatically submitted by Github Actions.
2025-09-14 18:38:57 +00:00
termux-pacman-bot
221fa97dc8 bump(main/gst-plugins-base): 1.26.5
This commit has been automatically submitted by Github Actions.
2025-08-08 12:47:29 +00:00
termux-pacman-bot
d35aefc9af bump(main/gst-plugins-base): 1.26.4
Use wrap-mode=nodownload to prevent installing files from gl-headers
subproject because those conflict with libglvnd-dev headers.
2025-07-17 15:06:05 +00:00
termux-pacman-bot
fa33ce15ae bump(main/gst-plugins-base): 1.26.3
This commit has been automatically submitted by Github Actions.
2025-06-27 12:48:24 +00:00
termux-pacman-bot
103b6fde43 rmpkg(main/gst-plugins-gl-headers): orphaned subpackage
- Fixes https://github.com/termux/termux-packages/issues/24979

- The package has been orphaned ever since it was introduced in 2022: e96459c7c7

- The package no longer conflicts with `mesa`, `libglvnd-dev` or any other package. It contains one file:

```
~ $ dpkg -L gst-plugins-gl-headers
/.
/data
/data/data
/data/data/com.termux
/data/data/com.termux/files
/data/data/com.termux/files/usr
/data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/include/GL
/data/data/com.termux/files/usr/include/GL/wglext.h
```

- This file contains large amounts of Windows-specific code and is not found in any other package except for mingw-related packages and highly generalzed frameworks. It is not expected to be necessary for anything on any Linux distro:

```
~ $ apt-file search wglext.h
gst-plugins-gl-headers: /data/data/com.termux/files/usr/include/GL/wglext.h
llvm-mingw-w64-ucrt: /data/data/com.termux/files/usr/opt/llvm-mingw-w64/generic-w64-mingw32/include/GL/wglext.h
panda3d: /data/data/com.termux/files/usr/include/panda3d/wglext.h
qb64: /data/data/com.termux/files/usr/share/qb64/internal/c/parts/core/gl_headers/opengl_org_registery/wglext.h
```

- This file is not found in any `gst-plugins-*` package of any other Linux distribution:

```
tacokoneko@debian:~$ lsb_release -d
Description:	Debian GNU/Linux 13 (trixie)
tacokoneko@debian:~$ apt-file search wglext.h
khronos-api: /usr/include/khronos-api/GL/wglext.h
mingw-w64-common: /usr/share/mingw-w64/include/GL/wglext.h
mingw-w64-i686-dev: /usr/i686-w64-mingw32/include/GL/wglext.h
mingw-w64-ucrt64-dev: /usr/x86_64-w64-mingw32ucrt/include/GL/wglext.h
mingw-w64-x86-64-dev: /usr/x86_64-w64-mingw32/include/GL/wglext.h
tacokoneko@debian:~$
```
2025-06-08 18:42:34 +00:00
termux-pacman-bot
275a5aa3c8 bump(main/gst-plugins-base): 1.26.2
This commit has been automatically submitted by Github Actions.
2025-05-30 18:44:34 +00:00
termux-pacman-bot
883dc15198 revbump(main/gst-plugins-base): for libtheora 1.2.0 2025-05-15 08:08:35 +00:00
termux-pacman-bot
07e9cf9227 bump(main/gst-plugins-base): 1.26.1
This commit has been automatically submitted by Github Actions.
2025-04-25 12:48:17 +00:00
termux-pacman-bot
82012aa8ba bump(main/gst-plugins-base): 1.26.0
This commit has been automatically submitted by Github Actions.
2025-03-13 06:40:28 +00:00
termux-pacman-bot
5e2d767281 bump(main/gst-plugins-base): 1.24.12
Add libxi runtime dependency.
2025-01-30 14:04:13 +00:00
termux-pacman-bot
af385eacad bump(main/gst-plugins-base): 1.24.11
This commit has been automatically submitted by Github Actions.
2025-01-07 10:05:56 +00:00
termux-pacman-bot
f61a710136 bump(main/gst-plugins-base): 1.24.10
This commit has been automatically submitted by Github Actions.
2024-12-04 18:42:40 +00:00
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