1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

17751 Commits

Author SHA1 Message Date
Antoine Brodin
637b3d75f3 Deprecate a few ports 2019-09-15 17:28:08 +00:00
Tobias Kortkamp
7caef03e71 audio/pulseaudio-module-xrdp: Bump PORTREVISION after r512113 2019-09-15 16:47:31 +00:00
Tobias Kortkamp
37763a4115 audio/pulseaudio-module-sndio: Update to 13.0
Unbreak runtime after r512113
2019-09-15 16:44:20 +00:00
Jan Beich
961850ad43 audio/pulseaudio: don't look for libcheck if TESTS=off 2019-09-15 16:20:35 +00:00
Jan Beich
7450130c23 audio/pulseaudio: update to 13.0
- Connect tests to the framework

Changes:	https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/
ABI:		https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR:		240585
Submitted by:	lightside@gmx.com
2019-09-15 16:15:03 +00:00
Danilo Egea Gondolfo
40f0723e18 - Update to 1.2.13 2019-09-15 14:22:24 +00:00
Hans Petter Selasky
39b58b6fee Update qaudiosonar to v1.6.1.
Calibrated dB printout value.
Some minor GUI updates.

Approved by:    pi
2019-09-14 10:04:49 +00:00
Emanuel Haupt
7976e51881 Update to 0.2.3 2019-09-13 21:22:04 +00:00
Piotr Kubaj
c944c97865 audio/yoshimi: unbreak on armv*
Builds fine on arm.

Approved by:	mentors (implicit approval)
2019-09-13 11:44:28 +00:00
Jung-uk Kim
1e99c5988a Ignore "-march=foo" from CFLAGS when compiling a Linux binary.
I have "CPUTYPE?=znver1" in my /etc/make.conf and it broke build because
this port uses GCC 4.8.5 and it does not support recent processors.

Reviewed by:	tijl
2019-09-11 19:13:05 +00:00
Yuri Victorovich
a34dc1e693 audio/gsequencer: Update 2.2.38 -> 2.3.3
Reported by:	upstream
2019-09-11 05:01:12 +00:00
Tijl Coosemans
1d5c61dd9f Add USE_LINUX=base:build so the port depends on linux_base-c7>=7.6.1810_7.
A direct dependency on linux_base-c7 also helps tools like portmaster to
update linux_base-c7 first.
2019-09-10 08:42:18 +00:00
Tobias Kortkamp
05ae0455fc audio/yoshimi: Update to 1.6.0.1
Changes:	https://github.com/Yoshimi/yoshimi/blob/1.6.0.1/Changelog
2019-09-10 08:33:51 +00:00
Tijl Coosemans
43a2d74d7b - Make the port safe to build as root. [1]
Given an absolute /path Linux programs first try to access
/compat/linux/path before trying /path.  That means mkdir -p ${STAGEDIR}
will always create /compat/linux${STAGEDIR} when run as root and echo >
/dev/null will create /compat/linux/dev/null as a regular file.  Fix this
by running configure with FreeBSD /bin/sh and build/install using FreeBSD
gmake.  PATH is set to /compat/linux/usr/bin and MKDIR_P to /bin/mkdir -p
so all commands except mkdir are still Linux programs.

- Add USES=libtool:build because libtoolize is needed. [2]
- Add USES=pkgconfig.
- Remove -DFREEBSD_OSS_BUFSZ_P2 because it breaks some games. [3]
- Replace -nostdinc -isystem ... with --sysroot=${LINUXBASE}. [3]
- Include bsd.port.options.mk to get ARCH. [3]

PR:		240043
Reported by:	VVD <vvd@unislabs.com> [1]
Reported by:	Giacomo Olgeni <olgeni@olgeni.com> [2]
Reported by:	Alex S <iwtcex@gmail.com> [3]
2019-09-09 20:36:10 +00:00
Tijl Coosemans
77a7978c6a Rewrite the port so we build our own Linux package from the upstream
.src.rpm with patches derived from the audio/alsa-plugins port.  This
should improve sound output from Linux programs.

