Skip to content

Commit

Permalink
media-sound/fluidsynth: Bump v.2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Oct 13, 2023
1 parent 12ce8d1 commit c15cfd9
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/atoms/desktop2/media-sound/fluidsynth/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-race18
version: '>=0'
category: seed
63 changes: 63 additions & 0 deletions packages/atoms/desktop2/media-sound/fluidsynth/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: fluidsynth
version: 2.2.3
category: media-sound
use_flags:
- -ladspa
- -lash
- alsa
- dbus
- jack
- portaudio
- pulseaudio
- readline
- sdl
- sndfile
requires:
- name: glib
version: '>=0'
category: dev-libs-2
- name: libsdl2
version: '>=0'
category: media-libs
- name: portaudio
version: '>=0'
category: media-libs
- name: dbus
version: '>=0'
category: sys-apps
- name: readline
version: '>=0'
category: sys-libs
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Software real-time synthesizer based on the Soundfont 2 specifications
uri:
- https://www.fluidsynth.org
license: LGPL-2.1+
labels:
BDEPEND: virtual/pkgconfig dev-util/ninja dev-util/cmake virtual/pkgconfig
DEPEND: dev-libs/glib:2[-mgorny(-)] alsa? ( media-libs/alsa-lib[-mgorny(-)] lash?
( media-sound/lash[-mgorny(-)] ) ) dbus? ( sys-apps/dbus[-mgorny(-)] ) jack? (
virtual/jack[-mgorny(-)] ) ladspa? ( media-libs/ladspa-sdk[-mgorny(-)] media-plugins/cmt-plugins[-mgorny(-)]
) portaudio? ( media-libs/portaudio[-mgorny(-)] ) pulseaudio? ( media-sound/pulseaudio[-mgorny(-)]
) readline? ( sys-libs/readline:0=[-mgorny(-)] ) sdl? ( media-libs/libsdl2[-mgorny(-)]
) sndfile? ( media-libs/libsndfile[-mgorny(-)] )
IUSE: alsa dbus debug examples ipv6 jack ladspa lash network oss portaudio pulseaudio
+readline sdl +sndfile systemd threads 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[-mgorny(-)] alsa? ( media-libs/alsa-lib[-mgorny(-)] lash?
( media-sound/lash[-mgorny(-)] ) ) dbus? ( sys-apps/dbus[-mgorny(-)] ) jack? (
virtual/jack[-mgorny(-)] ) ladspa? ( media-libs/ladspa-sdk[-mgorny(-)] media-plugins/cmt-plugins[-mgorny(-)]
) portaudio? ( media-libs/portaudio[-mgorny(-)] ) pulseaudio? ( media-sound/pulseaudio[-mgorny(-)]
) readline? ( sys-libs/readline:0=[-mgorny(-)] ) sdl? ( media-libs/libsdl2[-mgorny(-)]
) sndfile? ( media-libs/libsndfile[-mgorny(-)] )
emerge.packages: media-sound/fluidsynth
kit: media-kit
original.package.name: media-sound/fluidsynth
original.package.slot: "0"
original.package.version: 2.2.3

0 comments on commit c15cfd9

Please sign in to comment.