Skip to content

Commit

Permalink
media-libs/graphene: Bump v.1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Aug 27, 2023
1 parent cab3cc0 commit 01ca9a8
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/atoms/base-video/media-libs/graphene/build.yaml
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: macaroni-funtoo-race9
version: '>=0'
category: seed
35 changes: 35 additions & 0 deletions packages/atoms/base-video/media-libs/graphene/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: graphene
version: 1.10.0
category: media-libs
use_flags:
- -doc
- introspection
requires:
- name: gobject-introspection
version: '>=0'
category: dev-libs
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: A thin layer of types for graphic libraries
uri:
- https://ebassi.github.io/graphene/
license: MIT
labels:
BDEPEND: '|| ( dev-lang/python:3.10 dev-lang/python:3.8 dev-lang/python:3.9 dev-lang/python:3.7
) doc? ( dev-util/gtk-doc app-text/docbook-xml-dtd:4.3 ) virtual/pkgconfig >=dev-util/meson-0.48.2
>=dev-util/ninja-1.7.2'
DEPEND: '>=dev-libs/glib-2.62.0:2 introspection? ( dev-libs/gobject-introspection:=
)'
IUSE: cpu_flags_arm_neon cpu_flags_x86_sse2 doc +introspection test
RDEPEND: '>=dev-libs/glib-2.62.0:2 introspection? ( dev-libs/gobject-introspection:=
)'
emerge.packages: media-libs/graphene
kit: media-kit
original.package.name: media-libs/graphene
original.package.slot: "0"
original.package.version: 1.10.0

0 comments on commit 01ca9a8

Please sign in to comment.