1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

18633 Commits

Author SHA1 Message Date
Yuri Victorovich
b1cad76f99 New port: audio/bliss: Multithreaded C library used to compute distance between songs 2020-07-30 05:41:12 +00:00
Yuri Victorovich
35752f1342 audio/surge-synthesizer-lv2: Update 1.6.6-58 -> 1.7.0
Reported by:	portscout
2020-07-29 22:04:35 +00:00
Tobias C. Berner
db5061e1b7 Update KDE Plasma Desktop to 5.19.4
Tuesday, 28 July 2020. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.19.4. Plasma 5.19 was released in June 2020 with many feature
refinements and new modules to complete the desktop experience.

This release adds three week's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:

  *  Plasma Networkmanager: Make hotspot configuration dialog bigger.
  *  Only open KCM in systemsettings if it can be displayed. Fixes bug #423612
  *  Plasma Vault: Reset password field when the user clicks Ok. Fixes bug #424063

Full changelog:
	https://kde.org/announcements/plasma-5.19.3-5.19.4-changelog
2020-07-28 16:53:07 +00:00
Thomas Zander
28e7d5d589 Update to upstream prerelease snapshot 1.0.29 as of 20200620
Details:
* Pull source code from GitHub
* Switch to cmake
* Remove clipping option (autodetected)
* Fix denial-of-service (CVE-2019-3832, since CVE-2018-19758 appears
  to be incomplete.)

PR:		248268
Submitted by:	daniel.engberg.lists@pyret.net
MFH:		2020Q3 (hat: ports-secteam)
Security:	CVE-2019-3832
2020-07-28 12:05:50 +00:00
Yuri Victorovich
778f7a3e70 audio/sfizz: 0.3.2 -> 0.4.0
Reported by:	portscout
2020-07-28 05:03:27 +00:00
Yuri Victorovich
e1aac4c7f0 audio/bjumblr-lv2: Update 1.2.2 -> 1.4.0
Reported by:	portscout
2020-07-28 02:50:19 +00:00
Piotr Kubaj
8faea4082f audio/asunder: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wno-format-truncation"
2020-07-27 09:46:10 +00:00
Tobias C. Berner
efdd1f757c audio/spotify-tui: Update to 0.21.0
PR:		278275
Submitted by:	Lewis Cook <vulcan@wired.sh>  (maintainer)
2020-07-26 14:23:41 +00:00
Antoine Brodin
37a49a023d Deprecate ports broken for more than 6 months 2020-07-26 07:32:00 +00:00
Antoine Brodin
9dfd29e7ff Mark BROKEN
Configuring OpenGLES
Configuring QtKeychain
ERROR:root:Build had unmet dependencies. Exiting.

Reported by:	pkg-fallout
2020-07-26 06:46:19 +00:00
Tobias Kortkamp
9861fc005a audio/ncspot: Update to v0.2.0
Changes:	https://github.com/hrkfdn/ncspot/releases/tag/v0.2.0
2020-07-24 17:31:27 +00:00
Sunpoet Po-Chuan Hsieh
26a93e187f Switch default database to gnudb.gnudb.org
- Bump PORTREVISION for package change

freedb.freedb.org is down, use gnudb.gnudb.org instead.

PR:		247875
Submitted by:	brooks
MFH:		2020Q3
2020-07-24 07:53:26 +00:00
Alexandre C. Guimarães
d0fc635f72 Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports geographical load balancing
- update all affected ports

PR:		244164
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision:	https://reviews.freebsd.org/D24955
2020-07-24 06:28:59 +00:00
Mark Linimon
57bfc9507b Add compiler:c++14-lang to USES to atttempt to fix on GCC-based systems:
CMake Error in CMakeLists.txt:
  Target "opustags" requires the language dialect "CXX14" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.

Unfortunately this is necessary but not sufficient.

Approved by:	portmgr (tier-2 blanket)
2020-07-23 15:39:35 +00:00
Yuri Victorovich
5e23b1d3ee New port: audio/opustags: View and edit Ogg Opus comments 2020-07-23 02:47:58 +00:00
Piotr Kubaj
9bad9f682a audio/darkice: fix build on GCC architectures
Use C++11 compiler:
IceCast2.cpp:78: error: 'regex' in namespace 'std' does not name a type
2020-07-22 00:39:25 +00:00
Yuri Victorovich
ef74e7f85d audio/py-SoundFile: Update 0.10.2 -> 0.10.3.post1 2020-07-22 00:36:58 +00:00
Yuri Victorovich
e07ced7f3f audio/sherlock-lv2: Update 0.22.0 -> 0.24.0 2020-07-22 00:27:32 +00:00
Yuri Victorovich
267121308e audio/vm-lv2: Update 0.8.0 -> 0.10.0 2020-07-22 00:24:31 +00:00
Yuri Victorovich
6d0cae4935 audio/moony-lv2: Update 0.32.0 -> 0.34.0 2020-07-21 22:58:10 +00:00
Yuri Victorovich
d9612d0879 audio/midi-matrix-lv2: Update 0.24.0 -> 0.26.0 2020-07-21 22:53:17 +00:00
Piotr Kubaj
c4c69135fe audio/lenticular-lv2: fix build on GCC architectures
Use newer GCC:
cc1plus: error: unrecognized command line option "-Wno-unused-local-typedefs"

MFH:		2020Q3 (fix build blanket)
2020-07-21 08:41:14 +00:00
Piotr Kubaj
4d6904605d audio/bjumblr-lv2: fix build on GCC architectures
Require C++11 compiler because of -std=c++11.

