Search Criteria
Package Details: ocp 0.2.2-1
Git Clone URL: | https://aur.archlinux.org/ocp.git (read-only, click to copy) |
---|---|
Package Base: | ocp |
Description: | Open Cubic Player |
Upstream URL: | https://github.com/mywave82/opencubicplayer |
Licenses: | |
Submitter: | None |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 24 |
Popularity: | 0.030205 |
First Submitted: | 2006-09-04 21:20 |
Last Updated: | 2020-08-24 02:08 |
Dependencies (16)
- adplug (adplug-mame, adplug-git)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- flac (flac-git, flac-nodocs-git, flac-minimal-git)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git)
- libmad
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libvorbis (libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer)
- libxpm
- libxxf86vm
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-nox-git, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-git)
- ttf-unifont
- desktop-file-utils (desktop-file-utils-git) (make)
- git (git-git) (make)
- patch (patch-git) (make)
- xa (make)
Latest Comments
1 2 3 Next › Last »
karakai commented on 2020-02-05 12:50
The source was moved to GitHub: https://github.com/mywave82/opencubicplayer
hcra commented on 2019-05-16 10:11
Please fix build problems.
NoSuck commented on 2017-10-12 19:03
Open Cubic Player is the bee's knees. Thanks for taking care of it. The configure script's gcc check fails on an up-to-date system, though:
checking gcc version... configure: error: 7.2.0, bad
==> ERROR: A failure occurred in build().
Aborting...
marcs commented on 2016-08-11 21:19
Fixed the package for gcc 5 and 6
PKGBUILD: http://pastebin.com/NANTyh0A
gcc6.patch: http://pastebin.com/qvZNW272
Lastebil commented on 2015-06-30 15:39
This package needs a small patch to the configure script to work with gcc 5.1 . (I basically just added 5.* to the end of the gcc versioning.)
I'm not 100% sure it works as is, and I am not submitting my pkgbuild because I remove sidplay and adlib from my build.
miffe commented on 2015-04-18 02:17
@Jarshvor:
Im glad someone is using these packages. :D
If you want, there are binaries available at https://arch.miffe.org/
Jarshvor commented on 2015-04-16 21:35
so sustituting build() in PKGBUILD with package() just works...
miffe commented on 2011-11-18 18:34
ocp 0.1.21-3
- Fix md5sum and adplug-plugin install
@Malvineous: They switched tarballs on us, the old 0.1.21 acctually installed in a 0.1.20 directory. Thanks for the report.
Malvineous commented on 2011-11-18 13:04
I also get this error near the end of the package build:
make[1]: Leaving directory `ocp/src/ocp-0.1.21/doc'
install: cannot create regular file `ocp/pkg/usr/lib/ocp-0.1.20/playopl.so': No such file or directory
I think it should be "ocp-0.1.21" ("21" instead of "20")
Malvineous commented on 2011-11-18 12:57
I'm getting this error:
==> Validating source files with md5sums...
ocp-0.1.21.tar.bz2 ... FAILED
==> ERROR: One or more files did not pass the validity check!
Changing the md5sum to 558a6eacfadfd9c60c97a6e9c7f83f47 did the trick - not sure if that's a good sign or not...