CFLAGS contains -nostdinc -isystem ... because gcc searches
/usr/local/include before /usr/include otherwise and picks up headers from
/usr/local/include/alsa instead of /compat/linux/usr/include/alsa.

PR:		240043
2019-09-08 20:47:57 +00:00
Tijl Coosemans
918ec41e1f Add Linux alsa-lib-devel port so we can build our own ALSA OSS plugin. 2019-09-08 20:32:18 +00:00
Emanuel Haupt
08f36cbae2 Update to 0.0.93.151 2019-09-07 21:19:01 +00:00
Adam Weinberger
3a194db7cd Return Mark Dixon's ports to the heap.
He put a ton of work into these, so our thanks to him for giving us
all that time and effort.

Submitted by:	Mark Dixon
2019-09-06 12:38:31 +00:00
Dmitry Marakasov
d5e46c1619 - Update WWW
Approved by:	portmgr blanket
2019-09-06 09:02:47 +00:00
Tobias C. Berner
6cfd7cf7ea KDE Applications: update to 19.08.1
September 05, 2019.
Today KDE released the first stability update for KDE Applications 19.08. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.

More than twenty recorded bugfixes include improvements to Kontact, Dolphin,
Kdenlive, Konsole, Step, among others.

Improvements include:
    * Several regressions in Konsole's tab handling have been fixed
    * Dolphin again starts correctly when in split-view mode
    * Deleting a soft body in the Step physics simulator no longer causes a crash

You can find the full list of changes here:
	https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.1
2019-09-05 18:20:14 +00:00
Emanuel Haupt
255b4ccab9 Update to 0.1.b168 2019-09-04 19:17:06 +00:00
Yuri Victorovich
5c91460cb2 audio/bsequencer-lv2: Update 0.3-17 -> 0.4
Reported by:	portscout
2019-09-04 09:07:28 +00:00
Jose Alonso Cardenas Marquez
aac0e82f7f - Add FFMPEG option
- Enable mad
- Bump PORTREVISION

Submitted by:	David Schlachter <david  _ at _schlachter.ca> (via email)
2019-09-04 01:22:51 +00:00
Sunpoet Po-Chuan Hsieh
eefe67ff83 Fix blocking state of connections
- Bump PORTREVISION for package change

PR:		240222
Submitted by:	acm
Obtained from:	0ac7ed9e84
		b807c1e255
2019-09-03 19:12:45 +00:00
Tobias C. Berner
01eb9ddad4 KDE Plasma Desktop -- update to 5.16.5
Tuesday, 3 September 2019. Today KDE releases a Bugfix update to KDE Plasma 5,
versioned 5.16.5. Plasma 5.16 was released in June with many feature
refinements and new modules to complete the desktop experience.

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

 *   [weather] [envcan] Add additional current condition icon mappings.
 *   [Notifications] Group only same origin and show it in heading.
 *   Volume Control: Fix speaker test not showing sinks/buttons.

Full changelog:
https://kde.org/announcements/plasma-5.16.4-5.16.5-changelog.php
2019-09-03 18:56:24 +00:00
Tijl Coosemans
74d2da1414 Add i386 library from Harbottle wine32 repository. This is needed by some
32-bit only Linux games.