Include climits in FileChooser.hpp because of INT64_MAX (GCC doesn't do that by default).

PR:		248134
Approved by:	portmgr (blanket: build fix)
MFH:		2020Q3 (blanket: build fix)
2020-07-21 08:34:43 +00:00
Piotr Kubaj
5aa8a59607 audio/bharvestr-lv2: fix build on GCC architectures
Require C++11 compiler because of -std=c++11.

Include climits in FileChooser.hpp because of INT64_MAX (GCC doesn't do that by default).

PR:		248134
Approved by:	portmgr (blanket: build fix)
MFH:		2020Q3 (blanket: build fix)
2020-07-21 08:23:08 +00:00
Yuri Victorovich
83796957fe audio/lv2lint: Update 0.6.0 -> 0.8.0
Reported by:	portscout
2020-07-21 01:39:35 +00:00
Yuri Victorovich
ee3166475a audio/jamulus: Update 3.5.8 -> 3.5.9
Reported by:	portscout
2020-07-21 01:24:02 +00:00
Yuri Victorovich
2c1aabf8b7 audio/zam-plugins-lv2: Update 3.12 -> 3.13
Reported by:	portscout
2020-07-20 16:16:34 +00:00
Baptiste Daroussin
9893033c5f update to 0.10.0 2020-07-20 16:05:08 +00:00
Yuri Victorovich
59322427dc audio/lsp-plugins-lv2: Update 1.1.22 -> 1.1.24
Reported by:	portscout
2020-07-20 15:51:12 +00:00
Mathieu Arnold
91f50b4829 Pod::Parser was removed from perl5 in 5.31.0.
Add a P5_POD_PARSER variable to use in dependencies for ports that need
it.

PR:		247826
2020-07-20 14:56:23 +00:00
Yuri Victorovich
f4f45158f7 audio/zrythm: Update 0.8.604 -> 0.8.694
Reported by:	portscout
2020-07-20 04:49:58 +00:00
Yuri Victorovich
3405565555 audio/muse-sequencer: Update 3.1.0 -> 3.1.1
Reported by:	portscout
2020-07-20 03:59:39 +00:00
Piotr Kubaj
f6a643b0da audio/audacity: fix build on non-x86
Disable MMX/SSE/SSE2 on non-x86.

Include cstring in allegro.h to make memcpy() available.

PR:		248076
Approved by:	xxjack12xx@gmail.com (maintainer)
MFH:		2020Q3 (build fix blanket)
2020-07-19 08:43:50 +00:00
Adriaan de Groot
30d7ae8b37 Fix up previous fix:
- with KF5 5.71, each application can have its own FindTaglib, or
  uses the one from kdelibs4support (I think). This is generally an
  "old-style" CMake module.
- with KF5 5.72, ECM delivers a modern CMake module which is found
  **first**, but is also incompatible with the old version of FindTaglib.

Adjust the patches so they work with KF5 5.71 (now in-tree) and 5.72
(upcoming). Not bumping PORTREVISION here because the packages could
not have built with the previous patches.

Note to self: do not assume useful backwards-compatibility in CMake
modules from different sources.

PR:		247907
2020-07-18 23:31:17 +00:00
Adriaan de Groot
2b6e864a2c Fix build in the face of updates elsewhere (taglib)
Taglib's CMake support has changed without mind for backwards
compatibility, so old users were using variables that are
now unset. Switch to modern CMake instead.

While here:
 - fix the WWW link, which led to a 500
 - GH account HessiJames renamed dfaust; you'll note the SHA256
   in the distinfo is not changed although the name of the file is.

PR:		247907
2020-07-18 20:46:34 +00:00
Thomas Zander
df01c82d5c Update to upstream snapshot as of 2020-07-02
Details:
- Allow connections to mpd via unix domain sockets

MFH:		2020Q3 (hat: ports-secteam)
2020-07-18 14:53:35 +00:00
Roman Bogorodskiy
d57639f2b9 audio/mpg123: update to 1.26.3 2020-07-17 14:28:15 +00:00
Tobias Kortkamp
b0f1d6430e lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10.  Drop the LLVM patches we
  no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
  Rust target instead of patching LLVM.
- Build LLVM with Ninja.  It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25658
2020-07-17 06:44:04 +00:00
Yuri Victorovich
fb5cad106d audio/x42-plugins-lv2: Update 20200411 -> 20200714
Reported by:	portscout
2020-07-16 04:35:13 +00:00
Yuri Victorovich
fb66dc83cd audio/gmsynth-lv2: Update 0.4.1 -> 0.5.0
Reported by:	portscout
2020-07-15 15:30:43 +00:00
Antoine Brodin
05e7068032 Unbreak bulk -a 2020-07-14 07:59:28 +00:00
Bernhard Froehlich
1c2fccd5a6 - Update to 0.9.6
- Fixed portlint warnings

Since the freedb service is dead asunder has switched the default
to gnudb.gnudb.org. You might need to manually fix your config or
rm ~/.config/asunder/asunder

Changelog: http://littlesvr.ca/asunder/releases/ChangeLog

PR:		247598
Approved by:	maintainer timeout
2020-07-13 18:16:00 +00:00
Thomas Zander
f9fbf83795 Update to upstream release 0.21.25
Details:
- Bug fixes, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.25/NEWS
- Includes memory leak in opus decoding, and
- fixes potential crashes when playing opus and vorbis

MFH:		2020Q3 (hat: ports-secteam)
2020-07-12 12:39:11 +00:00
Tobias Kortkamp
a167bf51dd audio/sndio: Update to 1.7.0 2020-07-12 09:30:28 +00:00
Christian Weisgerber
09f4feebf5 Explicitly link libvorbisfile with -lm.
The bundled libtool is broken and loses the -lm dependency_lib, but
it is also bad practice to rely on the dependencies of a dependency.

Submitted by:	tijl
2020-07-11 17:10:02 +00:00
Tobias C. Berner
1433736961 Update KDE's Application (release-service) to 20.04.3
Changelog:
	https://kde.org/announcements/changelog-releases.php?version=20.04.3
2020-07-09 21:04:41 +00:00
Fernando Apesteguía
d691c9d0e1 audio/darkice: Update to 1.4
ChangeLog: https://github.com/rafael2k/darkice/blob/master/darkice/trunk/ChangeLog

PR:	247274
Submitted by:	hempalex@gmail.com
2020-07-09 15:41:24 +00:00
Sunpoet Po-Chuan Hsieh
fd39b0f7eb Update to 2.19
Changes:	https://github.com/MusicPlayerDaemon/libmpdclient/blob/master/NEWS
2020-07-08 18:55:14 +00:00
Piotr Kubaj
c465c849a5 audio/adplay: fix build on GCC architectures
Use C++11 compiler:
/usr/local/lib/libadplug.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(char const*)@GLIBCXX_3.4.21'

MFH:		2020Q3 (fix build blanket)
2020-07-08 10:50:02 +00:00
Ganael LAPLANCHE
c51d816b6b Fix linking error
ld: error: undefined symbol: pow
2020-07-08 10:17:10 +00:00