Search Criteria
Package Details: ocp-sdl2-git 0.2.109.r11.c1069f5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ocp-git.git (read-only, click to copy) |
|---|---|
| Package Base: | ocp-git |
| Description: | Open Cubic Player (GIT Version) |
| Upstream URL: | https://stian.cubic.org/project-ocp.php |
| Licenses: | GPL |
| Conflicts: | ocp, ocp-curses |
| Provides: | ocp |
| Submitter: | osaukko |
| Maintainer: | osaukko (Sapphirus) |
| Last Packager: | Sapphirus |
| Votes: | 9 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-09-09 13:24 (UTC) |
| Last Updated: | 2024-10-11 23:17 (UTC) |
Dependencies (34)
- alsa-lib
- bzip2 (bzip2-gitAUR)
- cjson (cjson-gitAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libancientAUR (libancient-gitAUR, libancientAUR)
- libdiscid
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- ncurses (ncurses-gitAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- shared-mime-info
- ttf-unifontAUR
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- alsa-lib (make)
- cjson (cjson-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- flac (flac-gitAUR) (make)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- Show 14 more dependencies...
Latest Comments
Sapphirus commented on 2023-02-06 02:40 (UTC)
A notification for those aren't using an AUR helper:
There has been a change in required dependencies. Libancient, a newly requisite dependency by upstream, of which is now necessitated by ocp has been added to the dependency list.
It is available via the following AUR packages:
https://aur.archlinux.org/packages/libancient
https://aur.archlinux.org/packages/libancient-git
t3hyoshi commented on 2021-03-28 17:56 (UTC)
Line 46 in your PKGBUILD needs to read:
git submodule update --init --recursiveWith out this, ocp doesn't build, as the configure script believes (correctly) that the rsid code needed for the playsid routine is missing.
cirrus commented on 2021-03-02 17:35 (UTC)
Latest build seems to no longer show album art for me, have since reverted to ocp-git-0.2.2.r482.f55e68c-1-x86_64.pkg.tar.xz This could be specific to my system, just putting it out there. regards
cirrus commented on 2019-12-23 14:57 (UTC)
i'll just leave this here https://www.cubic.org/player/opencp.pdf
nmc commented on 2019-10-20 23:12 (UTC) (edited on 2019-10-20 23:15 (UTC) by nmc)
Please add support for current GCC 9, i was able to compile project with it.
Temporary workaround, edit PKGBUILD before build, change gcc version in line 40 from
sed -i.orig 's/*|4.*|5.*|6.*|7*/&|8*/' configure
to
sed -i.orig 's/*|4.*|5.*|6.*|7*/&|9*/' configure
This change makes GCC 9.X acceptable version that can be used to build project
benv666 commented on 2019-05-13 13:40 (UTC)
Woohoo, it compiles again! Love this program :)
cirrus commented on 2016-03-23 19:07 (UTC)
osaukko commented on 2016-03-23 17:38 (UTC)
cirrus commented on 2016-03-23 13:07 (UTC) (edited on 2016-03-23 13:24 (UTC) by cirrus)