mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-21 20:06:27 +00:00
a35019a59f
There have been many updates to the OCP git version. I updated the PKGBUILD file again to work with the latest version. Unfortunately, the MAD support had to be left out for now as there were missing build instructions for charset.o. I'll try to introduce it back again with the new revisions. The package ttf-unifont is now a required dependency. A new patch was needed that changes the font filenames to match the package.
31 lines
891 B
Text
31 lines
891 B
Text
pkgbase = ocp-git
|
|
pkgdesc = Open Cubic Player (GIT Version)
|
|
pkgver = 0.2.1.r452.1f28294
|
|
pkgrel = 1
|
|
url = http://stian.cubic.org/project-ocp.php
|
|
install = ocp-git.install
|
|
arch = i686
|
|
arch = x86_64
|
|
license = GPL
|
|
makedepends = git
|
|
makedepends = xa
|
|
depends = hicolor-icon-theme
|
|
depends = libxpm
|
|
depends = libxxf86vm
|
|
depends = ttf-unifont
|
|
optdepends = adplug: for OPL formats support
|
|
optdepends = alsa-lib: for ALSA output
|
|
optdepends = flac: for FLAC audio support
|
|
optdepends = libmad: for MPEG audio support
|
|
optdepends = libvorbis: for Vorbis audio support
|
|
optdepends = sdl: for SDL user interface support
|
|
optdepends = sdl2: for SDL2 user interface support
|
|
provides = ocp=0.2.1.r452.1f28294
|
|
conflicts = ocp
|
|
source = ocp::git://github.com/mywave82/opencubicplayer.git
|
|
source = unifont.patch
|
|
md5sums = SKIP
|
|
md5sums = 27d962f746ba8c6b761f6a62ae5d093a
|
|
|
|
pkgname = ocp-git
|
|
|