221 Commits

Author SHA1 Message Date
Guido Falsi
853f9e8f5a multimedia/audacious-plugins: Update to 4.4.2 2024-11-06 07:46:14 +01:00
Dima Panov
4c95dae681
*/*: Bump audio/libsidplayfp consumers 2024-11-05 21:06:13 +03:00
Guido Falsi
73054fd089 multimedia/audacious-plugins: Enable AMIDI and JACK options by default
On user request enable AMIDI by default.

Since this adds a dependency on audio/fluidsynth which, by default,
also depends on jack, enable jack here too.

PR:		282186
MFH:		2024Q4
2024-10-24 07:48:17 +02:00
Guido Falsi
88846b051b multimedia/audacious-plugins: Update to 4.4.1 2024-09-27 23:53:33 +02:00
Emanuel Haupt
a8ad9a6ce1 */*: Chase libopenmpt update 2024-09-23 17:22:23 +02:00
Guido Falsi
e76d3d0504 multimedia/audacious-plugins: Remove correct library dependency
Reported by:	jhale
Fixes:		37d9f49c0eda6d23b00c0a88411a5e68afbb9169
2024-09-02 08:48:42 +02:00
Daniel Engberg
37d9f49c0e multimedia/audacious-plugins: Import patch to remove dependency on CDDB
Import upstream patch to allow configuring CDDA without using
libCDDB, and enable the option, allowing to completely remove the
dependency on CDDB.

PR:		279461
2024-09-01 19:35:07 +02:00
Rene Ladan
89b794e0cb multimedia/audacious-plugins: mark CDDA option deprecated 2024-08-04 15:54:26 +02:00
Guido Falsi
135ca672a6 multimedia/audacious*: Update to 4.4
Upstream moved to qt6 and gtk3 as main UI, so make that the default
flavor.

Cleaned up Makefile, reordering variables according to best practices
and reordered/reflowed content of many variables.

Please check UPDATING if already using the qt6 flavor.
2024-06-13 19:51:18 +02:00
Guido Falsi
6418be4370 multimedia/audacious-plugins: Fix build after QT 6 upgrade
PR:		279322
Obtained from:	1f0bc4c694
2024-05-28 08:41:17 +02:00
Nuno Teixeira
3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00
Sergey A. Osokin
3565fe16e7 textproc/libcue: security update to 2.3.0
PR:	274413
2023-10-11 22:11:06 -04:00
Gleb Popov
b1ecad53b0 audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
2023-08-07 19:34:07 +03:00
Loïc Bartoletti
8071dcbfe7 devel/qt6: bump dependent ports 2023-07-26 21:58:56 +02:00
Vladimir Druzenko
cc018ec33b Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support"
Keep custom description in ports:
graphics/spectacle
multimedia/obs-studio
net/krfb
x11-wm/gamescope

Approved by:		arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D41038
MFH:			2023Q3
2023-07-16 12:52:19 +03:00
Guido Falsi
84f562147f multimedia/audacious-plugins: Update to 4.3.1
- Add CONSOLE option, to enable game console emulation for game console sound files
- Add SOXR option, enabling audio resampling via libsoxr
2023-04-30 12:55:20 +02:00
Daniel Engberg
f7accb23bf */*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
2023-04-27 14:01:46 +02:00
Christian Weisgerber
feb1fa34f5 audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
Guido Falsi
f1eca31885 multimedia/audacious-plugins: Import upstreamed build patches
- Expose OPUS option and enable it by default
- Fix lame detection which enables mp3 filewriter plugin (suggested
  by upstream developer Thomas Lange)

Obtained from:	https://github.com/audacious-media-player/audacious-plugins/pull/132
2023-03-13 22:20:50 +01:00
Guido Falsi
0ce929bc42 multimedia/audacious-plugins: Add missing option description. 2023-03-11 12:43:31 +01:00
Guido Falsi
da94eff628 multimedia/audacious-plugins: Update to 4.3
Release changelog: https://audacious-media-player.org/news/56-audacious-4-3-released

- Added flavors for gtk3 (legacy) and qt6
- Convert port to use meson

NOTE: not all plugins are available in all flavors. Especially the
      qt6 flavor is missing qthotkey and qtaudio.
2023-03-09 10:38:26 +01:00
Christian Weisgerber
1e5aaab3fc audio/flac: bump port revision of consumers after update to 1.4.1 2022-09-25 22:14:54 +02:00
Stefan Eßer
fb16dfecae 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
63f36d3262 multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Aaron LI <aly@aaronly.me>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Angel Carpintero <ack@telefonica.net>
  *  Anish Mistry (with help from mean)
  *  Anonymous <swell.k@gmail.com>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Ashish Shukla <wahjava@gmail.com>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Byung-Hee HWANG <bh@izb.knu.ac.kr>
  *  Charlie Kester <corky1951@comcast.net>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Hein <chein@FreeBSD.org> & Jim Overholt <overholt@isdw.net>
  *  Daniel Morante <daniel@morante.net>
  *  Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
  *  Dierk Sacher <dierk@blaxxtarz.de>
  *  Dreamcat4 <dreamcat4@gmail.com>
  *  Earl Gay <earl@eeg3.net>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Franz Bettag <franz@bett.ag>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Harold Gutch <logix@foobar.franken.de>
  *  Heiner <h.eichmann@gmx.de>
  *  Heiner Eichmann <h.eichmann@gmx.de>
  *  Hendrik Scholz <hendrik@scholz.net>
  *  Herbert J. Skuhra <h.skuhra@gmail.com>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Holger Lamm
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jason Harmening <jason.harmening@gmail.com>
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock <nox@FreeBSD.org>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  KalleDK <plexmaintainer@k-moeller.dk>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Koop Mast <kwm@rainbow-runner.nl>
  *  Kozlov Sergey <kozlov.sergey.404@gmail.com>
  *  Kris Moore
  *  Kuan-Chung Chiu <buganini@gmail.com>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Leinier Cruz Salfran <salfrancl@yahoo.es>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marc van Woerkom <3d@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net> et al
  *  Mina Naguib <webmaster@topfx.com>
  *  Mykola Dzham <i@levsha.me>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Pascal Vizeli <pvizeli@yahoo.de>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Petar Zhivkov Petrov <pesho.petrov@gmail.com>
  *  Phil Oleson
  *  Phil Oleson <oz@nixil.net>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Raaf <freebsd@luna.afraid.org>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Rozhuk Ivan 2018 <rozhuk.im@gmail.com>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Stacey Son <mythdev@son.org>, Ari Maniatis <ari@ish.com.au>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Zastupov Stepan [RedChrom] <redchrom@mail.ru>
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson <ahze@ahze.net>
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
2022-07-20 16:22:30 +02:00
Guido Falsi
e2200a3df5 multimedia/audacious: Update to 4.2
- Updating main port and plugins together
- Add patch to make build succeed when NLS option is off [1]

[1] submitted upstream: https://github.com/audacious-media-player/audacious/pull/50
2022-07-10 15:20:54 +02:00
Daniel Engberg
f5f8e7efb1 multimedia/audacious-plugins: Remove libmms option
Remove the MMS option (disabled by default) which depends on
deprecated net/libmms.

PR:		264706
2022-07-04 21:30:26 +02:00
Guido Falsi
d4466596fa multimedia/audacious-plugins: Disable MMS option by default
The MMS protocol has been deprecated upstream since 2003.

PR:		264706, 264708
2022-06-16 13:20:28 +02:00
Guido Falsi
b02e706ba7 multimedia/audacious-plugins: Add missing dependencies, enable missing plugins
- Add some missing dependencies
- Adding these dependencies enables building the qthotkey plugin [1]
- Added dependencies also allow building the qtaudio plugin
- Add OPENGL option to the qt flavor too, and add requirements to
  allow building the gl-spectrum-qt visualization plugin

PR:		264605 [1]
2022-06-11 15:33:44 +02:00
Charlie Li
d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00
Matthias Fechner
247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
2022-03-26 09:27:27 +01:00
Thomas Zander
e40e82b3bc
audio/fluidsynth: Update to upstream version 2.2.4
MFH:		2021Q4
2021-11-27 11:09:44 +01:00
Thomas Zander
4c2db26adf
audio/fluidsynth: Update to upstream version 2.2.3
MFH:		2021Q4
2021-10-04 06:56:46 +02:00
Yuri Victorovich
5708ae4005 audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
2021-08-02 09:03:15 -07:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Guido Falsi
2eed772431 - Update audacious to 4.1
- Update audacious-plugins to 4.1
2021-02-21 10:12:06 +00:00
Guido Falsi
7a6b4762ed - Add options to enable adplug and openmt plugins
- Enable by default support for adplug, openmt and sid

Submitted by:	ehaupt (via email)
2020-12-29 18:01:11 +00:00
Guido Falsi
249afe6331 - Enable PULSEAUDIO option by default so this plugin is available
in the binary package.
- While here reflow options.

Requested by:	Usama Hashimi <usama.cit@gmail.com>
2020-12-16 10:10:26 +00:00
Thomas Zander
8337fc6d5f Chase libsndfile 1.0.30 update.
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
2020-10-01 08:56:20 +00:00
Tobias Kortkamp
a167bf51dd audio/sndio: Update to 1.7.0 2020-07-12 09:30:28 +00:00
Guido Falsi
38b3e4cb3e - Update audacious and audacious-plugins to 4.0.5
- Remove upstreamed patch.
2020-07-11 12:57:18 +00:00
Guido Falsi
8fa11dec06 - Update audacious to 4.0.4
- Remove gtk3 versions, upstream discountinued support for that UI [1]
- Flavorize port and make qt (upstream main UI) version the
  default flavor
- Add gtk2 as a flavor, although the gtk2 UI is deprecated upstream
- Take maintainership

[1] https://redmine.audacious-media-player.org/boards/1/topics/2489?r=2500#message-2500

Approved by:		portmgr (flavors addition)
Differential Revision:	https://reviews.freebsd.org/D25591
2020-07-08 20:05:07 +00:00
Christian Weisgerber
ec6a4ada8e Switch the CDDB default to gnudb.org.
The freedb.org CD track database has been discontinued.
2020-07-07 14:47:51 +00:00
Jason E. Hale
c8f8eeb670 Update sysutils/libcdio to 2.1.0
Update sysutils/libcdio-paranoia to 10.2+2.0.1

Bump PORTREVISION on consumers due to shared library version increase
2019-12-12 15:11:33 +00:00
Tobias Kortkamp
863110e9f9 Add USES={gl,gnome,mate,sdl,xorg} missed in the last round 2019-11-14 12:39:42 +00:00
Niclas Zeising
7ad72d866d Add USES=xorg USES=gl, ports categories l and m
Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:09:44 +00:00
Niclas Zeising
82f108df30 Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:07:22 +00:00
Thomas Zander
5f1b7d2fe3 Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
PR:		240890
2019-09-29 10:04:31 +00:00
Jan Beich
325aed58cb multimedia/ffmpeg: update to 4.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +00:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00