summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvitozar Cherepii2019-05-08 03:42:41 +0300
committerSvitozar Cherepii2019-05-08 03:42:41 +0300
commitaf21c81cf7558048ab2360d6f55384987f71f56a (patch)
treed371758a0f56a0d23f7655de9a823c5919448312
parenta3790fa5d1269a974c4101e81a21748d8577d03d (diff)
downloadaur-af21c81cf7558048ab2360d6f55384987f71f56a.tar.gz
add staticly linked alure optdepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 517220a287ef..ca26d22ce4ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,14 @@ pkgbase = rvgl-bin
depends = openal
depends = enet
depends = libunistring
- optdepends = rvgl-dcpack: dreamcast version frontend, cars, rooftops track
+ optdepends = rvgl-dcpack: dreamcast cars, rooftops track, box layout
optdepends = rvgl-soundtrack: community-made soundtrack
optdepends = rvgl-soundtrack-orig: dreamcast version original soundtrack
+ optdepends = libsndfile: for uncompressed audio support
+ optdepends = libvorbis: for OGG Vorbis support
+ optdepends = flac: for FLAC support
+ optdepends = mpg123: for MPEG support
+ optdepends = fluidsynth: for SoundFont 2 support
source = https://distribute.re-volt.io/packs/game_files.zip
source = https://distribute.re-volt.io/releases/rvgl_version.txt
source = https://rvgl.re-volt.io/downloads/rvgl_19.0430a_linux.7z
diff --git a/PKGBUILD b/PKGBUILD
index bc67c287dcd5..e1d700960b30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,14 @@ url='https://rvgl.re-volt.io'
arch=('x86_64')
license=('custom')
depends=('sdl2_image' 'openal' 'enet' 'libunistring')
-optdepends=('rvgl-dcpack: dreamcast version frontend, cars, rooftops track'
+optdepends=('rvgl-dcpack: dreamcast cars, rooftops track, box layout'
'rvgl-soundtrack: community-made soundtrack'
- 'rvgl-soundtrack-orig: dreamcast version original soundtrack')
+ 'rvgl-soundtrack-orig: dreamcast version original soundtrack'
+ 'libsndfile: for uncompressed audio support'
+ 'libvorbis: for OGG Vorbis support'
+ 'flac: for FLAC support'
+ 'mpg123: for MPEG support'
+ 'fluidsynth: for SoundFont 2 support')
source=("https://distribute.re-volt.io/packs/game_files.zip"
"https://distribute.re-volt.io/releases/rvgl_version.txt"
"https://rvgl.re-volt.io/downloads/rvgl_${pkgver}a_linux.7z"