46 Commits

Author SHA1 Message Date
sthen
932eee91d6 update to picard-2.6.3 2021-06-10 08:25:22 +00:00
sthen
aced9777ad update to picard-2.6.2 2021-04-28 08:39:06 +00:00
sthen
28d16a3f51 update to picard-2.6.1 2021-04-23 21:14:11 +00:00
sthen
34cfe2e959 update to picatd-2.6 2021-03-31 19:12:25 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
543ea52b4d update to picard-2.5.6 2021-02-21 21:10:40 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
kmos
2707d7cf95 Update audio/picard 2.3.1 -> 2.4.2
From Stefan Hagen - Thanks!
2020-09-12 22:10:09 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
rsadowski
f40b1522ab Update picard to 2.3.1 2020-03-20 06:35:34 +00:00
jca
3b133bc4d9 Missing bits for the picard-2.2.3 update 2019-12-03 09:22:50 +00:00
kmos
6085723ea7 Update audio/picard 2.1.3 -> 2.2.3
Updated brings a number of fixes and new features:
https://picard.musicbrainz.org/changelog/

Patch is removed as it has been upstreamed.

ok sthen
2019-12-02 22:30:42 +00:00
sthen
e57f922939 bump REVISION/adjust hpodder dep for py-mutagen semi-backout 2019-11-19 21:21:10 +00:00
sthen
0022503a80 cope with audio/py-mutagen subpackage split 2019-11-19 12:12:15 +00:00
cwen
7237993a96 Bump consumers REVISIONs following the audio/chromaprint update.
Hints and OK sthen@
2019-08-23 20:20:03 +00:00
kmos
a8d7dcbeb1 danj pointed out I should have bumped the REVISION when I removed
MESSAGE hours after committing the update.
2019-07-26 02:54:23 +00:00
kmos
4076c36937 Forgot to cvs rm obsolete MESSAGE when I committed the update. 2019-07-26 01:00:01 +00:00
kmos
112717958f Update audio/picard 0.16 -> 2.1.3
The project no longer bundles the plugins with the source. So I got
rid of all the Makefile logic for the plugins.

Port moved to using MODPY_PI. There is a patch for setup.py to use
the setuptools version of install which has support for
--single-version-externally-managed. I've sent this patch upstream
and it has already been committed so will be in the next release.
I discarded the old setup.py patch.

A chunk of tests fail because the PyPI tarball id missing any .aac
files from test/data. I got a patch committed upstream for their
MANIFEST.in file so that future releases will include those files.

Dependencies on ffmpeg, liboaf, and others were dropped as they
aren't needed for recent releases of picard.

Input from sthen@

ok edd@ sthen@
2019-07-25 20:10:28 +00:00
danj
1991058dbd Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:49:19 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
sthen
8219a5ed69 bump REVISION for setuptools dep change. 2015-09-29 10:51:14 +00:00
ajacoutot
38f82b4147 Needs devel/gettext-tools. 2015-07-30 15:09:27 +00:00
sthen
764d4a86fe add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)

"exciting" one in databases/py-sqlalchemy; port had a bad PKG_ARCH=* line
and also contained .so modules.
2015-04-21 18:40:20 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
brad
3edc81709e Fix picard with in-tree FFmpeg and fix the build with newer FFmpeg.
The fix for in-tree FFmpeg is based on a patch posted by dcoppa@
although synced closer to what was commited upstream.

ok ajacoutot@
2014-05-05 07:55:50 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
ajacoutot
b3d16d877a Update to picard-0.16.
from Brad, maintainer timeout
2012-05-04 06:24:04 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
sthen
966fc640b5 - add missing WANTLIB=${MODPY_WANTLIB} and bump
- add http MASTER_SITES and more explicit license marker while there
2011-06-27 12:46:06 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
espie
8392c16198 redo depends with >= 2010-11-26 07:07:56 +00:00
millert
377cb454a5 Update picard to version 0.12.1 and link with libavcodec, libavformat
and libofa to support tagging by audio fingerprint.  OK phessler@
2010-11-20 15:48:57 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
phessler
0585d1ca27 Include 'MusicBrainz' in the COMMENT, so searches can find this
OK sthen@
2010-11-10 13:18:42 +00:00
sthen
ad741e63bb new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary.
checked with check-lib-depends and PLIST_DB "make package".
2010-09-05 22:00:13 +00:00
fgsch
f65bda4762 Yet another round of bumps. 2010-08-30 21:36:14 +00:00
ajacoutot
cdff106084 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:43:14 +00:00
jasper
e45b218264 - better homepage
ok MAINTAINER
2009-08-23 19:20:21 +00:00
ajacoutot
355ab9e3b8 Quick and dirty patch to solve the bug in Picard when we use the command
"pydoc -k". Also make the regress target works.

from Amaury Gauthier (maintainer)
2009-07-19 09:06:43 +00:00
ajacoutot
2df481ee79 Import picard-0.11
Picard is the next generation MusicBrainz tagging application. This
new tagging concept is album oriented, as opposed to track/file
oriented like the ClassicTagger was.

from Amaury Gauthier (maintainer), with some tweaks
2009-07-12 20:43:22 +00:00