notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
alure Utility library to help manage common tasks with OpenAL
1.2_13 audio on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2_13Version of this port present on the latest quarterly branch.
Maintainer: multimedia@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-01-18 20:57:26
Last Update: 2023-07-24 12:52:36
Commit Hash: 63b454c
License: MIT
WWW:
https://kcat.strangesoft.net/alure.html
Description:
ALURE is a utility library to help manage common tasks with OpenAL applications. This includes device enumeration and initialization, file loading, and streaming. The purpose of this library is to provide premade functionality that would otherwise be repetitive or difficult to (re)code for various projects and platforms, such as loading a sound file into an OpenAL buffer and streaming an audio file through a buffer queue. Support for different formats is consistant across platforms, so no special checks are needed when loading files, and all formats are handled through the same API. Currently ALURE includes a basic .wav and .aif file reader, and can leverage external libraries such as libSndFile (for extended wave formats and several others), VorbisFile (for Ogg Vorbis), FLAC (for FLAC and Ogg FLAC), and others.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (15 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/alure-1.2_13/catalog.mk
  3. /usr/local/share/licenses/alure-1.2_13/LICENSE
  4. /usr/local/share/licenses/alure-1.2_13/MIT
  5. bin/alurecdplay
  6. bin/alureplay
  7. bin/alurestream
  8. include/AL/alure.h
  9. lib/libalure.so
  10. lib/libalure.so.1
  11. lib/libalure.so.1.2.0
  12. libdata/pkgconfig/alure.pc
  13. @owner
  14. @group
  15. @mode
Collapse this list.
Dependency lines:
  • alure>0:audio/alure
To install the port:
cd /usr/ports/audio/alure/ && make install clean
To add the package, run one of these commands:
  • pkg install audio/alure
  • pkg install alure
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: alure
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (alure-1.2.tar.gz) = 66f1cb6f1feba0c3e6e8118756d236f664b7a585cbb5551ee84b5669459f5b62 SIZE (alure-1.2.tar.gz) = 85331

Packages (timestamps in pop-ups are UTC):
alure
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2_131.2_131.2_91.2_131.2_13-1.2_9-
FreeBSD:13:quarterly1.2_131.2_131.2_131.2_131.2_131.2_131.2_131.2_13
FreeBSD:14:latest1.2_131.2_131.2_121.2_131.2_131.2_13-1.2_13
FreeBSD:14:quarterly1.2_131.2_13-1.2_131.2_131.2_131.2_131.2_13
FreeBSD:15:latest1.2_131.2_13n/a1.2_13n/a1.2_131.2_131.2_13
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libFLAC.so : audio/flac
  2. libsndfile.so : audio/libsndfile
  3. libvorbis.so : audio/libvorbis
  4. libopenal.so.1 : audio/openal-soft
This port is required by:
for Libraries
  1. games/apricots
  2. games/bucklespring
  3. games/opensurge

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. games/springlobby*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for alure-1.2_13: DOCS=on: Build and/or install documentation DUMB=off: DUMB audio library decoding support EXAMPLES=on: Build and/or install examples FLAC=on: FLAC lossless audio codec support FLUIDSYNTH=off: MIDI playback support via FluidSynth MODPLUG=off: ModPlug decoder support MPG123=off: MP3 decoding support via mpg123 SNDFILE=on: Audio conversion support via libsndfile VORBIS=on: Ogg Vorbis audio codec support ===> Use 'make config' to modify these settings
Options name:
audio_alure
USES:
cmake compiler:c++11-lang openal:soft pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://kcat.strangesoft.net/alure-releases/
Collapse this list.

Number of commits found: 36

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2_13
24 Jul 2023 12:52:36
commit hash: 63b454ce8100838dd86fb55809c7afdca5791869commit hash: 63b454ce8100838dd86fb55809c7afdca5791869commit hash: 63b454ce8100838dd86fb55809c7afdca5791869commit hash: 63b454ce8100838dd86fb55809c7afdca5791869 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
audio/alure: Fix build with llvm16

- Pet portclippy

Sponsored by:	The FreeBSD Foundation
1.2_13
25 Apr 2023 15:17:15
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
1.2_12
25 Sep 2022 20:14:54
commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
audio/flac: bump port revision of consumers after update to 1.4.1
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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_11
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.2_11
20 Jul 2022 14:20:54
commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.2_11
27 Nov 2021 10:09:44
commit hash: e40e82b3bcc5559654b03ee313a1d9b816c1a394commit hash: e40e82b3bcc5559654b03ee313a1d9b816c1a394commit hash: e40e82b3bcc5559654b03ee313a1d9b816c1a394commit hash: e40e82b3bcc5559654b03ee313a1d9b816c1a394 files touched by this commit
Thomas Zander (riggs) search for other commits by this committer
audio/fluidsynth: Update to upstream version 2.2.4

MFH:		2021Q4
1.2_10
04 Oct 2021 04:56:46
commit hash: 4c2db26adf7d81372f9c708118ecbe6ea38784b4commit hash: 4c2db26adf7d81372f9c708118ecbe6ea38784b4commit hash: 4c2db26adf7d81372f9c708118ecbe6ea38784b4commit hash: 4c2db26adf7d81372f9c708118ecbe6ea38784b4 files touched by this commit
Thomas Zander (riggs) search for other commits by this committer
audio/fluidsynth: Update to upstream version 2.2.3

MFH:		2021Q4
1.2_9
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2_8
28 Sep 2020 05:05:25
Revision:550400Original commit files touched by this commit
tobik search for other commits by this committer
Reset MAINTAINER
1.2_8
19 Mar 2020 23:02:31
Revision:528750Original commit files touched by this commit
tobik search for other commits by this committer
Clean up LLD_UNSAFE from openal-soft ports

After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports.  LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).

PR:		226980
Reviewed by:	jbeich (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23030
1.2_8
06 Dec 2019 08:59:47
Revision:519121Original commit files touched by this commit
pkubaj search for other commits by this committer
audio/alure: fix build on GCC architectures

C++11 compiler is necessary:
/usr/local/lib/libopenal.so: undefined reference to
`std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::_M_mutate(unsigned long, unsigned long, char const*, unsigned
long)@GLIBCXX_3.4.21'

Approved by:	mentors (implicit approval)
1.2_8
29 Sep 2019 10:04:32
Revision:513215Original commit files touched by this commit
riggs search for other commits by this committer
Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports

PR:		240890
1.2_7
31 Aug 2019 09:02:44
Revision:510360Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update WWW

Approved by:	portmgr blanket
1.2_7
02 Mar 2019 16:55:53
Revision:494418Original commit files touched by this commit
riggs search for other commits by this committer
Chase update of fluidsynth to 2.0.3

PR:		233448
1.2_6
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
1.2_6
26 Jul 2018 09:12:28
Revision:475354Original commit files touched by this commit
tobik search for other commits by this committer
audio/alure: Cleanup and fix options

- Modernize options helper usage

- Bring in CMake related changes from [1] to fix the DUMB and MODPLUG
  options.  The options did nothing and support for DUMB and ModPlug was
  always disabled regardless of option state because CMake was unable
  to find the required headers and libraries

- The CMake changes also turn off dynamic loading of shared libraries
  via dlopen(3) and links with them at build time instead

- Disable DUMB by default.  It has not worked for a long time and
  nobody has complained about it so far, so it is probably not
  needed by anyone

- Remove ad-hoc patches and hook up disabling the DOCS
  build via CMakeLists.txt

- Run pkg-descr through fmt

- Take maintainership

[1] http://repo.or.cz/alure.git/tree/refs/heads/alure-1.x
1.2_5
26 Jun 2018 17:06:33
Revision:473398Original commit files touched by this commit
ehaupt search for other commits by this committer
Reset maintainer (3+ months of inactivity).

Discussed with:	portmgr (adamw, mat)
1.2_5
24 Jun 2018 06:34:38
Revision:473183Original commit files touched by this commit
danfe search for other commits by this committer
Fix some corrupted attribution lines.
1.2_5
01 Jun 2018 22:16:12
Revision:471300Original commit files touched by this commit
riggs search for other commits by this committer
Bump PORTREVISIONS to chase update to audio/fluidsynth 1.1.11

PR:		228265
1.2_4
29 Dec 2017 16:24:15
Revision:457512Original commit files touched by this commit
emaste search for other commits by this committer
audio/alure: set LLD_UNSAFE

Linking with LLD currently fails due to preemption of symbols with
protected visibility in a shared object:

/usr/bin/ld: error: cannot preempt symbol: alureInitDevice
>>> defined in libalure.so.1.2.0
>>> referenced by examples/alurestream.c
>>>               CMakeFiles/alurestream.dir/examples/alurestream.o:(main)

For now set LLD_UNSAFE=yes so that the port will continue to link with
ld.bfd if /usr/bin/ld is lld, until the issue can be addressed (with a
change in openal-soft or in lld).

PR:		214864, 219089
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
1.2_4
26 Jul 2016 16:51:16
Revision:419133Original commit files touched by this commit
mat search for other commits by this committer
Cleanup patches, a* categories.

Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
1.2_4
01 Apr 2016 13:29:17
Revision:412344Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
1.2_4
01 Mar 2016 16:41:13
Revision:409886Original commit files touched by this commit
danfe search for other commits by this committer
Add FLUIDSYNTH option generic description, and remove ad-hoc setting in
ports where it is applicable (alongside with other shared descriptions).
1.2_4
19 Aug 2015 13:30:00
Revision:394778Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
1.2_4
08 Dec 2014 16:48:41
Revision:374303Original commit files touched by this commit
tijl search for other commits by this committer
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 View all of this commit message)
1.2_3
20 Oct 2014 06:36:00
Revision:371234Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.2_3
10 Mar 2014 19:07:18
Revision:347794Original commit files touched by this commit
nemysis search for other commits by this committer
- Don't silence warnings
1.2_3
22 Jan 2014 01:45:44
Revision:340678Original commit files touched by this commit
nemysis search for other commits by this committer
- Bump PORTREVISION [1]
- Make sndfile dependency optional like all others [1]
- Remove STATIC lib and Option [1]
- Disable all warnings with -w
- Remove OPTIONS_SUB=yes [1]
- Fix options. They were affecting non-existing cmake variables; USE_VORBIS was
always set to true [1]
- Use the new format for LIB_DEPENDS [1]
- Add REINPLACE to fix CMakeLists.txt type which prevented linking with libFLAC
[1]
- Add patch to fix build of FLUIDSYNTH Option [1]
- Remove useless REINPLACE_CMD [1]
- Change pkg-plist, remove STATIC libs [1]

PR:		ports/185949 [1]
Submitted by:	amdmi3
1.2_2
25 Dec 2013 23:29:34
Revision:337464Original commit files touched by this commit
antoine search for other commits by this committer
Convert the tree to USES=openal

Approved by:	portmgr (bapt)
1.2_2
04 Oct 2013 22:01:55
Revision:329396Original commit files touched by this commit
nemysis search for other commits by this committer
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- Support STAGEDIR
- While here modernize and cleanup

Approved by:	wg/pawel (mentors)
1.2_2
20 Sep 2013 14:36:37
Revision:327706Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
1.2_2
14 Jul 2013 18:07:37
Revision:322994Original commit files touched by this commit
wg search for other commits by this committer
audio/alure: minor fixes

- Use pkgconfig
- Add DOCS, EXAMPLES and STATIC options
- Remove unused PLIST_SUB and convert to OPTIONS_SUB

PR:		ports/180235
Submitted by:	nemysis <nemysis gmx.ch> (maintainer)
1.2_1
09 Jun 2013 19:30:59
Revision:320405Original commit files touched by this commit
naddy search for other commits by this committer
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
1.2
22 Mar 2013 20:06:15
Revision:314960Original commit files touched by this commit
makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
1.2
18 Jan 2013 20:57:12
Revision:310620Original commit files touched by this commit
mva search for other commits by this committer
ALURE is a utility library to help manage common tasks with OpenAL applications.
This includes device enumeration and initialization, file loading,
and streaming. As of version 1.1, it is X11/MIT licensed, allowing it to be used
in open- and closed-source programs, freeware or commercial.

The purpose of this library is to provide pre-made functionality that would
otherwise be repetitive or difficult to (re)code for various projects
and platforms, such as loading a sound file into an OpenAL buffer and streaming
an audio file through a buffer queue. Support for different formats is
consistant across platforms, so no special checks are needed when loading files,
and all formats are handled through the same API.

Currently ALURE includes a basic .wav and .aif file reader,
and can leverage external libraries such as libSndFile
(for extended wave formats and several others), VorbisFile (for Ogg Vorbis),
FLAC (for FLAC and Ogg FLAC), and others. External libraries can also be
dynamically loaded at run-time, or individually disabled outright at compile
time.

WWW: http://kcat.strangesoft.net/alure.html

PR:		ports/171674
Submitted by:	nemysis <nemysis@gmx.ch>

Number of commits found: 36