mirror of
https://aur.archlinux.org/ocp.git
synced 2025-04-26 21:44:28 -04:00
v0.2.2-1
This commit is contained in:
parent
e1c7ba248a
commit
d185f8fb95
3 changed files with 139 additions and 9 deletions
17
PKGBUILD
17
PKGBUILD
|
@ -2,29 +2,36 @@
|
|||
# Original PKGBUILD by: berkus [berkus_at_madfire_dot_net]
|
||||
|
||||
pkgname=ocp
|
||||
pkgver=0.2.1
|
||||
pkgver=0.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="Open Cubic Player"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/mywave82/opencubicplayer"
|
||||
depends=('libsidplay' 'libxxf86vm' 'libvorbis' 'libxpm' 'alsa-lib' 'libmad' 'flac' 'sdl' 'adplug')
|
||||
depends=('libxxf86vm' 'libvorbis' 'libxpm' 'alsa-lib' 'libmad' 'flac' 'sdl2' 'adplug' 'libjpeg-turbo' 'libpng' 'freetype2' 'ttf-unifont' 'patch' 'xa')
|
||||
makedepends=('desktop-file-utils')
|
||||
license=('GPL')
|
||||
source=(git+https://github.com/mywave82/opencubicplayer.git#tag=v${pkgver}
|
||||
git+https://github.com/mywave82/timidity.git)
|
||||
git+https://github.com/mywave82/timidity.git
|
||||
git+https://github.com/mywave82/sidplay-residfp-ocp
|
||||
fix-unifont.diff)
|
||||
md5sums=('SKIP'
|
||||
'SKIP')
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'98a6ab1b11da171b118e0cf7b0485e7c')
|
||||
|
||||
prepare() {
|
||||
cd opencubicplayer
|
||||
git submodule init
|
||||
git config submodule.playgmi/timidity-git.url $srcdir/timidity
|
||||
git config submodule.playsid/sidplayfp-git.url $srcdir/sidplay-residfp-ocp
|
||||
git submodule update
|
||||
}
|
||||
|
||||
build() {
|
||||
cd opencubicplayer
|
||||
./configure --prefix=/usr --sysconfdir=/etc
|
||||
|
||||
patch -p1 -i $srcdir/fix-unifont.diff
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-unifontdir=/usr/share/fonts/Unifont
|
||||
make DESTDIR=$pkgdir
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue