Browse Source
subrepo: subdir: "gst-plugins-good" merged: "8fb399d" upstream: origin: "gitea@gitea.artixlinux.org:packagesG/gst-plugins-good.git" branch: "master" commit: "8fb399d" git-subrepo: version: "0.4.0" origin: "???" commit: "???"master
7 changed files with 157 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
%YAML 1.2 |
||||
--- |
||||
|
||||
label: master |
||||
|
@ -0,0 +1,33 @@
|
||||
# ---> ArchLinuxPackages |
||||
*.tar |
||||
*.tar.* |
||||
*.jar |
||||
*.exe |
||||
*.msi |
||||
*.zip |
||||
*.tgz |
||||
*.log |
||||
*.log.* |
||||
*.sig |
||||
|
||||
pkg/ |
||||
src/ |
||||
|
||||
|
||||
# ---> Archives |
||||
*.7z |
||||
*.rar |
||||
*.gz |
||||
*.bzip |
||||
*.bz2 |
||||
*.xz |
||||
*.lzma |
||||
*.cab |
||||
|
||||
# ---> systemd |
||||
*.service |
||||
*.socket |
||||
*.timer |
||||
|
||||
# ---> snap |
||||
*.snap |
@ -0,0 +1,12 @@
|
||||
; DO NOT EDIT (unless you know what you are doing) |
||||
; |
||||
; This subdirectory is a git "subrepo", and this file is maintained by the |
||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme |
||||
; |
||||
[subrepo] |
||||
remote = gitea@gitea.artixlinux.org:packagesG/gst-plugins-good.git |
||||
branch = master |
||||
commit = 8fb399df258c73f6a18f11b319d82978bd44cc39 |
||||
parent = c112fc3240fb59bff169b2427352a94f3a0d8c37 |
||||
method = merge |
||||
cmdver = 0.4.0 |
@ -0,0 +1,3 @@
|
||||
@Library('artix-ci') import org.artixlinux.RepoPackage |
||||
|
||||
PackagePipeline(new RepoPackage(this)) |
@ -0,0 +1,51 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> |
||||
# Maintainer: Jan de Groot <jgc@archlinux.org> |
||||
|
||||
pkgname=gst-plugins-good |
||||
pkgver=1.16.0 |
||||
pkgrel=1 |
||||
pkgdesc="GStreamer open-source multimedia framework good plugins" |
||||
url="https://gstreamer.freedesktop.org/" |
||||
arch=(x86_64) |
||||
license=(LGPL) |
||||
depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv libshout libvpx |
||||
gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo libgudev speex flac |
||||
libraw1394 lame mpg123 twolame) |
||||
makedepends=(python gtk-doc git gtk3 qt5-declarative qt5-x11extras qt5-wayland meson jack2) |
||||
checkdepends=(gst-plugins-base) |
||||
_commit=646dc1ef9b92841e235d10a8262882b6e7d97422 # tags/1.16.0^0 |
||||
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit" |
||||
"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git") |
||||
sha256sums=('SKIP' |
||||
'SKIP') |
||||
|
||||
pkgver() { |
||||
cd $pkgname |
||||
git describe --tags | sed 's/-/+/g' |
||||
} |
||||
|
||||
prepare() { |
||||
cd $pkgname |
||||
|
||||
git submodule init |
||||
git config --local submodule.common.url "$srcdir/gst-common" |
||||
git submodule update |
||||
} |
||||
|
||||
build() { |
||||
arch-meson $pkgname build \ |
||||
-D gobject-cast-checks=disabled \ |
||||
-D glib-asserts=disabled \ |
||||
-D glib-checks=disabled \ |
||||
-D package-name="GStreamer Good Plugins (Artix Linux)" \ |
||||
-D package-origin="https://www.artixlinux.org/" |
||||
ninja -C build |
||||
} |
||||
|
||||
check() { |
||||
meson test -C build --print-errorlogs |
||||
} |
||||
|
||||
package() { |
||||
DESTDIR="$pkgdir" meson install -C build |
||||
} |
@ -0,0 +1,51 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> |
||||
# Maintainer: Jan de Groot <jgc@archlinux.org> |
||||
|
||||
pkgname=gst-plugins-good |
||||
pkgver=1.16.0 |
||||
pkgrel=1 |
||||
pkgdesc="GStreamer open-source multimedia framework good plugins" |
||||
url="https://gstreamer.freedesktop.org/" |
||||
arch=(x86_64) |
||||
license=(LGPL) |
||||
depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv libshout libvpx |
||||
gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo libgudev speex flac |
||||
libraw1394 lame mpg123 twolame) |
||||
makedepends=(python gtk-doc git gtk3 qt5-declarative qt5-x11extras qt5-wayland meson jack2) |
||||
checkdepends=(gst-plugins-base) |
||||
_commit=646dc1ef9b92841e235d10a8262882b6e7d97422 # tags/1.16.0^0 |
||||
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit" |
||||
"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git") |
||||
sha256sums=('SKIP' |
||||
'SKIP') |
||||
|
||||
pkgver() { |
||||
cd $pkgname |
||||
git describe --tags | sed 's/-/+/g' |
||||
} |
||||
|
||||
prepare() { |
||||
cd $pkgname |
||||
|
||||
git submodule init |
||||
git config --local submodule.common.url "$srcdir/gst-common" |
||||
git submodule update |
||||
} |
||||
|
||||
build() { |
||||
arch-meson $pkgname build \ |
||||
-D gobject-cast-checks=disabled \ |
||||
-D glib-asserts=disabled \ |
||||
-D glib-checks=disabled \ |
||||
-D package-name="GStreamer Good Plugins (Artix Linux)" \ |
||||
-D package-origin="https://www.artixlinux.org/" |
||||
ninja -C build |
||||
} |
||||
|
||||
check() { |
||||
meson test -C build --print-errorlogs |
||||
} |
||||
|
||||
package() { |
||||
DESTDIR="$pkgdir" meson install -C build |
||||
} |
Loading…
Reference in new issue