Port details |
- audiere High-level audio API
- 1.9.4_7 audio
=0 1.9.4_7Version of this port present on the latest quarterly branch. - Maintainer: amdmi3@FreeBSD.org
 - Port Added: 2008-06-23 10:10:28
- Last Update: 2021-04-07 23:19:01
- Commit Hash: 5823922
- License: LGPL21
- Description:
- Audiere is a high-level audio API. It can play Ogg Vorbis, MP3,
FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For audio
output, Audiere supports DirectSound or WinMM in Windows, OSS on
Linux and Cygwin, and SGI AL on IRIX.
Audiere is open source and licensed under the LGPL. This means that
you may freely use Audiere in commercial products, as long as you
do not modify the source code. If you do modify Audiere and release
a product that uses your modifications, you must release your changes
to the code under the LGPL as well.
Audiere is portable. It is tested on Windows, Linux-i386, Cygwin,
and IRIX with at least three major compilers. Most of Audiere is
endian-independent, so I expect it would work with few modifications
on other architectures.
WWW: http://audiere.sourceforge.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For LIB depends:
- libaudiere-1.9.4.so:audio/audiere
- libaudiere.so:audio/audiere
- To install the port:
- cd /usr/ports/audio/audiere/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/audiere
- pkg install audiere
- PKGNAME: audiere
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (audiere-1.9.4.tar.gz) = 74538fbc2f1ef467b3e1376c6ff4e0f40b664fca1dbfb1fcaa2fb823d5f5a219
SIZE (audiere-1.9.4.tar.gz) = 453279
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libdumb.a : audio/dumb
- gmake>=4.3 : devel/gmake
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libcdaudio.so : audio/libcdaudio
- libspeex.so : audio/speex
- libvorbis.so : audio/libvorbis
- libogg.so : audio/libogg
- This port is required by:
- for Build
-
Deleted ports which required this port:
- * - 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 audiere-1.9.4_7:
CDAUDIO=on: libcdaudio support
DOCS=on: Build and/or install documentation
DUMB=on: DUMB support
SPEEX=on: Speex audio format support
VORBIS=on: Ogg Vorbis audio codec support
===> Use 'make config' to modify these settings
- Options name:
- audio_audiere
- USES:
- autoreconf gmake libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 23:19:01 1.9.4_7
|
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
06 Apr 2021 14:31:07 1.9.4_7
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Dec 2018 16:09:15
1.9.4_7
|
amdmi3  |
- Fix build |
04 Nov 2018 12:54:55
1.9.4_7
|
antoine  |
Mark BROKEN: fails to build
/usr/local/include/dumb.h:41:27: error: invalid suffix on literal; C++11
requires a space between literal and identifier
[-Wreserved-user-defined-literal]
#define DUMB_NAME "DUMB v"DUMB_VERSION_STR
^
Reported by: pkg-fallout |
13 Feb 2017 22:13:34
1.9.4_7
|
tijl  |
Remove -fPIC from audio/audiere and add it to audio/dumb where the real
problem is. audio/dumb only provides a static library and audio/audiere
tries to link that into a shared library. |
09 Feb 2017 18:53:12
1.9.4_6
|
linimon  |
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket) |
26 Jul 2016 16:51:16
1.9.4_6
|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:29:17
1.9.4_6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
18 Oct 2015 21:19:46
1.9.4_6
|
amdmi3  |
- Switch to options helpers |
23 Jul 2015 20:03:33
1.9.4_6
|
amdmi3  |
- Add LICENSE |
26 May 2015 13:13:55
1.9.4_6
|
amdmi3  |
- Switch to USES=autoreconf
- Strip library |
25 Mar 2015 18:30:26
1.9.4_5
|
amdmi3  |
Remove PTHREAD_LIBS, PTHREAD_CFLAGS from my ports |
03 Jun 2014 13:27:39
1.9.4_5
|
amdmi3  |
- Switch to USES=libtool, drop .la files |
17 Oct 2013 01:14:16
1.9.4_4
|
amdmi3  |
- Support staging
- Use new LIB_DEPENDS syntax |
20 Sep 2013 14:36:37
1.9.4_4
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
14 Sep 2013 03:44:52
1.9.4_4
|
amdmi3  |
Fix build with clang/libc++ |
30 Aug 2013 23:01:06

|
bapt  |
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 |
12 Jul 2013 15:01:46
1.9.4_4 
|
amdmi3  |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files |
19 Jul 2012 20:15:39
1.9.4_4
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
09 Nov 2011 15:26:04
1.9.4_3
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 17:40:45
1.9.4_3
|
miwi  |
- Fix build on FreeBSD 10 |
23 Sep 2011 22:26:39
1.9.4_3
|
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 |
19 Mar 2011 12:38:54
1.9.4_3
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
1.9.4_3
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
1.9.4_3
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
1.9.4_3
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
06 Jun 2010 20:44:03
1.9.4_2
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
27 Aug 2009 15:04:16
1.9.4_1
|
amdmi3  |
- Remove remaining SFP references (switch these ports to SF)
Approved by: portmgr (pav) |
19 Aug 2009 09:35:52
1.9.4_1
|
miwi  |
- Fix fetch |
06 Jul 2009 21:26:00
1.9.4_1
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
21 Aug 2008 06:18:49
1.9.4
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
20 Aug 2008 00:57:32
1.9.4
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
23 Jun 2008 10:10:09
1.9.4
|
amdmi3  |
Audiere is a high-level audio API. It can play Ogg Vorbis, MP3,
FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For audio
output, Audiere supports DirectSound or WinMM in Windows, OSS on
Linux and Cygwin, and SGI AL on IRIX.
Audiere is open source and licensed under the LGPL. This means that
you may freely use Audiere in commercial products, as long as you
do not modify the source code. If you do modify Audiere and release
a product that uses your modifications, you must release your changes
to the code under the LGPL as well.
Audiere is portable. It is tested on Windows, Linux-i386, Cygwin,
and IRIX with at least three major compilers. Most of Audiere is
endian-independent, so I expect it would work with few modifications
on other architectures.
WWW: http://audiere.sourceforge.net/
PR: ports/124710
Approved by: miwi (mentor) |