1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
Commit Graph

51 Commits

Author SHA1 Message Date
Antoine Brodin
05e7068032 Unbreak bulk -a 2020-07-14 07:59:28 +00:00
Antoine Brodin
b987f318a8 Remove optional dependency on py-gobject
With hat:	portmgr
2020-02-19 10:30:11 +00:00
Alexandre C. Guimarães
c9ed86b9d3 audio/beets: add missing dependency.
Add devel/py-confuse to the tree since audio/beets needs it.

PR:		243601
Approved by:	portmgr (blanket: missing dependency), tcberner (mentor)
MFH:		2019Q1
2020-01-30 06:21:12 +00:00
Sunpoet Po-Chuan Hsieh
fc6afa8ef3 Move audio/py-mpd2 to audio/py-python-mpd2
- Bump PORTREVISION for dependency change
2020-01-25 18:31:09 +00:00
Alexandre C. Guimarães
ecf4719d09 audio/beets: Update to 1.4.9.
- add missing audio/py-pyacoustid to RUN_DEPENDS
- remove the CHROMA OPTION, the support is mandatory

PR:		239191
PR:		238754
Reported by:	cem
Reviewed by:	tcberner (mentor)
MFH:		2019Q3
2019-07-30 20:25:33 +00:00
Antoine Brodin
63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00
Sunpoet Po-Chuan Hsieh
f19a98628c Change RUN_DEPENDS from py-munkres to py-munkres10
- Bump PORTREVISION for dependency change
2019-02-16 22:55:26 +00:00
Koop Mast
289883b11b Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
2018-11-10 19:57:07 +00:00
Jan Beich
0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Steve Wills
71d99e028d audio/beets: Update to 1.4.7
PR:		230786
Submitted by:	Stig Inge Lea Bjørnsen <stiginge@pvv.org> (maintainer)
2018-08-22 17:56:33 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2018-05-02 15:07:27 +00:00
Steve Wills
7453032f61 audio/beets: Update to 1.4.6
PR:		224568
Submitted by:	Stig Inge Lea Bjørnsen <stiginge@pvv.org> (maintainer)
2017-12-24 18:45:11 +00:00
Steve Wills
1d625b439d audio/beets: update to 1.4.5
PR:		224045
Submitted by:	Stig Inge Lea Bjørnsen <stiginge@pvv.org> (maintainer)
Reported by:	Le Baron d'Merde <lbdm@privacychain.ch>
2017-12-14 16:14:42 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Olivier Duchateau
95729173f5 - Update to 1.4.2
- Adjust dependencies

Changelog:
http://docs.beets.io/en/v1.4.1/changelog.html
http://docs.beets.io/en/v1.4.2/changelog.html

PR:		215392
Submitted by:	Stig Inge Lea Bjornsen (maintainer)
2016-12-20 19:29:29 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Pawel Pekala
3ee3a9e91a - Update to version 1.3.19
- Reintroduce BEATPORT option, remove ECHONEST

Changelogs:
http://docs.beets.io/en/v1.3.18/changelog.html
http://docs.beets.io/en/v1.3.19/changelog.html

PR:		211649
Submitted by:	Stig Inge Lea Bjornsen (maintainer)
2016-08-12 15:31:54 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Wen Heping
06eb4c873e - Update to 1.3.17
- Add option of AcousticBrainz

PR:		207183
Submitted by:	stiginge@pvv.org(maintainer)
2016-02-15 07:21:54 +00:00
Wen Heping
f00a2bfe0b - Update to 1.3.16
- Add an option for the new Emby update plugin
- Update WWW

PR:		206081
Submitted by:	stiginge@pvv.org(maintainer)
2016-02-13 10:06:20 +00:00
Martin Wilke
d6062bcfb0 - Update to 1.3.15
- Remove unused X11 options

