non port: audio/portaudio/Makefile |
SVNWeb
|
Number of commits found: 49 |
Tue, 6 Dec 2022
|
[ 17:00 Hans Petter Selasky (hselasky) ] a6e4e0d
audio/portaudio: Install missing source files to build examples.
PR: 267181
Approved by: pi (implicit)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 213b0b7 (Only the first 10 of 561 ports in this commit are shown above. )
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 )
|
Wed, 8 Jun 2022
|
[ 16:24 Tijl Coosemans (tijl) ] bd70827 (Only the first 10 of 37 ports in this commit are shown above. )
devel/autoconf: update to 2.71
- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.
PR: 258046
Exp-run by: antoine
|
Fri, 10 Sep 2021
|
[ 21:17 Bernhard Froehlich (decke) ] 4bdf9c4
audio/portaudio: Add CPE information
Approved by: portmgr (blanket)
|
Mon, 2 Aug 2021
|
[ 16:03 Yuri Victorovich (yuri) ] 5708ae4 (Only the first 10 of 166 ports in this commit are shown above. )
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)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Sep 2020
|
[ 05:05 tobik ] (Only the first 10 of 163 ports in this commit are shown above. )
Reset MAINTAINER
|
Sun, 12 Jul 2020
|
[ 09:30 tobik ] (Only the first 10 of 52 ports in this commit are shown above. )
audio/sndio: Update to 1.7.0
|
Sun, 28 Jun 2020
|
[ 05:00 tobik ]
audio/portaudio: Pet portfmt&portclippy
|
[ 03:50 tobik ]
audio/portaudio: Do not leak private libraries in portaudio-2.0.pc
This prevents consumers from picking up bogus dependencies on
libsndio when PortAudio has been built with SNDIO=on.
PR: 247604
|
Fri, 1 Mar 2019
|
[ 09:40 tobik ]
audio/portaudio: Amend r419598 and always add OSS default device first
r419598 tried to solve a problem where when hw.snd.default_unit is
set to anything except zero /dev/dsp0 is not available to programs
using portaudio since it assumes that /dev/dsp and /dev/dsp0 are
the same device.
However with that fix, when hw.snd.default_unit=1 and
hw.snd.basename_clone=0, portaudio will hide /dev/dsp1 from the
device list since it will use /dev/dsp for it instead of /dev/dsp1.
However since /dev/dsp is not available, QueryDevice() will fail
and /dev/dsp1 will never be added to the device list.
Instead of looking up hw.snd.default_unit we can solve this by
always trying to add /dev/dsp to the device list first.
PR: 236118
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com>
|
[ 09:36 tobik ]
audio/portaudio: Stop always building useless test and example programs
While here also install C++ bindings examples
|
Thu, 7 Feb 2019
|
[ 13:16 tobik ]
audio/portaudio: Mark MAKE_JOBS_UNSAFE after r492362
Reported by: cmt
|
[ 11:42 tobik ]
audio/portaudio: Build C++ bindings too
Requested by: Ulrich Huber
|
Fri, 27 Jul 2018
|
[ 10:27 tobik ]
audio/portaudio: Update to 19.6.0
- Sanitize version a bit. The version scheme is all over the place
on other systems [1]. Upstream calls it 19.6.0 in the release notes so
do the same in the port.
[1] https://repology.org/metapackage/portaudio/versions
Changes: https://app.assembla.com/wiki/show/portaudio/pa_stable_v190600_20161030
ABI: https://abi-laboratory.pro/tracker/timeline/portaudio/
PR: 229851
Submitted by: ndowens.fbsd@yandex.com
|
Fri, 20 Jul 2018
|
[ 15:09 tobik ]
audio/portaudio: Add support for enumerating multiple sndio devices
sndio has no device discovery mechanism and PortAudio has no way
of accepting raw device strings from users. Normally we just expose
the default device (which can be changed via the AUDIODEVICE
environment variable). This however means that we are stuck with
only one device at a time for playback/recording and would have to
restart applications (or the sndiod instance) to switch between
devices.
This is detrimental to the workflow in applications like Audacity
and makes them unusable in sndio only setups.
Add a new PA_SNDIO_AUDIODEVICES environment variables with which
users can specify and expose a list of 16 additional sndio devices
to applications using PortAudio.
Example:
PA_SNDIO_AUDIODEVICES=snd/0.monitor:snd@remote/0:rsnd/3
|
Wed, 18 Jul 2018
|
[ 02:53 tobik ]
audio/portaudio: Add three new functions* required by Audacity
* Pa_GetStreamHostApiType, PaOSS_GetStream{In,Out}putDevice
This will allow us to change audio/audacity to use audio/portaudio
instead of the bundled version. End goal is sndio support in
Audacity without having to duplicate existing patches.
While here
- Remove unnecessary patches
- Cleanup DOCS and PATEST install
- Take maintainership
Obtained from: Audacity 2.2.2's portaudio.patch
|
Tue, 21 Mar 2017
|
[ 12:05 tobik ]
- Add SNDIO option
- Reset maintainer after 4 consecutive maintainer timeouts
- Use *_CONFIGURE_WITH options helper
- Do not install tests by default
PR: 217385
Obtained from: OpenBSD
Approved by: lme (mentor), maintainer timeout (3 weeks)
Differential Revision: https://reviews.freebsd.org/D10072
|
Thu, 4 Aug 2016
|
[ 07:24 kevlo ]
Support hw.snd.default_unit sysctl.
If the hw.snd.default_unit is set to anything except zero, /dev/dsp0 is
not available to programs using portaudio, since it assumes that /dev/dsp
and /dev/dsp0 are the same device.
PR: 208968
Submitted by: shurd
Approved by: koalative@gmail.com (maintainer timeout)
|
Sat, 9 Jul 2016
|
[ 18:59 pi ]
audio/portaudio: fix test program installation
- Before the patch the libtool wrapper scripts were installed
instead of real test programs
PR: 210455
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: koalative@gmail.com (maintainer timeout)
|
Thu, 12 May 2016
|
[ 18:22 amdmi3 ]
- Don't install example scripts that don't work outside WRKDIR
- While here, minor cosmetic fixes
PR: 208969
Submitted by: shurd@FreeBSD.org
Approved by: maintainer timeout (koalative@gmail.com, 2 weeks)
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 19 Aug 2015
|
[ 13:30 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] (Only the first 10 of 234 ports in this commit are shown above. )
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above )
|
Sat, 30 May 2015
|
[ 20:39 bapt ] (Only the first 10 of 68 ports in this commit are shown above. )
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer
|
Sun, 5 Apr 2015
|
[ 23:54 amdmi3 ]
- Add LICENSE_FILE
- Simplify installation
- Strip library
PR: 197850
Submitted by: amdmi3
Approved by: maintainer timeout
|
Wed, 25 Mar 2015
|
[ 21:37 marino ] (Only the first 10 of 37 ports in this commit are shown above. )
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
|
Mon, 16 Jun 2014
|
[ 21:03 nemysis ] (Only the first 10 of 12 ports in this commit are shown above. )
These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
audio/portaudio
- Pass maintainership to koalative at gmail.com
audio/portaudio2
- Pass maintainership to koalative at gmail.com
deskutils/parcellite
(Only the first 15 lines of the commit message are shown above )
|
Fri, 7 Mar 2014
|
[ 15:48 bapt ] (Only the first 10 of 20 ports in this commit are shown above. )
Convert to rest of a* to USES=zip
|
Wed, 8 Jan 2014
|
[ 14:59 skreuzer ]
Convert USE_DOS2UNIX to USES=dos2unix
|
Wed, 9 Oct 2013
|
[ 03:14 nemysis ]
- Change maintainer email to @FreeBSD.org
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
Approved by: wg/pawel (mentors)
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Fri, 30 Aug 2013
|
[ 23:01 bapt ] (Only the first 10 of 222 ports in this commit are shown above. )
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
|
Sun, 30 Dec 2012
|
[ 17:57 mva ]
- Convert to OptionsNG framework
- Trim Makefile headers
- Add LICENSE
- Pass maintainership to submitter
PR: ports/172678
Submitted by: nemysis <nemysis@gmx.ch>
|
Sat, 5 May 2012
|
[ 17:46 ak ]
- Use USE_DOS2UNIX instead of homemade equivalent
Approved by: eadler (mentor)
|
Sun, 7 Sep 2008
|
[ 00:36 linimon ] (Only the first 10 of 24 ports in this commit are shown above. )
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Tue, 30 Jan 2007
|
[ 04:23 kris ] (Only the first 10 of 49 ports in this commit are shown above. )
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
|
Wed, 3 May 2006
|
[ 05:14 edwin ] (Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
Mon, 22 Mar 2004
|
[ 00:25 kris ]
Split out header/PTHREAD_LIBS fixups into post-patch, otherwise the
latter prevents the patching of nearby parts of files. This fixes
patching on 4.x.
|
Mon, 15 Mar 2004
|
[ 23:54 kris ]
Better fix for amd64 (don't pessimize lib.a by compiling objects with -fPIC)
|
Tue, 10 Feb 2004
|
[ 17:53 lofi ]
Fix on amd64.
Submitted by: arved
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sun, 7 Dec 2003
|
[ 15:30 lofi ]
Readd more of the previously deleted cludge. Bump PORTREVISION.
|
[ 14:56 lofi ]
Readd cludge for ldconfig which got accidentally removed in the previous
commit.
|
[ 14:40 lofi ]
Update to version 18.1
|
Wed, 11 Jun 2003
|
[ 22:05 lioux ]
Fix build in 5.x branch: machine/soundcard.h -> sys/soundcard.h
PR: 53171
Submitted by: maintainer
|
Tue, 3 Jun 2003
|
[ 19:03 lioux ]
New port portaudio version 18: Portable cross-platform Audio API
PR: 52406
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> et. al.
|
Number of commits found: 49 |