Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17.0_1 21 Dec 2024 09:22:45 |
Gleb Popov (arrowd) |
audio/pulseaudio: Fix WWW
PR: 283386 |
17.0_1 12 Dec 2024 21:03:56 |
Jan Beich (jbeich) |
audio/pulseaudio: rebuild after f735bc3d93c4 to unbreak system-wide
PR: 273605 |
17.0 23 Nov 2024 09:53:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Fix plist after update
Reported by: jbeich
Fixes: 97a51ea4913c395b5394950baede9376cd3d46fb |
17.0 23 Nov 2024 08:29:39 |
Gleb Popov (arrowd) Author: Alexander Shursha |
audio/pulseaudio: Update to 17.0
Sponsored by: Future Crew, LLC
Pull Request: https://github.com/freebsd/freebsd-ports/pull/329 |
16.1_4 04 Apr 2024 08:10:58 |
Baptiste Daroussin (bapt) |
audio/pulseaudio: fix closefrom patch
I pushed the wrong patch the first time
Pointy hat: bapt |
16.1_4 04 Apr 2024 06:51:37 |
Baptiste Daroussin (bapt) |
audio/pulseaudio: speed up startup
Instead of looping over all possible filedescriptors to close them,
Use closefrom() where possible |
16.1_3 03 Apr 2024 09:28:55 |
Baptiste Daroussin (bapt) |
audio/pulseaudio: fix thread naming
This helps debuggin, at least procstat -kk shows the name of the threads
now. |
16.1_2 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
16.1_1 09 Oct 2023 07:40:29 |
Robert Clausecker (fuz) |
audio/pulseaudio: fix build on armv7
The inline assembly template modifier h is not supported by clang. With
gcc, it prints a 128 bit NEON register as a pair of halves. Emulate its
effect through the e and f modifiers, which are supported by both.
Approved by: portmgr (build fix blanket)
MFH: 2023Q4 |
16.1_1 06 Oct 2023 17:48:54 |
Dimitry Andric (dim) |
audio/pulseaudio: fix build with lld 17
Building audio/pulseaudio with lld 17 results in the following link
errors:
cc -o src/pulse/libpulse.so.0.24.2
src/pulse/libpulse.so.0.24.2.p/channelmap.c.o
src/pulse/libpulse.so.0.24.2.p/context.c.o
src/pulse/libpulse.so.0.24.2.p/direction.c.o
src/pulse/libpulse.so.0.24.2.p/error.c.o
src/pulse/libpulse.so.0.24.2.p/ext-device-manager.c.o
src/pulse/libpulse.so.0.24.2.p/ext-device-restore.c.o
src/pulse/libpulse.so.0.24.2.p/ext-stream-restore.c.o
src/pulse/libpulse.so.0.24.2.p/format.c.o
src/pulse/libpulse.so.0.24.2.p/introspect.c.o
src/pulse/libpulse.so.0.24.2.p/mainloop-api.c.o
src/pulse/libpulse.so.0.24.2.p/mainloop-signal.c.o
src/pulse/libpulse.so.0.24.2.p/mainloop.c.o
src/pulse/libpulse.so.0.24.2.p/operation.c.o
src/pulse/libpulse.so.0.24.2.p/proplist.c.o
src/pulse/libpulse.so.0.24.2.p/rtclock.c.o
src/pulse/libpulse.so.0.24.2.p/sample.c.o
src/pulse/libpulse.so.0.24.2.p/scache.c.o
src/pulse/libpulse.so.0.24.2.p/stream.c.o
src/pulse/libpulse.so.0.24.2.p/subscribe.c.o
src/pulse/libpulse.so.0.24.2.p/thread-mainloop.c.o
src/pulse/libpulse.so.0.24.2.p/timeval.c.o
src/pulse/libpulse.so.0.24.2.p/utf8.c.o src/pulse/libpulse.so.0.24.2.p/util.c.o
src/pulse/libpulse.so.0.24.2.p/volume.c.o
src/pulse/libpulse.so.0.24.2.p/xmalloc.c.o -L/usr/local/lib -Wl,--as-needed
-Wl,--allow-shlib-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group
-Wl,-soname,libpulse.so.0 -fstack-protector-strong -O2 -pipe
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing
-DLIBICONV_PLUG -isystem /usr/local/include
'-Wl,-rpath,$ORIGIN/..:/usr/local/lib'
-Wl,-rpath-link,/wrkdirs/share/dim/ports/audio/pulseaudio/work/pulseaudio-16.1/_build/src
-Wl,-rpath-link,/usr/local/lib src/libpulsecommon-16.1.so -Wl,-z,nodelete
-Wl,-version-script=/wrkdirs/share/dim/ports/audio/pulseaudio/work/pulseaudio-16.1/src/pulse/map-file
-lm -pthread /usr/local/lib/libdbus-1.so -ldl -lintl -Wl,--end-group
ld: error: version script assignment of 'PULSE_0' to symbol
'pa_glib_mainloop_free' failed: symbol not defined
ld: error: version script assignment of 'PULSE_0' to symbol
'pa_glib_mainloop_get_api' failed: symbol not defined
ld: error: version script assignment of 'PULSE_0' to symbol
'pa_glib_mainloop_new' failed: symbol not defined
ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_drain'
failed: symbol not defined
ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_flush'
failed: symbol not defined
ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_free'
failed: symbol not defined
ld: error: version script assignment of 'PULSE_0' to symbol
'pa_simple_get_latency' failed: symbol not defined
ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_new'
failed: symbol not defined
ld: error: version script assignment of 'PULSE_0' to symbol 'pa_simple_read'
failed: symbol not defined (Only the first 15 lines of the commit message are shown above ) |
16.1_1 14 Aug 2023 06:04:50 |
Tobias C. Berner (tcberner) |
audio/pulseaudio: fix typo in SPEEX option handling
b1ecad53b0b32916e5db596b26334db8015e4299 introduced a small typo:
MESONP_ENABLED vs MESON_ENABLED.
This lead to the speex-option not being able to turned off.
Reported by: mord0d@firemail.cc
PR: 273100 |
16.1_1 09 Aug 2023 07:21:25 |
Gleb Popov (arrowd) |
audio/pulseaudio: Remove bogus patch to fix a crash. My bad.
Sponsored by: Serenity Cybersecurity, LLC |
16.1 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
14.2_5 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
14.2_4 10 Dec 2022 20:36:16 |
Jan Beich (jbeich) Author: Dimitry Andric |
audio/pulseaudio: unbreak build with clang 15
checking whether C compiler accepts -std=gnu11... no
configure: error: *** Compiler does not support -std=gnu11
[...]
configure:9379: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-isystem /usr/local/include -fno-strict-aliasing -pedantic -Werror -std=gnu11
-DLIBICONV_PLUG -isystem /usr/local/include conftest.c >&5
conftest.c:33:6: error: a function declaration without a prototype is deprecated
in all versions of C [-Werror,-Wstrict-prototypes]
main ()
^
void
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/1afd23363018
https://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=1717921aa6c1
PR: 268250
Reported by: antoine (via bug 265425 exp-run) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
14.2_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
14.2_4 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
14.2_4 08 Jun 2022 19:07:00 |
Dima Panov (fluffy) |
audio/pulseaudio: fix packaging after gconf removal (+)
This is a followup to commit 7d3882764702d0564a803871083104c904b52417
Pointy hat to: bapt |
14.2_4 08 Jun 2022 14:06:22 |
Baptiste Daroussin (bapt) |
audio/pulseaudio: remove gconf option |
14.2_4 25 May 2022 08:58:56 |
Hans Petter Selasky (hselasky) |
audio/pulseaudio: Fix for detachable USB audio devices.
Make sure the pulseaudio OSS module does not keep the mixer device opened
forever. Instead open and close the mixer device for every access. Also
fix some bad code mixing get- and set- volume while at it.
Reported by: several
PR: 194727
Approved by: pi (implicit) |
14.2_3 15 Sep 2021 15:43:25 |
Adriaan de Groot (adridg) |
audio/pulseaudio: parse /dev/sndstat correctly to get device name
This provides nice human-readable strings for devices in PA-
aware applications (e.g. Firefox shows something nicer than "pcm0").
This bumps PORTREVISION again, even though there's a sequence
of PA updates and fixes (which could conceivably be mashed into
a single PORTREVISION increase).
PR: 245156
Provided by: Henry Hu (original patches)
Provided by: lightside (v3 patches) |
14.2_2 15 Sep 2021 15:43:24 |
Adriaan de Groot (adridg) |
audio/pulseaudio: fix build on ARMv6 in QEMU
Switches to using GNU m4 (gm4) for processing PA configuration
files; regular m4 behaves oddly in some build situations.
PR: 208535
Submitted by: swills |
14.2_1 02 Aug 2021 16:03:15 |
Yuri Victorovich (yuri) |
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) |
14.2 04 Jun 2021 20:01:38 |
Gleb Popov (arrowd) Author: Evgeniy Khramtsov |
audio/pulseaudio: Add X11 option.
PR: 255093
Tested by: arrowd |
14.2 13 Apr 2021 15:55:20 |
Kevin Bowling (kbowling) |
audio/pulseaudio: fix build with ALSA option
PR: 252957
Reported by: rhurlin, fluffy
Tested by: david@catwhisker.org
Fixes: 6dd01d1520ee audio/pulseaudio: update the port to 14.2 |
14.2 12 Apr 2021 23:09:54 |
Kevin Bowling (kbowling) |
audio/pulseaudio: update the port to 14.2
PR: 252957
Reported by: Matthias Apitz <guru@unixarea.de>
Reviewed by: daniel.engberg.lists@pyret.net
Approved by: tcberner (previous version)
Obtained from: https://github.com/freebsd/freebsd-ports-kde/tree/pulseaudio-14 |
13.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
13.0_2 10 Dec 2020 02:42:19 |
jbeich |
audio/webrtc-audio-processing: update to 1.0
Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v0.3.1...v1.0
Reported by: Repology |
13.0 10 Sep 2020 18:55:41 |
tcberner |
Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362 |
13.0 04 Nov 2019 20:39:52 |
zeising |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'. |
13.0 15 Sep 2019 16:20:35 |
jbeich |
audio/pulseaudio: don't look for libcheck if TESTS=off |
13.0 15 Sep 2019 16:15:03 |
jbeich |
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 |
12.2_6 26 Jul 2019 20:46:57 |
gerald |
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 |
12.2_5 20 Jul 2019 08:18:44 |
tobik |
audio/pulseaudio: Convert pkg-message to UCL
Only show it on initial install. |
12.2_5 29 May 2019 14:14:15 |
danfe |
For ports under categories a* and b*: remove some excessive linefeeds. |
12.2_5 01 May 2019 19:35:15 |
rene |
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* |
12.2_4 08 Apr 2019 17:31:19 |
tobik |
audio/pulseaudio: Always install shell completions per Porter's Handbook
PR: 235925
Submitted by: romain
Approved by: gnome (maintainer timeout, a month) |
12.2_3 08 Apr 2019 17:25:02 |
tobik |
audio/pulseaudio: Fix gsettings schema installation
Schema should be installed with GLIB_SCHEMAS, otherwise
glib-compile-schemas does not get called and the installed schema
is non-functional.
PR: 235926
Submitted by: romain
Approved by: gnome (maintainer timeout, a month) |
12.2_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
12.2_1 11 Nov 2018 15:38:51 |
danfe |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
12.2 09 Nov 2018 15:32:15 |
swills |
audio/pulseaudio: Update to 12.2
PR: 229192
Submitted by: lightside <lightside@gmx.com> |
11.1_2 12 Oct 2018 19:00:25 |
jbeich |
audio/pulseaudio: track webrtc-aec upstream default
$ pkg install webrtc-audio-processing
$ make
$ make check-plist
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/pulse-%%PULSE_VERSION%%/modules/libwebrtc-util.so
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
$ make stage-qa
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/pulse-11.1/modules/libwebrtc-util.so is linked to
/usr/local/lib/libwebrtc_audio_processing.so.1 from
audio/webrtc-audio-processing but it is not declared as a dependency
Warning: you need
LIB_DEPENDS+=libwebrtc_audio_processing.so:audio/webrtc-audio-processing |
11.1_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
11.1 14 Apr 2018 02:05:26 |
jbeich |
audio/pulseaudio: update to 11.1
Changes: https://github.com/pulseaudio/pulseaudio/compare/v11.0...v11.1
ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR: 223506
Submitted by: lightside <lightside@gmx.com>
Approved by: maintainer timeout (5 months)
MFH: 2018Q2 (regression fixes) |
11.0_1 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
11.0_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
11.0 06 Sep 2017 17:46:55 |
jbeich |
audio/pulseaudio: update to 11.0
- Drop --disable-xen following upstream change in 10.0
Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/
ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR: 222093
Submitted by: lightside <lightside@gmx.com>
MFH: 2017Q3 |
10.0_4 05 Aug 2017 10:58:48 |
kwm |
Update consolekit to 1.2.0.
* Rename consolekit to consolekit2 to reflect that consolekit2 is a new
project, even if it the continuation of the old consolekit project.
* Expand pkg-descr with some background info.
* Add license
* ConsoleKit2 has been ported to GDbus, so dbus-glib is not anymore required
* Add GObject introspection support for desktops environment such Pantheon or
Deepin.
* Thanks to Jesper Schmitz Mouridsen, Ben Woods and Olivier Duchateau for
assisting with there versions of the port, suggesting changes and testing.
PR: 202269 |
10.0_3 04 May 2017 12:08:13 |
tijl |
r431187 moved machine-id to the upstream default location. Remove patching
of the path in audio/pulseaudio and devel/glib20.
PR: 218983, 218984 |
10.0_2 22 Apr 2017 08:28:19 |
miwi |
- Fix shebangs |
10.0_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
10.0 19 Jan 2017 18:15:52 |
jbeich |
audio/pulseaudio: update to 10.0
Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/10.0/
ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR: 216255
Submitted by: lightside <lightside@gmx.com>
MFH: 2017Q1 |
9.0_3 19 Dec 2016 01:08:21 |
jbeich |
multimedia/ffmpeg: expose SOXR dependency |
9.0_3 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
9.0_2 09 Nov 2016 22:06:42 |
jbeich |
audio/pulseaudio: simplify hw.snd.default_unit search
PR: 211684
Submitted by: lightside <lightside@gmx.com>
MFH: 2016Q4 (r425809 bandwagon) |
9.0_1 09 Nov 2016 21:54:29 |
jbeich |
audio/pulseaudio: respect hw.snd.default_unit
PR: 211684
Submitted by: lightside <lightside@gmx.com>
Reviewed by: Tobias Kortkamp <t@tobik.me>
Approved by: maintainer timeout (3 months)
MFH: 2016Q4 (notorious for affecting www/firefox) |
9.0 25 Oct 2016 12:53:23 |
jbeich |
audio/pulseaudio: update to 9.0
- Add xcb to USE_XORG, required by bin/pacat
- Add iconv to USES, required by bin/pacat
- Add ssl to USES and correct OPENSSL_CFLAGS and OPENSSL_LIBS
- Replace --disable-systemd with correct --disable-systemd-* configure arguments
- Move ALSA and JACK to AUDIO options group
- Move BASH and ZSH to COMPLETIONS options group
- Add DATABASE single option to be able to select supported database
- Add SIMPLE (database support) to default options
- Silence mkdir
- Replace files/patch-src_daemon_default.pa.in with sed patch
- Adapt pkg-plist
Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/
ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR: 210548
Submitted by: lightside@gmx.com
Approved by: maintainer timeout (4 months) |
8.0 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
8.0 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
8.0 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
8.0 14 Feb 2016 18:57:54 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006 |
6.0_2 19 Oct 2015 14:50:52 |
amdmi3 |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
6.0_2 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
6.0_2 08 Aug 2015 08:42:12 |
novel |
Disable xen option by adding '--disable-xen' to CONFIGURE_ARGS. Xen extension
is currently broken on FreeBSD and pusleaudio tries to build it when it finds
Xen libraries on the host, so build fails in this case.
PR: 202170
Approved by: kwm |
6.0_2 14 Jun 2015 02:54:50 |
kwm |
Replace LOCALBASE with PREFIX, since this is where we install it.
Submitted by: jbeich@ |
6.0_2 13 Jun 2015 21:32:14 |
kwm |
* Fix segfault on HEAD part 2.
* Make sure that linux/kFreeBSD code isn't run on FreeBSD itself.
* Pass the correct value back via the argument of the calling function. [1]
* Fix white space to match the rest of the file, so upstream can't complain
about that.
* Drop freedesktop-sound-theme it isn't used by default. Add line to
pkg-message to mention that it needs to be installed if enabled in
default.pa.
* Don't use ETCDIR in pkg-message.in, it gets expanded to
${LOCALBASE}/etc/pulseaudio which isn't correct since pulseaudio uses
etc/pulse/
[1] I have no idea what I did to break this in the first version, while
it worked at the time localy. |
6.0_1 31 May 2015 16:12:18 |
kwm |
Fix a segfault by using some FreeBSD sysctl to get the info needed.
This can happen when /proc isn't mounted.
While here, teach where the dbus machine-id file lives.
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL
needed).
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder
email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or
description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M pulseaudio/Makefile
AM pulseaudio/files/patch-src_pulse_util.c |
6.0 16 Apr 2015 07:46:17 |
kwm |
The _DISABLE used by the zsh option doesn't exist, change it to _OFF [1]
Fix plist when the ALSA option is enabled. [2]
Submitted by: jbeich@ [1], Barbara Guida <barbara.freebsd@gmail.com> [2] |
6.0 15 Apr 2015 21:41:26 |
kwm |
Update pulseaudio to 6.0 [1].
* Correct some paths in the default config file (default.pa). [1]
* Add run depend freedesktop-sound-theme since pulse tries to run these files.
* Add a small patch to allow 24bit audio formats, it not clear why this is
disabled by default. [2]
* Add pkg-message with instructions how to set input/output channel.
* The kde start script was merged into the normal x11 start script.
PR: 198567 [1], [2]
Submitted by: olivierd@ [1], romain@ [2] |
5.0_3 13 Apr 2015 18:17:02 |
amdmi3 |
- Add LICENSE
- Add CPE info
Approved by: kwm |
5.0_3 25 Mar 2015 21:37:40 |
marino |
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
5.0_3 24 Jan 2015 19:27:28 |
antoine |
Fix some _DEPENDS |
5.0_2 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
5.0_1 19 Nov 2014 11:49:06 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above ) |
0.9.23_3 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
0.9.23_3 01 Sep 2014 21:24:52 |
tijl |
Convert to USES=libtool and add INSTALL_TARGET=install-strip
Obtained from: gnome-dev |
0.9.23_2 04 Aug 2014 23:04:16 |
bapt |
USES=execinfo |
0.9.23_2 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.9.23_2 31 Mar 2014 18:59:35 |
kwm |
Stagify. |
0.9.23_2 11 Dec 2013 14:40:49 |
bapt |
Fix typo |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
0.9.23_2 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.9.23_2 30 Aug 2013 22:31:38 |
bapt |
Add an explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake |
0.9.23_2 05 Jun 2013 08:59:14 |
bapt |
Convert to new option framework
Approve by: gnome (kwm)
Obtained from: gnome dev repo |
0.9.23_2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.9.23_2 22 Apr 2013 15:11:27 |
kwm |
Fix the build on 10-i386
Reported by: miwi |
0.9.23_2 09 Mar 2013 23:06:17 |
kwm |
Make pulseaudio compile on the arm platform.
PR: ports/176794
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> |
0.9.23_2 16 Aug 2012 17:26:54 |
kwm |
Implict depend on libsndfile, since libsndfile was made a optional depend in
the libsamplerate port..
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
John Hein <gnome-jfbml@snkmail.com> |
0.9.23_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.9.23 20 May 2012 16:22:20 |
mezz |
Fix the build with clang.
PR: ports/167957
Submitted by: Alan Hicks <ahicks@p-o.co.uk> |
0.9.23 15 Jan 2012 12:48:12 |
garga |
Adjust necesary ports to build with xcb-util 0.3.8
audio/pulseaudio is being updated to 0.9.23
x11/startup-notification is being updated to 0.12
Both was approved by kwm@
x11-wm/awesome is being updated to 3.4.11
Exp-run by: pav@ |
0.9.22_2 03 Nov 2011 12:25:26 |
kwm |
Update MASTER_SITE
Don't pickup linux/input.h, this should fix plist failure because the evdev
modules is build (which is useless for us). [2]
Disable alsa support..
Remove FreeBSD 6.x patch.
Disable mmap support on FreeBSD versions that don't have support for it. [1]
PR: ports/161567 [2]
Submitted by: avg@ [1]
Reported by: Takefu <takefu@airport.fm> [2] |
0.9.22_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.9.22_1 12 Sep 2011 23:17:33 |
gabor |
- Track dependencies after databases/gdbm update |
0.9.22 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.9.22 12 Mar 2011 15:09:51 |
swills |
Disable Capabilities globally since it is broken
PR: ports/155235
Submitted by: Scot Hetzel <swhetzel at gmail.com>
Approved by: kwm (multimedia@) |
0.9.22 28 Feb 2011 14:45:34 |
kwm |
Fix the build with clang. |
0.9.22 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.9.22 27 Nov 2010 21:35:03 |
marcus |
Update to 0.9.22. |