PR:		205297
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	D4569
2015-12-21 15:18:20 +00:00
Wen Heping
d71116ab95 - Update to 1.3.11
PR:		199710
Submitted by:	stiginge@pvv.org(maintainer)
2015-04-29 06:22:55 +00:00
Guido Falsi
f7a4cb9794 - Update to 1.3.10
- Add PLEXUPDATE and LYRICS options

Changelog:	http://beets.readthedocs.org/en/v1.3.10/changelog.html

PR:		196532
Submitted by:	Stig Inge Lea Bjornsen <stiginge at pvv.org> (maintainer)
2015-01-13 22:20:47 +00:00
Mark Felder
f05c3f3ebb New maintainer 2014-12-22 22:17:21 +00:00
Mark Felder
e62ea21ddb Update to 1.3.9
PR:		196160
2014-12-21 16:14:55 +00:00
Marcus von Appen
715852b561 - Convert ports from audio/ to new USES=python
Reviewed by:	portmgr (implicit)
2014-10-19 07:33:09 +00:00
Mark Felder
cffc07fb2e Update to 1.3.6
Submitted by:	johan@huldtgren.com
2014-07-28 19:25:25 +00:00
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Marcus von Appen
c10f661c7f - Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:		python@
Approved by:	portmgr (implicit)
2014-06-08 08:55:59 +00:00
Mark Felder
1ed87bb903 Update to 1.3.3 2014-03-15 23:47:31 +00:00
Mark Felder
9ce799d7ee Update to 1.3.2
Add support for BPD and Echonest

Approved by:	swills (mentor)
2014-02-10 01:09:37 +00:00
Mark Felder
29b822c673 Support STAGE
Approved by:	swills (mentor)
2014-01-28 14:49:05 +00:00
Kubilay Kocak
8942de43ff Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.

Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.

PR:		ports/185631
2014-01-27 12:14:09 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Mark Felder
ba38e3c0f8 Add support for the LastGenre plugin
Approved by:	swills (mentor, implicit)
2013-12-07 22:08:49 +00:00
Mark Felder
639f14b87b - Add support for web plugin
- Change to cleaner/simpler option_RUN_DEPENDS= format
- Make option_DESC capitalization consistent

Approved by:	swills (mentor, implicit)
2013-12-07 18:23:30 +00:00
Mark Felder
7ed211ec66 Update to 1.3.1
Approved by:	crees (mentor)
2013-12-06 16:53:20 +00:00
William Grzybowski
6f02410d6f audio/beets: change dependency from ffmpeg1 to ffmpeg
- Change dependency from ffmpeg1 to ffmpeg

Approved by:	portmgr (bapt, implicit)
2013-10-27 12:10:31 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Mark Felder
f6f848edcb - Update to 1.2.2
Approved by:	swills (mentor)
2013-09-05 13:46:55 +00:00
Mark Felder
35c53153e4 Fix my email address again, using proper @FreeBSD.org styling
Approved by:	swills (mentor)
2013-07-29 15:03:58 +00:00
Mark Felder
cd4fd7cb34 Update my email address throughout the tree
Approved by:	swills (mentor)
2013-07-25 11:30:01 +00:00
Mark Felder
80b776bf02 - Update to 1.2.1
Approved by:	swills (mentor)
2013-07-13 13:31:02 +00:00
Martin Matuska
cdc818f159 Update multimedia/ffmpeg1 to 1.2.1
PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2013-06-25 07:41:26 +00:00
Steve Wills
b305a43c5e - Update to 1.1.0
PR:		ports/178550
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-05-20 01:09:40 +00:00
Steve Wills
26f81a49ee - All things found in pypi should use CHEESESHOP for MASTER_SITES
- Added some options to extend functionality
- Added MAN pages

PR:		ports/176273
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-02-20 01:45:57 +00:00
Martin Wilke
7e685a6e1f - Switch to USE_PYDISTUTILS
Reported by:	RM
2013-02-15 06:01:13 +00:00