PR:		240054
2019-09-03 09:20:09 +00:00
Yuri Victorovich
880a61ebb8 audio/polyphone: Update 2.0.1.20190716 -> 2.1.0 2019-09-03 04:33:18 +00:00
Christian Weisgerber
3fd2d6de8b Update to 1.3.4. Minor changes only. 2019-09-01 18:05:13 +00:00
Tobias Kortkamp
aecb2959ab audio/faudio: Update to 19.09
Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.09
2019-09-01 13:50:09 +00:00
Tobias Kortkamp
07922727e0 audio/yoshimi: Chase 1.6.0 retag
It now includes the FreeBSD build fix.
2019-09-01 12:48:03 +00:00
Tobias Kortkamp
a4d7f6d044 audio/yoshimi: Update to 1.6.0
Changes:	https://github.com/Yoshimi/yoshimi/blob/1.6.0/doc/Yoshimi_1.6.0_features.txt
2019-09-01 12:14:03 +00:00
Emanuel Haupt
b71f8ed385 Update to 2.3d.r191 2019-08-31 20:05:56 +00:00
Emanuel Haupt
4e013d434a Update to 0.2.2 2019-08-31 20:03:58 +00:00
Dmitry Marakasov
8d7b4282dd - Update WWW
Approved by:	portmgr blanket
2019-08-31 09:02:44 +00:00
Emanuel Haupt
a40dc13e36 Update to 3.3.2 2019-08-29 18:00:30 +00:00
Emanuel Haupt
5df48daa57 Update to 0.4.6 2019-08-29 17:34:10 +00:00
Emanuel Haupt
18108c1356 Update to 0.1.b167 2019-08-29 16:25:37 +00:00
Emanuel Haupt
b03b3e63e0 Update to 20190805 2019-08-29 14:59:33 +00:00
Christian Weisgerber
333dee898c Use proper autoconf test for getauxval() and elf_aux_info().
Based on work by Jeremie Courreges-Anglas for OpenBSD.

PR:		239870
2019-08-28 20:21:44 +00:00
Piotr Kubaj
764dacfa5b audio/flac: fix build on powerpc64
FreeBSD doesn't support getauxval(), it has elf_aux_info() instead. Use this to fix build on powerpc64.
Disable VSX to not use VSX-related functions.

PR:		239870
Approved by:	linimon (mentor), naddy (maintainer)
Differential Revision:	https://reviews.freebsd.org/D21284
2019-08-28 19:26:56 +00:00
Thomas Zander
387a6f5a8c Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent ports
PR:		212785
2019-08-27 12:12:02 +00:00
Tijl Coosemans
94b28aceb9 Fix Linux ALSA OSS plugin by removing a configuration file. The
configuration from FreeBSD /usr/local/etc/asound.conf should be used.

PR:		240043
Reported by:	Hannes Hauswedell <h2+fbsdports@fsfe.org>
2019-08-25 20:02:09 +00:00
Tijl Coosemans
0947ed8998 Add dependency on systemd-libs, needed by libpulsecommon-10.0.so.
PR:		240043
2019-08-25 16:55:07 +00:00
Roman Bogorodskiy
b7bd4e2842 audio/mpg123: update to 1.25.12 2019-08-25 04:46:05 +00:00
Thomas Zander
1de9a8136f Update to upstream version 0.21.14
Details:
- Bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.14/NEWS
- Includes a fix for rare crash after song change

MFH:		2019Q3 (hat: ports-secteam)
2019-08-24 17:20:12 +00:00
Tobias C. Berner
9216958c00 audio/noson-app: update to 3.13.1 2019-08-20 20:22:59 +00:00
Thomas Zander
3a8904a687 Update to upstream version 2.0.6
Details:
- Bug fixes, see changelog:
  https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.6

MFH:		2019Q3 (hat: ports-secteam)
2019-08-20 15:37:57 +00:00
Rodrigo Osorio
07c94d76ce New port audio/fossmixer: Graphical mixer application for OSS
FOSS Mixer is a graphical mixer application for FreeBSD to control OSS
audio backend. Mixer can be use to control audio levels, set recording
source, and it includes white noise generator for testing the audio
output. It is pretty much what mixer(1) does. FOSS Mixer does not need
third party user interface library, it runs on plain X11/OpenGL.

PR:		239929
Submitted by:	manwe@suomi24.fi
2019-08-20 12:33:44 +00:00
Koichiro Iwao
b8c8344a38 audio/grip: Update to 3.10.2
* Sync updated french translation from Translation Project

PR:		239941
Submitted by:	maintainer
Relnotes:	68c5bfa1ff/#diff-1
2019-08-20 04:55:25 +00:00
Jan Beich
befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00