Skip to content

Commit

Permalink
net-libs/libnice: Bump v.0.1.15 (new package)
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Dec 11, 2023
1 parent 7794f5e commit aadf8b9
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/atoms/kde-extra/net-libs/libnice/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: gupnp-igd
version: '>=0'
category: net-libs
41 changes: 41 additions & 0 deletions packages/atoms/kde-extra/net-libs/libnice/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: libnice
version: 0.1.15
category: net-libs
use_flags:
- gnutls
- introspection
- upnp
requires:
- name: gnutls
version: '>=0'
category: net-libs
- name: gupnp-igd
version: '>=0'
category: net-libs
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: An implementation of the Interactice Connectivity Establishment standard
(ICE)
uri:
- https://nice.freedesktop.org/wiki/
license: '|| ( MPL-1.1 LGPL-2.1 )'
labels:
DEPEND: '>=dev-libs/glib-2.48:2[-mgorny(-)] introspection? ( >=dev-libs/gobject-introspection-1.30.0:=
) gnutls? ( >=net-libs/gnutls-2.12.0:0=[-mgorny(-)] ) !gnutls? ( dev-libs/openssl:0=[-mgorny(-)]
) upnp? ( >=net-libs/gupnp-igd-0.2.4:=[-mgorny(-)] ) dev-util/glib-utils >=dev-util/gtk-doc-am-1.10
virtual/pkgconfig dev-util/desktop-file-utils x11-misc/shared-mime-info'
IUSE: +gnutls +introspection +upnp 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: '>=dev-libs/glib-2.48:2[-mgorny(-)] introspection? ( >=dev-libs/gobject-introspection-1.30.0:=
) gnutls? ( >=net-libs/gnutls-2.12.0:0=[-mgorny(-)] ) !gnutls? ( dev-libs/openssl:0=[-mgorny(-)]
) upnp? ( >=net-libs/gupnp-igd-0.2.4:=[-mgorny(-)] )'
emerge.packages: net-libs/libnice
kit: media-kit
original.package.name: net-libs/libnice
original.package.slot: "0"
original.package.version: 0.1.15

0 comments on commit aadf8b9

Please sign in to comment.