Package Details: ocp 0.2.107-2

Git Clone URL: https://aur.archlinux.org/ocp.git (read-only, click to copy)
Package Base: ocp
Description: Open Cubic Player
Upstream URL: https://stian.cubic.org/project-ocp.php
Licenses: GPL
Conflicts: ocp-curses, ocp-sdl2
Provides: ocp, ocp-curses
Submitter: None
Maintainer: Sapphirus
Last Packager: Sapphirus
Votes: 25
Popularity: 0.000017
First Submitted: 2006-09-04 21:20 (UTC)
Last Updated: 2024-02-19 21:17 (UTC)

Pinned Comments

Sapphirus commented on 2023-02-06 02:35 (UTC) (edited on 2023-02-06 02:40 (UTC) by Sapphirus)

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

1 2 3 Next › Last »

Sapphirus commented on 2023-02-20 11:11 (UTC)

gustafla, that should now be fixed with the latest PKGBUILD.

gustafla commented on 2023-02-19 17:33 (UTC)

==> Starting package_ocp()...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking GIT submodules are checked out... ok
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the compiler supports GNU C... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking whether make sets $(MAKE)... yes
checking whether byte ordering is bigendian... no
checking gcc version... 12.2.1, ok
checking for broken signed char to signed int in loops (gcc version 4.1.1)... ok
checking for PIC... -fPIC
checking for memmem... yes
checking for getopt... yes
checking for popen... yes
checking for qsort... yes
checking for gettimeofday... yes
checking for sleep... yes
checking for sysconf... yes
checking for strerror... yes
checking for strdup... yes
checking for strstr... yes
checking for strupr... no
checking for getcwd... yes
checking for snprintf... yes
checking for usleep... yes
checking for vsnprintf... yes
checking for strncasecmp... yes
checking for mkstemp... yes
checking for strlcpy... no
checking for strlcat... no
checking for sqrt... no
checking for sqrt in -lm... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct dirent.d_type... yes
checking for dirent.h... yes
checking for fcntl.h... yes
checking for getopt.h... yes
checking for ndir.h... no
checking for sys/io... no
checking for sys/ndir.h... no
checking for sys/dir.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for byteswap.h... yes
checking for unistd.h... (cached) yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for errno.h... yes
checking for sys/cdefs.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/param.h... yes
checking for machine/endian.h... no
checking for pwd.h... yes
checking for Availability.h... no
checking for AvailabilityMacros.h... no
checking for AvailabilityVersions.h... no
checking for getpwnam... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ncursesw via pkg-config... yes
checking for working ncursesw/curses.h... no
checking for working ncursesw.h... no
checking for working ncurses.h... yes
checking for resize_term... yes
checking for zlibVersion in -lz... yes
checking for zlib.h... yes
checking for BZ2_bzDecompress in -lbz2... yes
checking for bzlib.h... yes
checking for dlopen... yes
checking for mad... yes
checking for libjpeg... yes
libjpeg flags ...  -ljpeg 
checking for libpng... yes
checking for ogg... yes
checking for vorbis... yes
checking for vorbisfile... yes
checking for flac... yes
checking for sdl... yes
checking for freetype2... yes
checking for /usr/share/fonts/truetype/unifont/unifont.ttf... no
checking for /usr/share/fonts/opentype/unifont/unifont.otf... no
configure: error: /usr/share/fonts/truetype/unifont/unifont.ttf and /usr/share/fonts/opentype/unifont/unifont.otf (unifont.ttf and unifont.otf) not found - please use --with-unifontdir-ttf=/dir/ or --with-unifontdir-otf or --with-unifont-ttf=/dir/file or --with-unifont-otf=/dir/file (needed by X11, SDL1.x and SDL2)
==> ERROR: A failure occurred in package_ocp().
    Aborting...
error: failed to build 'ocp-0.2.103-4': 
error: packages failed to build: ocp-0.2.103-4

I wonder what's going wrong here. I do have ttf-unifont installed.

Sapphirus commented on 2023-02-06 02:35 (UTC) (edited on 2023-02-06 02:40 (UTC) by Sapphirus)

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

miffe commented on 2022-01-30 21:41 (UTC)

The PSU in my server blew, so it will be a little while until I get around to updating this.

karakai commented on 2020-02-05 12:50 (UTC)

The source was moved to GitHub: https://github.com/mywave82/opencubicplayer

hcra commented on 2019-05-16 10:11 (UTC)

Please fix build problems.

NoSuck commented on 2017-10-12 19:03 (UTC)

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 (UTC)

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 (UTC)

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.