-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-plugins-1.0/gst-plugins-dv: Bump v.1.18.4
- Loading branch information
Showing
2 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
packages/atoms/base-multimedia2/media-plugins-1.0/gst-plugins-dv/build.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
prelude: | ||
- |- | ||
export FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox" && \ | ||
export JOBS={{ ( index .Values.labels "jobs" ) | default "3" }} && \ | ||
eval 'mkdir -p /var/cache/portage/distfiles || true' && \ | ||
chown portage:portage -R /var/cache/portage/ && \ | ||
{{- if .Values.use_flags }} | ||
USE="{{ join " " .Values.use_flags }}" emerge {{ ( index .Values.labels "emerge.packages" ) }} -pv -t && \ | ||
{{- else }} | ||
emerge -j ${JOBS} {{ ( index .Values.labels "emerge.packages" ) }} -pv -t && \ | ||
{{- end }} | ||
{{- if .Values.use_flags }} | ||
USE="{{ join " " .Values.use_flags }}" emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }} | ||
{{- else }} | ||
emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }} | ||
{{- end }} | ||
- export LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages" && export LUET_PORTAGE_IGNORE_TAR_WARNING=1 | ||
&& export LUET_PORTAGE_PKGMETA=1 && export LUET_PORTAGE_PKGFILES=1 && eval 'rm -rf | ||
/pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage --dir /pkgdir/{{ | ||
.Values.name }} {{ ( index .Values.labels "emerge.packages" ) }} && eval 'rm -v | ||
/var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true' | ||
package_dir: /pkgdir/{{ .Values.name }} | ||
excludes: | ||
- ^/var/cache/portage/ | ||
- ^/var/git/ | ||
requires: | ||
- name: libdv | ||
version: '>=0' | ||
category: media-libs |
38 changes: 38 additions & 0 deletions
38
packages/atoms/base-multimedia2/media-plugins-1.0/gst-plugins-dv/definition.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: gst-plugins-dv | ||
version: 1.18.4 | ||
category: media-plugins-1.0 | ||
use_flags: | ||
- -test | ||
- prefix | ||
requires: | ||
- name: gst-plugins-good | ||
version: '>=0' | ||
category: media-libs-1.0 | ||
- name: libdv | ||
version: '>=0' | ||
category: media-libs | ||
annotations: | ||
subsets: | ||
rules: | ||
devel: | ||
- ^/usr/include/ | ||
portage: | ||
- ^/var/db/pkg/ | ||
description: DV demuxer and decoder plugin for GStreamer | ||
uri: | ||
- https://gstreamer.freedesktop.org/ | ||
license: GPL-2 | ||
labels: | ||
BDEPEND: '>=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 test? ( !prefix? ( x11-base/xorg-server[xvfb] | ||
) x11-apps/xhost ) >=sys-apps/sed-4 virtual/pkgconfig virtual/perl-JSON-PP' | ||
DEPEND: '>=media-libs/libdv-1.0.0-r3[-mgorny(-)] >=dev-libs/glib-2.40.0:2[-mgorny(-)] | ||
>=media-libs/gstreamer-1.18:1.0[-mgorny(-)] >=media-libs/gst-plugins-good-1.18.4:1.0[-mgorny(-)]' | ||
IUSE: test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 | ||
abi_s390_32 abi_s390_64 | ||
RDEPEND: '>=media-libs/libdv-1.0.0-r3[-mgorny(-)] >=dev-libs/glib-2.40.0:2[-mgorny(-)] | ||
>=media-libs/gstreamer-1.18:1.0[-mgorny(-)] >=media-libs/gst-plugins-good-1.18.4:1.0[-mgorny(-)]' | ||
emerge.packages: media-plugins/gst-plugins-dv:1.0 | ||
kit: media-kit | ||
original.package.name: media-plugins/gst-plugins-dv | ||
original.package.slot: "1.0" | ||
original.package.version: 1.18.4 |