Compare commits
11
Commits
93989eeb07
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a86589bcf4
|
||
|
|
643dd04cd9
|
||
|
|
44b9d21bf8
|
||
|
|
8a42c7cd4a
|
||
|
|
dfc2a85321
|
||
|
|
98d44701a7
|
||
|
|
21f0b76342
|
||
|
|
70ce4afcda
|
||
|
|
1969510768
|
||
|
|
3eca7f4e28
|
||
|
|
4aee0f907c
|
@@ -0,0 +1,3 @@
|
||||
# Ignore BPM archives and signatures
|
||||
*.bpm
|
||||
*.bpm.sig
|
||||
+13
-5
@@ -1,9 +1,11 @@
|
||||
name: gst-plugins-bad
|
||||
description: Gstreamer bad plugins
|
||||
version: 1.27.2
|
||||
revision: 1
|
||||
version: 1.29.1
|
||||
revision: 7
|
||||
url: https://gstreamer.freedesktop.org/
|
||||
license: LGPL2.1-or-later
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
type: source
|
||||
depends:
|
||||
@@ -13,17 +15,22 @@ depends:
|
||||
- gcc-libs
|
||||
- glib
|
||||
- glibc
|
||||
- gstreamer
|
||||
- gst-plugins-base
|
||||
- gsm
|
||||
- gst-plugins-base=1.29.1
|
||||
- json-glib
|
||||
- libass
|
||||
- libde265
|
||||
- libdvdnav
|
||||
- libdvdread
|
||||
- libfdk-aac
|
||||
- liblc3
|
||||
- libldac
|
||||
- libmpcdec
|
||||
- librsvg
|
||||
- libsndfile
|
||||
- libwebp
|
||||
- libxml2
|
||||
- neon
|
||||
- nettle
|
||||
- openexr
|
||||
- openh264
|
||||
@@ -31,6 +38,7 @@ depends:
|
||||
- openssl
|
||||
- opus
|
||||
- pango
|
||||
- svt-av1
|
||||
- x265
|
||||
- zxing-cpp
|
||||
make_depends:
|
||||
@@ -41,4 +49,4 @@ downloads:
|
||||
- url: https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: f4ef4afbc0f71762babed8bba7c2dc4dcd90d5a401e0a79bd05f3b95974976d3
|
||||
checksum: 629d70cdf75faca70805dbd5fa4db819f30c1f775b599f2d578d04eeb626ade5
|
||||
@@ -1,4 +1,4 @@
|
||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||
|
||||
@@ -15,5 +15,5 @@ package() {
|
||||
meson install -C build --destdir="$BPM_OUTPUT"
|
||||
|
||||
# Install package license
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/gst-plugins-base/COPYING
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/gst-plugins-bad/COPYING
|
||||
}
|
||||
Reference in New Issue
Block a user