Browse Source
subrepo: subdir: "gst-plugins-ugly" merged: "ccee3ef" upstream: origin: "gitea@gitea.artixlinux.org:packagesG/gst-plugins-ugly.git" branch: "master" commit: "ccee3ef" git-subrepo: version: "0.4.0" origin: "???" commit: "???"master
7 changed files with 153 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-ugly.git |
||||
branch = master |
||||
commit = ccee3ef7e841bed6586d48eef850aa39db6cf53d |
||||
parent = b1b9e13c85d2b2543ea59af9a3eb7ec27dbf223d |
||||
method = merge |
||||
cmdver = 0.4.0 |
@ -0,0 +1,3 @@
|
||||
@Library('artix-ci') import org.artixlinux.RepoPackage |
||||
|
||||
PackagePipeline(new RepoPackage(this)) |
@ -0,0 +1,49 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> |
||||
# Contributor: Jan de Groot <jgc@archlinux.org> |
||||
|
||||
pkgname=gst-plugins-ugly |
||||
pkgver=1.16.0 |
||||
pkgrel=1 |
||||
pkgdesc="GStreamer open-source multimedia framework ugly plugins" |
||||
url="https://gstreamer.freedesktop.org/" |
||||
arch=(x86_64) |
||||
license=(LGPL) |
||||
depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio |
||||
x264 opencore-amr) |
||||
makedepends=(python gtk-doc git meson) |
||||
_commit=6cbac8d09f7866827381a9d0554b7a61d45b41b5 # tags/1.16.0^0 |
||||
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.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 Ugly 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,49 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> |
||||
# Contributor: Jan de Groot <jgc@archlinux.org> |
||||
|
||||
pkgname=gst-plugins-ugly |
||||
pkgver=1.16.0 |
||||
pkgrel=1 |
||||
pkgdesc="GStreamer open-source multimedia framework ugly plugins" |
||||
url="https://gstreamer.freedesktop.org/" |
||||
arch=(x86_64) |
||||
license=(LGPL) |
||||
depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio |
||||
x264 opencore-amr) |
||||
makedepends=(python gtk-doc git meson) |
||||
_commit=6cbac8d09f7866827381a9d0554b7a61d45b41b5 # tags/1.16.0^0 |
||||
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.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 Ugly 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