add missing codecs
This commit is contained in:
parent
bdc9416529
commit
e62fdb05c0
31
PKGBUILD
31
PKGBUILD
|
@ -1,5 +1,3 @@
|
||||||
# Maintainer: Frederic Bezies < fredbezies at gmail dot com >
|
|
||||||
|
|
||||||
pkgname=quakespasm
|
pkgname=quakespasm
|
||||||
pkgver=0.93.1
|
pkgver=0.93.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
@ -7,24 +5,23 @@ pkgdesc="A modern Quake 1 engine. Forked from Fitzquake. Stable version with opt
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://quakespasm.sourceforge.net"
|
url="http://quakespasm.sourceforge.net"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('libvorbis' 'libmad' 'sdl2')
|
depends=('libvorbis' 'libmad' 'flac' 'opusfile' 'sdl2')
|
||||||
conflicts=('quakespasm-svn')
|
conflicts=('quakespasm-svn')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
source=(https://sourceforge.net/projects/quakespasm/files/Source/$pkgname-$pkgver.tgz
|
source=(https://sourceforge.net/projects/quakespasm/files/Source/$pkgname-$pkgver.tgz
|
||||||
$pkgname.desktop
|
$pkgname.desktop)
|
||||||
$pkgname-mp1.desktop
|
|
||||||
$pkgname-mp2.desktop
|
|
||||||
$pkgname-impel.desktop)
|
|
||||||
sha1sums=('aca08d7bea6085bc7b755fad1e83ef976b542c1e'
|
sha1sums=('aca08d7bea6085bc7b755fad1e83ef976b542c1e'
|
||||||
'7a78889a7a6e24047b4777a8b4827e29cfc87381'
|
'7a78889a7a6e24047b4777a8b4827e29cfc87381')
|
||||||
'2b774f68f889308ba0b8de69580a32ed11f833ec'
|
|
||||||
'1184a40775fc46c129828d4a9a35785542c62ee3'
|
|
||||||
'2c97f722fc5c9f8d8f1a9a01f55491a448a9253e')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver/Quake/"
|
cd "$srcdir/$pkgname-$pkgver/Quake/"
|
||||||
msg "Starting make..."
|
make \
|
||||||
make DO_USERDIRS=1 USE_SDL2=1
|
DO_USERDIRS=1 \
|
||||||
|
USE_SDL2=1 \
|
||||||
|
USE_CODEC_FLAC=1 \
|
||||||
|
USE_CODEC_OPUS=1 \
|
||||||
|
USE_CODEC_MIKMOD=1 \
|
||||||
|
USE_CODEC_UMX=1
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
@ -36,14 +33,6 @@ package() {
|
||||||
done
|
done
|
||||||
|
|
||||||
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
|
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
|
||||||
#
|
|
||||||
# Uncomment lines depending on the mission pack(s)
|
|
||||||
# or extension you have.
|
|
||||||
#
|
|
||||||
# install -Dm644 $srcdir/$pkgname-mp1.desktop $pkgdir/usr/share/applications/$pkgname-mp1.desktop
|
|
||||||
# install -Dm644 $srcdir/$pkgname-mp2.desktop $pkgdir/usr/share/applications/$pkgname-mp2.desktop
|
|
||||||
# install -Dm644 $srcdir/$pkgname-impel.desktop $pkgdir/usr/share/applications/$pkgname-impel.desktop
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Quake - Abyss of Pandemonium
|
|
||||||
Icon=quakespasm
|
|
||||||
Exec=quakespasm -game impel
|
|
||||||
Categories=Game;Shooter;
|
|
||||||
Comment=Quake (quakespasm engine) + Abyss of Pandemonium
|
|
||||||
Terminal=false
|
|
||||||
StartupNotify=true
|
|
|
@ -1,9 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Quake - MP 1
|
|
||||||
Icon=quakespasm
|
|
||||||
Exec=quakespasm -game hipnotic
|
|
||||||
Categories=Game;Shooter;
|
|
||||||
Comment=Quake (quakespasm engine) + Mission Pack 1
|
|
||||||
Terminal=false
|
|
||||||
StartupNotify=true
|
|
|
@ -1,9 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Quake - MP 2
|
|
||||||
Icon=quakespasm
|
|
||||||
Exec=quakespasm -game rogue
|
|
||||||
Categories=Game;Shooter;
|
|
||||||
Comment=Quake (quakespasm engine) + Mission Pack 2
|
|
||||||
Terminal=false
|
|
||||||
StartupNotify=true
|
|
Loading…
Reference in New Issue
Block a user