Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.12 17 Oct 2024 22:32:14 |
Vladimir Druzenko (vvd) |
audio/alsa-plugins: Fix build with JACK option: use of undeclared identifier
'program_invocation_short_name'
pcm_jack.c:606:23: error: use of undeclared identifier
'program_invocation_short_name'
606 | const char *pname = program_invocation_short_name;
| ^
1 error generated.
Upstream broke build on FreeBSD in commit:
https://github.com/alsa-project/alsa-plugins/commit/13a645e55a740dfa43bb3518da3f580c90be7eac
Pool request:
https://github.com/alsa-project/alsa-plugins/pull/48
PR: 280144
Reported by: Peter Much <pmc@citylink.dinoex.sub.org>
Tested by: Peter Much <pmc@citylink.dinoex.sub.org>
Fixes: 1a782b315786 (update 1.2.7.1 → 1.2.12)
MFH: 2024Q4 |
1.2.12 26 Jul 2024 12:21:43 |
Vladimir Druzenko (vvd) |
audio/alsa-plugins: return maintainer to ports@
PR: 280144
Reported by: diizzy (via email)
Fixes: 1a782b315786 (update 1.2.7.1 → 1.2.12) |
1.2.12 25 Jul 2024 18:50:52 |
Vladimir Druzenko (vvd) |
audio/alsa-plugins: update 1.2.7.1 → 1.2.12
Also:
* refresh patches;
* change maintainer from ports@ to rodrigo@ - maintainer other alsa
ports: audio/alsa-lib audio/alsa-utils (if he is against changing the
maintainer, then I will return the old value ports@).
PR: 280144
Approved by: rodrigo (maintainer, timeout > 2 weeks) |
1.2.7.1_3 21 Feb 2024 14:27:20 |
Jan Beich (jbeich) |
audio/alsa-plugins: disable PULSEAUDIO by default after 44c14328c08e
- Reduce heavy dependencies for consumers e.g., wine, pipewire, qt?-webengine
- "pulse" plugin was partially broken until 51317515580f
- All plugins with extra dependencies (like "pulse") to be subpackaged later
PR: 245321 |
1.2.7.1_2 21 Feb 2024 14:27:19 |
Jan Beich (jbeich) |
audio/alsa-plugins: temporarily drop subpackages
https://github.com/freebsd/poudriere/issues/1113
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276845
Requested by: makc (kde), bdrewery (pkgmgr)
Suggested by: pizzamig (portmgr)
This reverts commit 06dbf1df62a4f54da4cadecbbc0be5f33902eb1c. |
1.2.7.1_3 02 Feb 2024 13:44:56 |
Jan Beich (jbeich) |
audio/alsa-plugins: convert options to subpackages
Reduce heavy dependencies for consumers e.g.,
- chromium -> pipewire -> alsa-plugins -> pulseaudio
- wine -> alsa-plugins -> pulseaudio
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D43667 |
1.2.7.1_2 02 Feb 2024 13:44:55 |
Jan Beich (jbeich) |
audio/alsa-plugins: install vendor OSS config after 44c14328c08e
Allows overriding /dev/dsp without adjusting config e.g.,
$ aplay -D oss:/dev/dsp4 foo.wav
PR: 245321
See also: https://github.com/alsa-project/alsa-plugins/commit/6e40eb5fd346 |
1.2.7.1_1 02 Feb 2024 13:44:33 |
Jan Beich (jbeich) |
audio/alsa-plugins: unbreak PULSEAUDIO=on config after 44c14328c08e
For some reason, /usr/local/share/alsa/alsa.conf.d is no longer searched.
$ sed -i '' '/pulse/s/# //' /usr/local/etc/asound.conf
$ daemon -f pulseaudio
$ aplay foo.wav
ALSA lib pcm.c:2675:(snd_pcm_open_noupdate) Unknown PCM pcm.pulse
aplay: main:839: audio open error: No such file or directory
PR: 245321 |
1.2.7.1 31 Jan 2024 17:03:23 |
Jan Beich (jbeich) |
audio/alsa-plugins: make JACK independent from SAMPLERATE
Dates back to 4070922aacfb but the submitted patches unconditionally
passed --disable-samplerate, so SAMPLERATE option was added by fluffy@.
According to v1.0.23 vendor sources there was no such dependency.
Drop as JACK=on SAMPLERATE=off builds fine, and neither 50-jack.conf
nor alsa-lib/files/asound.conf.sample use samplerate. |
1.2.7.1 30 Jan 2024 17:01:42 |
Jan Beich (jbeich) |
audio/alsa-plugins: drop unused SPEEX=on dependency
====> Running Q/A tests (stage-qa)
Warning: you might not need LIB_DEPENDS on libspeex.so |
1.2.7.1 30 Jan 2024 17:01:41 |
Jan Beich (jbeich) |
audio/alsa-plugins: track more SPEEX=on files |
1.2.7.1 30 Jan 2024 16:50:58 |
Jan Beich (jbeich) Author: Florian Walpen |
audio/alsa-plugins: unbreak JACK=on build after 6cd91556d4b8
pcm_jack.c:606:23: error: use of undeclared identifier
'program_invocation_short_name'
const char *pname = program_invocation_short_name;
^
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: etc/alsa/conf.d/50-jack.conf
Error: Orphaned: share/alsa/alsa.conf.d/50-jack.conf
PR: 274792 |
1.2.7.1 22 Oct 2023 15:07:39 |
Rodrigo Osorio (rodrigo) |
audio/alsa-plugins: Update to version 1.2.7.1
Full changelog: https://github.com/alsa-project/alsa-plugins/tags
PR: 262089 |
1.2.2_13 23 Sep 2023 17:14:53 |
Jan Beich (jbeich) |
audio/alsa-plugins: remove debug options to prevent footshooting
- BLKCNT_P2 and VERBOSE exposed compile knobs from
https://people.freebsd.org/~ariff/libasound/20090928_00-alsa-plugins-1.0.21.diff
- BUFSZ_P2 worked around crashes and high CPU usage in Firefox until
native OSS support phased out ALSA
- hselasky@ fixed many ALSA issues over the years
- users can still adjust compile knobs via make.conf(5) or Makefile.local
PR: 274047 |
1.2.2_12 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 |
1.2.2_11 07 Jul 2023 21:33:14 |
Jan Beich (jbeich) |
audio/alsa-plugins: unbreak FFMPEG=on after 685e477b807c
checking for LIBAV... no
checking for avcodec_open in -lavcodec... no
[...]
configure:13617: checking for LIBAV
configure:13624: $PKG_CONFIG --exists --print-errors "libavcodec libavutil
libavresample"
Package libavresample was not found in the pkg-config search path.
Perhaps you should add the directory containing `libavresample.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libavresample', required by 'virtual:world', not found
configure:13627: $? = 1
[...]
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist (Only the first 15 lines of the commit message are shown above ) |
1.2.2_10 07 Jul 2023 21:32:45 |
Jan Beich (jbeich) |
audio/alsa-plugins: revert ffmpeg workaround
Not a leaf consumer. Depending on ffmpeg4 can cause bustage or crashes
in ffmpeg consumers.
PR: 271641 272337
This reverts commit ca82785515c8ecfa4bab73b7539a688c343f327e. |
1.2.2_10 30 May 2023 06:08:05 |
Fernando ApesteguÃa (fernape) Author: Martin Neubauer |
audio/alsa-plugins: fix build with FFMPEG option enabled
After the update to ffmpeg 6 the configure script failed to recognise the
components needed, causing packaging errors later on. Changing the dependency to
the new ffmpeg4 port fixes this.
PR: 271641
Reported by: m.ne@gmx.net |
1.2.2_9 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
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) |
1.2.2_8 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 ) |
1.2.2_8 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 ) |
1.2.2_8 18 Feb 2022 10:13:16 |
Alexey Dokuchaev (danfe) |
audio/alsa-plugins: remove OSS-specific BUFSZ_P2 option from global list
Otherwise it would be listed twice on the option selection dialog screen.
PR: 262028 |
1.2.2_8 16 Feb 2022 21:02:16 |
Matthias Andree (mandree) |
audio/alsa-plugins: Fix SPEEX option, and symlinks.
Fixes these errors:
Error: /usr/local/lib/alsa-lib/libasound_module_pcm_speex.so is linked
to /usr/local/lib/libspeexdsp.so.1 from audio/speexdsp but it is not
declared as a dependency
Error: Orphaned: etc/alsa/conf.d/60-speex.conf
Error: Orphaned: share/alsa/alsa.conf.d/60-speex.conf
Also makes symlinks from etc/alsa/conf.d to share/alsa/alsa.conf.d/
relative to fix stage-qa warnings. |
1.2.2_7 08 Feb 2022 09:15:40 |
Hans Petter Selasky (hselasky) |
audio/alsa-plugins: Fix more oss_pointer() calculation bugs.
Correctly set the water level based on min_avail to avoid infinite
polling loops.
Applications tested: chrome, musescore, aplay and arecord .
PR: 261767
Approved by: pi (implicit) |
1.2.2_6 30 Jan 2022 14:54:47 |
Hans Petter Selasky (hselasky) |
audio/alsa-plugins: Fix two bugs in ALSA OSS backend.
When computing the oss_pointer() return value, use the application
pointer value as reference, so that ALSA audio applications at any
time don't read/write more audio data than is possible. Following the
cyclic DMA pointer is not a good idea, because it doesn't account for
under- or overruns and this quickly leads to a situation where some
applications may want to write more data, ending in infinite loops.
The SNDCTL_DSP_GET space ioctls operate on buffer fragments. Any
size less than bi.fragsize is reported as zero bytes. Don't set the
water level less than bi.fragsize, because it leads to infinite
polling the way ALSA PCM is working.
Approved by: pi (implicit) |
1.2.2_5 29 Jan 2022 17:56:52 |
Hans Petter Selasky (hselasky) |
audio/alsa-plugins: Try to cleanup ALSA-OSS backend patch.
Approved by: pi (implicit) |
1.2.2_4 29 Jan 2022 17:56:52 |
Hans Petter Selasky (hselasky) |
audio/alsa-plugins: Merge ALSA-OSS patches to simplify future patching.
Approved by: pi (implicit) |
1.2.2_4 30 Dec 2021 22:34:55 |
Rodrigo Osorio (rodrigo) |
audio/alsa-plugins: Add USE_LDCONFIG
Add USE_LDCONFIG to made shared libs installed
by this port usable as a dependecy by other ports
such as audio/spotifyd |
1.2.2_3 13 Oct 2021 15:14:24 |
Dag-Erling Smørgrav (des) |
audio/alsa-plugins: Switch master site to GitHub.
The original distfiles are getting hard to come by for some reason, so
switch to pulling source tarballs directly from GitHub. Replace
patches that apply to generated files with patches that apply to their
sources. |
1.2.2_2 12 Sep 2021 14:07:17 |
Jan Beich (jbeich) |
audio/alsa-plugins: disable BUFSZ_P2 again, after 44c14328c08e
Seems to be a rebase mistake. 27f51d17e156 rationale still applies. |
1.2.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) |
1.2.2 12 May 2021 14:40:12 |
Charlie Li (vishwin) |
audio/alsa-plugins: fix non-default OPTIONS
- Update configure option and plist for FFMPEG
- Add two missing files with SAMPLERATE
PR: 245321
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D30223 |
1.2.2 11 May 2021 16:53:01 |
Gleb Popov (arrowd) Author: Greg V |
audio/alsa-lib, audio/alsa-plugins, audio/alsa-utils: Update to 1.2.2
PR: 245321
Reviewed by: swills
Tested by: Oleh Hushchenkov <o.hushchenkov@gmail.com> |
1.1.1_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1_7 29 Nov 2020 04:54:21 |
jbeich |
audio/alsa-plugins: disable BUFSZ_P2 after r545611
$ aplay foo.wav
Playing WAVE 'foo.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
Assertion failed: (err >= 0), function set_params, file aplay.c, line 1353.
Aborted by signal Abort trap...
$ veloren
[...]
Panic Payload: "build_output_stream failed with all supported formats:
BackendSpecific { err: BackendSpecificError { description: \"ALSA function
\\\'snd_pcm_hw_params_set_period_time_near\\\' failed with error \\\'EINVAL:
Invalid argument\\\'\" } }"
PanicInfo: panicked at 'build_output_stream failed with all supported formats:
BackendSpecific { err: BackendSpecificError { description: "ALSA function
\'snd_pcm_hw_params_set_period_time_near\' failed with error \'EINVAL: Invalid
argument\'" } }', cargo-crates/rodio-0.13.0/src/stream.rs:202:22
Game version: v0.8.0 [2020-11-28] |
1.1.1_6 23 Feb 2020 18:47:40 |
jbeich |
audio/alsa-*: drop maintainership
No time to engage upstream or keep up with updates. |
1.1.1_6 03 Dec 2019 04:33:21 |
jbeich |
audio/alsa-plugins: move r505839 to the correct file
files/alsa-plugins.patch contains an assortment of FreeBSD-specific
improvements that may not work on alternative OSS implementations.
So, restore the ability to exclude the patch for debugging. |
1.1.1_6 03 Dec 2019 04:33:06 |
jbeich |
audio/alsa-plugins: regen via "make makepatch" |
1.1.1_6 05 Aug 2019 23:06:50 |
jbeich |
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/ |
1.1.1_5 31 Jul 2019 02:37:35 |
jbeich |
audio/alsa-plugins: drop unnecessary newline after r505839
- Wasn't approved i.e., explicitly requested to not add it
- portlint style frequently changes and isn't mandatory to follow
- Newline here is dubious compared to putting USE/USES at the top
of the section for better visibility |
1.1.1_5 04 Jul 2019 15:46:16 |
hselasky |
Fix issues with ALSA OSS backend for firefox and chrome.
1) When read() or write() fails due to EAGAIN because no buffer is available or
buffer is full, return 0 instead of failure. Else clients may simply close
the device and re-open it instantly chopping the audio.
2) Implement OSS delay function to fix an issue with negative delays.
3) Use at least 16ms of HW buffer by default to avoid jitter.
Approved by: pi, jbeich |
1.1.1_4 06 Nov 2018 01:50:27 |
jbeich |
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/ |
1.1.1_3 02 May 2018 15:07:27 |
jbeich |
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 |
1.1.1_2 21 Oct 2017 06:50:50 |
jbeich |
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 |
1.1.1_1 11 Dec 2016 15:22:47 |
jbeich |
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) |
1.1.1 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 |
1.1.1 01 Apr 2016 20:45:03 |
jbeich |
bsd.sites.mk: with last mirror dead retire MASTER_SITE_ALSA
$ fetch -v http://alsa.cybermirror.org/lib/alsa-lib-1.1.0.tar.bz2
[...]
404 Not Found
Not Found
The requested URL /lib/alsa-lib-1.1.0.tar.bz2 was not found on this server. |
1.1.1 01 Apr 2016 20:44:24 |
jbeich |
audio/alsa-*: update to 1.1.1
Changes: http://www.alsa-project.org/main/index.php/Changes_v1.1.0_v1.1.1
ABI: https://people.freebsd.org/~jbeich/compat_reports/alsa-lib/1.1.0_to_1.1.1/compat_report.html |
1.1.0_1 16 Mar 2016 12:58:17 |
jbeich |
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html |
1.1.0_1 02 Mar 2016 22:48:44 |
jbeich |
audio/alsa-plugins: partially revert r380063
Restore BUFSZ_P2=on by default as a temporarily fix for excessive CPU usage
in Firefox. r378529 wasn't enough to make BUFSZ_P2=off transition smooth.
PR: 203732
Reported by: Henry Hu, Arto Pekkanen, many more indirectly
MFH: 2015Q1 |
1.1.0 27 Feb 2016 19:51:48 |
jbeich |
audio/alsa-plugins: prepare for ffmpeg 3.0 update
Obtained from: upstream |
1.1.0 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.1.0 10 Nov 2015 22:21:08 |
jbeich |
audio/alsa-*: update to 1.1.0
Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0
ACC
report: https://people.freebsd.org/~jbeich/compat_reports/alsa-lib/1.0.29_to_1.1.0/compat_report.html |
1.0.29 26 Sep 2015 20:26:22 |
jbeich |
Convert my ports to USES=localbase |
1.0.29 20 Aug 2015 13:34:47 |
jbeich |
audio/alsa-plugins: back out r394862, already applied by r394778
It is a remnant from |git rebase| not ignoring line order by default
when detecting already merged changes.
Reported by: kwm |
1.0.29 20 Aug 2015 13:03:14 |
jbeich |
audio/alsa-plugins: convert to CHANGES@20150818 syntax |
1.0.29 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? |
1.0.29 22 Jun 2015 18:58:02 |
marino |
audio/alias-plugins: Resolve DF audio issues with USES=alias
Reported by: ivadasz on DF IRC
Approved by: non-invasive DF support |
1.0.29 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.0.29 27 Feb 2015 06:32:03 |
jbeich |
- Update to 1.0.29
- alsa-plugins-oss: Disable BUFSZ_P2 by default after r378529 [1]
- No PORTREVISION bumps because binary compatible
Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.28_v1.0.29
ACC
report: http://upstream-tracker.org/compat_reports/alsa/1.0.28_to_1.0.29/abi_compat_report.html
PR: 196051 [1]
Suggested by: mi [1] |
1.0.28_1 20 Jan 2015 22:03:56 |
jbeich |
Per convention change my address to @FreeBSD.org
Differential Revision: https://reviews.freebsd.org/D1565
Approved by: bapt (mentor) |
1.0.28_1 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 ) |
1.0.28 20 Oct 2014 21:31:07 |
marino |
audio/alsa-*: drop USES=alias
Jan says alias is no longer needed on alsa since verion 1.0.28.
PR: 194502 |
1.0.28 20 Oct 2014 08:12:20 |
marino |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
1.0.28 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
1.0.28 09 Aug 2014 15:20:35 |
marino |
audio/alsa-(lib|plugins|utils): Upgrade version 1.0.27.2 => 1.0.28
Also switch maintainership to submitter with blessing of former
maintainer. Other changes include:
* fix for bug 191190
* Use new options syntax
* Proper detection of PYTHON and FFMPEG
* fix leftovers
* strip libraries to satisfy stage-qa
* conf: alias surround stuff to pcm.default
* lib: split patches and refactor
* utils: rename XMLTO to MANPAGES
PR: 191524
Submitted by: Jan Beich
Approved by: former maintainer (Aragon Gouveia) |
1.0.27_3 05 Aug 2014 18:23:48 |
amdmi3 |
- Switch to USES=libtool
Approved by: portmgr blanket |
1.0.27_2 01 Jun 2014 13:03:14 |
ohauer |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) |
1.0.27_2 14 Dec 2013 14:41:17 |
flo |
- ALSA now supports playing HTML5 audio with 32-bit sample format [1]
after being converted from float as passed by firefox/libcubeb [2]
- Restore behavior from r296140 while adding alignment options in case
of issues. This should make things slightly less broken and add more
sample formats. [1]
- Some apps (e.g. linux-firefox with ports/169896) don't check with ALSA
which sample formats are supported and just feed whatever they like,
assuming the underlying device supports it.
While here also fix mixer device for OSS plugin. It should be /dev/dsp
according to 4Front OSS wiki. The only works with ARIFF_OSS enabled
but the volume is reset on close(). audio/oss doesn't work either way:
the new (OSSv4) way to control mixer is via SNDCTL_MIX_* ioctls. [2]
PR: ports/183861 [1]
PR: ports/184006 [2]
Submitted by: Jan Beich <jbeich@tormail.org>
Approved by: maintainer timeout |
1.0.27_1 23 Oct 2013 00:30:15 |
wg |
audio/alsa-plugins: fix build with newer ffmpeg
- Fix build with newer ffmpeg
Reported by: Kevin Oberman <rkoberman gmail.com>
Approved by: portmgr (bapt, implicit) |
1.0.27 03 Oct 2013 16:34:28 |
flo |
- update to 1.0.27.2 [1]
-- add PYTHON option to alsa-lib
-- drop unresponsive mirrors and those that rarely catch up
-- drop --disable-aload from alsa-lib, builds fine without
-- drop USE_LDCONFIG from alsa-plugins, useless for dlopen'd plugins
-- convert to new LIB_DEPENDS syntax and Makefile header
-- convert PLIST_SUB to OPTIONS_SUB
-- don't link alsa-utils against librt for clock_gettime(2)
-- pass paths to configure relative to --prefix value
-- install udev config(s) under PREFIX (for reference)
-- cleanup /var/lib as it's not in default MTREE_FILE
-- remove OSVERSION check for EOL releases
- allow staging
PR: ports/182245 [1]
Submitted by: Jan Beich <jbeich@tormail.org> [1]
Approved by: maintainer timeout |
1.0.26 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.0.26 02 Sep 2013 10:06:04 |
bapt |
Eliminate USE_GNOME=pkgconfig from audio
While here:
- trim headers
- convert USE_GMAKE -> USES=gmake
- convert USE_GNOME=gnomehack -> USES=pathfix
- convert USE_PERL5 -> USES=perl5 |
1.0.26 04 Oct 2012 17:04:44 |
flo |
- update to 1.0.26 [1]
- use newly added alphasort() instead of LGPLv2.1+ patch
- fix async handler [2]
- fix implicit declarations of calloc/free [3]
- disable ARIFF_OSS option by default, except 7.x [4]
- add 3 more mirrors from alsa wiki + gentoo as a backup
- move alsa mirrors to bsd.sites.mk
Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.25_v1.0.26
PR: ports/171601 [1]
PR: ports/169770 [2]
PR: ports/170457 [3]
PR: ports/170473 [4]
Obtained from: PkgSrc [2]
Submitted by: Jan Beich <jbeich@tormail.org>
Approved by: maintainer |
1.0.25 20 Jul 2012 03:03:57 |
sunpoet |
- Update to 1.0.25
- Convert to new options framework
- alsa-plugins:
- Add option: ARIFF_OSS for FreeBSD-specific patch
- Revert ports/165247 per regression in ports/169767
- Unbreak arcam-av and usb_stream plugins
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS
Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.24_v1.0.25
http://www.alsa-project.org/main/index.php/Changes_v1.0.23_v1.0.24
PR: ports/169841
Submitted by: Jan Beich <jbeich@tormail.org> (maintainer) |
1.0.23_3 07 May 2012 15:23:52 |
crees |
Since r221388 and its MFCs SNDCTL_DSP_GETIPTR should work correctly
on FreeBSD and should not require any quirks/workarounds.
In fact they seem to be harmful now and result in sound outages.
PR: ports/165247
Submitted by: avg
Submitted by: Aragon Gouveia <aragon@phat.za.net> (maintainer) |
1.0.23_2 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 |
1.0.23_2 24 Jun 2011 22:39:03 |
mm |
Bump due to ffmpeg update to 0.7.1 |
1.0.23_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.0.23_1 24 Jul 2010 16:38:20 |
mm |
- Update ffmpeg to 0.6 |
1.0.23 05 Jun 2010 12:46:16 |
fluffy |
- New port: audio/alsa-plugins Compatibility layer for ALSA support
PR: 145965
Submitted by: Aragon Gouveia <aragon AT phat.za.net> |