Port details |
- libcoverart Library for accessing the MusicBrainz cover art archive
- 1.0.0_6 audio =2 1.0.0_6Version of this port present on the latest quarterly branch.
- Maintainer: jhale@FreeBSD.org
- Port Added: 2012-10-18 12:40:16
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL20
- WWW:
- https://coverartarchive.org/
- Description:
- Libcoverart is a client library for accessing the MusicBrainz cover
art archive.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libcoverart>0:audio/libcoverart
- To install the port:
- cd /usr/ports/audio/libcoverart/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/libcoverart
- pkg install libcoverart
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libcoverart
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1516486441
SHA256 (libcoverart-1.0.0.tar.gz) = 5d9d4a4c46f35754e016affab83957961a364d7a4c7d64447f73bff22a300f44
SIZE (libcoverart-1.0.0.tar.gz) = 57933
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libjansson.so : devel/jansson
- libneon.so : www/neon
- This port is required by:
- for Libraries
-
- audio/goobox
Configuration Options:
- No options to configure
- Options name:
- audio_libcoverart
- USES:
- compiler:c11 cmake:insource pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.0_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.0_6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.0_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0.0_5 12 Jul 2019 02:25:07 |
linimon |
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.0.0_5 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.0.0_5 22 Dec 2018 02:24:22 |
linimon |
Building on GCC-based architectures after the upgrade to GCC8 requires
adding -Wno-unused-function -Wno-class-memaccess -Wno-catch-value to
CXXFLAGS and -Wno-format-overflow to CFLAGS.
PR: 234067
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.0.0_5 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.0.0_4 07 Dec 2018 16:25:37 |
linimon |
To build on GCC-based architectures, we need to use GCC from ports with
c99, c++98 and -Wno-implicit-fallthrough.
PR: 233839
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.0.0_4 20 Jan 2018 23:06:41 |
jhale |
Fix build with clang6 [1]
Use a different distfile that has a properly versioned directory. The checksum
has changed, but there are no file changes, only the WRKSRC has been renamed
from the confusing "libcoverart-{PROJECT_VERSION}" to "libcoverart-1.0.0".
Reported by: pkg-fallout [1] |
1.0.0_4 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.0.0_4 07 Jan 2016 15:12:31 |
jhale |
Use pathfix |
1.0.0_4 04 Sep 2015 16:02:17 |
mat |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight |
1.0.0_4 24 Dec 2014 06:03:23 |
ohauer |
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION
Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)
PR: 195786
Differential Revision: https://reviews.freebsd.org/D1319
Submitted by: ohauer
Reviewed by: portmgr (bapt, mat)
Approved by: portmgr, lev (implicit) |
1.0.0_3 22 Sep 2014 12:24:34 |
jhale |
- Trim @dirrm[try] from pkg-plist |
1.0.0_3 23 Jun 2014 13:20:54 |
amdmi3 |
- Switch devel/jansson to libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.0.0_2 01 May 2014 01:31:06 |
vanilla |
1: Upgrade jansson to 2.6.
2: bump revision due shared library version. |
1.0.0_1 09 Oct 2013 07:04:18 |
jhale |
- Support staging
- Convert LIB_DEPENDS to new syntax |
1.0.0_1 26 Sep 2013 11:39:08 |
vanilla |
bump revision due jansson shlib change. |
1.0.0 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.0.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.0.0 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.0.0 18 Oct 2012 12:40:03 |
jhale |
Libcoverart is a client library for accessing the MusicBrainz cover
art archive.
WWW: http://coverartarchive.org/
Approved by: makc (mentor)
Feature safe: yes |