Update all packages for xbps-src>=28. WARNING: xbps-src-28 (or from git) required!
This commit is contained in:
parent
900779add4
commit
1816de0e4a
2107 changed files with 3050 additions and 10194 deletions
|
@ -1,2 +0,0 @@
|
|||
abi_depends=">=1.1.5"
|
||||
api_depends="${abi_depends}"
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'fluidsynth-devel'.
|
||||
#
|
||||
depends="libfluidsynth"
|
||||
short_desc="${short_desc} - Development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
Add_dependency run libfluidsynth
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
|
@ -6,6 +6,7 @@ homepage="http://www.fluidsynth.org/"
|
|||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
build_style=cmake
|
||||
configure_args="-DLIB_SUFFIX="
|
||||
makedepends="cmake glib-devel jack-devel pulseaudio-devel dbus-devel readline-devel"
|
||||
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
|
@ -21,9 +22,3 @@ long_desc="
|
|||
|
||||
subpackages="lib$pkgname $pkgname-devel"
|
||||
|
||||
Add_dependency build cmake
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build jack-devel
|
||||
Add_dependency build pulseaudio-devel
|
||||
Add_dependency build dbus-devel
|
||||
Add_dependency build readline-devel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue