Package Details: ocp-git 0.2.106.r1.24ae3d0-1

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-curses, ocp-sdl2
Provides: ocp, ocp-curses
Submitter: osaukko
Maintainer: osaukko (Sapphirus)
Last Packager: Sapphirus
Votes: 9
Popularity: 0.28
First Submitted: 2015-09-09 13:24 (UTC)
Last Updated: 2023-07-31 14:50 (UTC)

Pinned 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

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 --recursive

With 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 regards

osaukko commented on 2016-03-23 17:38 (UTC)

I have uploaded quick and dirty fix for the ncursesw problem. I'll take better look to this on next week, right now I have too much of other work to do.

cirrus commented on 2016-03-23 13:07 (UTC) (edited on 2016-03-23 13:24 (UTC) by cirrus)

I'm now seeing this when updating ocp-git .. checking for resize_term in -lncursesw... yes checking ncursesw/curses.h usability... no checking ncursesw/curses.h presence... no checking for ncursesw/curses.h... no configure: error: "ncursesw header files was not found" ==> ERROR: A failure occurred in build(). Aborting... this might shed some light https://bugs.archlinux.org/task/13994