alure: enable all options, no dlopen
While we'at it, switch distfiles to DEBIAN
This commit is contained in:
parent
f93dcfec3c
commit
025079a7e8
2 changed files with 21 additions and 4 deletions
12
srcpkgs/alure/patches/include-close.patch
Normal file
12
srcpkgs/alure/patches/include-close.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Index: alure-1.2/src/codec_fluidsynth.cpp
|
||||||
|
===================================================================
|
||||||
|
--- alure-1.2.orig/src/codec_fluidsynth.cpp
|
||||||
|
+++ alure-1.2/src/codec_fluidsynth.cpp
|
||||||
|
@@ -30,6 +30,7 @@
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <io.h>
|
||||||
|
#endif
|
||||||
|
+#include <unistd.h>
|
||||||
|
|
||||||
|
#include <istream>
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
# Template file for 'alure'
|
# Template file for 'alure'
|
||||||
pkgname=alure
|
pkgname=alure
|
||||||
version=1.2
|
version=1.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="libopenal-devel"
|
configure_args="-DMODPLUG=ON -DDYNLOAD=OFF"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libopenal-devel libsndfile-devel libvorbis-devel libflac-devel
|
||||||
|
mpg123-devel libmodplug-devel fluidsynth-devel"
|
||||||
short_desc="Utility library to help manage common tasks with OpenAL applications"
|
short_desc="Utility library to help manage common tasks with OpenAL applications"
|
||||||
maintainer="Simon Whelan <si.whelan@gmail.com>"
|
maintainer="Simon Whelan <si.whelan@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://kcat.strangesoft.net/alure.html"
|
# homepage="http://kcat.strangesoft.net/alure.html"
|
||||||
distfiles="http://kcat.strangesoft.net/alure-releases/alure-${version}.tar.bz2"
|
homepage="https://github.com/kcat/alure"
|
||||||
|
distfiles="${DEBIAN_SITE}/main/a/alure/alure_${version}.orig.tar.bz2"
|
||||||
checksum=465e6adae68927be3a023903764662d64404e40c4c152d160e3a8838b1d70f71
|
checksum=465e6adae68927be3a023903764662d64404e40c4c152d160e3a8838b1d70f71
|
||||||
|
patch_args=-Np1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue