Port details |
- audiere High-level audio API
- 1.9.4_7 audio
=2 1.9.4_7Version of this port present on the latest quarterly branch.
- DEPRECATED: last release in 2006, no consumers in the Ports tree
This port expired on: 2024-10-31
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2008-06-23 10:10:28
- Last Update: 2024-10-31 22:19:07
- Commit Hash: b2ab09e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://audiere.sourceforge.net/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- 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.4.1 : devel/gmake
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libcdaudio.so : audio/libcdaudio
- libspeex.so : audio/speex
- libvorbis.so : audio/libvorbis
- libogg.so : audio/libogg
- NOTE: dependencies for deleted ports are notoriously suspect
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.4_7 31 Oct 2024 22:19:07 |
Rene Ladan (rene) |
audio/audiere: Remove expired port
2024-10-31 audio/audiere: last release in 2006, no consumers in the Ports tree |
1.9.4_7 31 Aug 2024 01:58:43 |
Dmitry Marakasov (amdmi3) |
audio/audiere: deprecate
PR: 281026
Reported by: diizzy |
1.9.4_7 06 Feb 2023 17:52:43 |
Dmitry Marakasov (amdmi3) |
audio/audiere: update WWW |
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.9.4_7 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.9.4_7 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
1.9.4_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.4_7 25 Dec 2018 16:09:15 |
amdmi3 |
- Fix build |
1.9.4_7 04 Nov 2018 12:54:55 |
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 |
1.9.4_7 13 Feb 2017 22:13:34 |
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. |
1.9.4_6 09 Feb 2017 18:53:12 |
linimon |
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket) |
1.9.4_6 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.9.4_6 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.9.4_6 18 Oct 2015 21:19:46 |
amdmi3 |
- Switch to options helpers |
1.9.4_6 23 Jul 2015 20:03:33 |
amdmi3 |
- Add LICENSE |
1.9.4_6 26 May 2015 13:13:55 |
amdmi3 |
- Switch to USES=autoreconf
- Strip library |
1.9.4_5 25 Mar 2015 18:30:26 |
amdmi3 |
Remove PTHREAD_LIBS, PTHREAD_CFLAGS from my ports |
1.9.4_5 03 Jun 2014 13:27:39 |
amdmi3 |
- Switch to USES=libtool, drop .la files |
1.9.4_4 17 Oct 2013 01:14:16 |
amdmi3 |
- Support staging
- Use new LIB_DEPENDS syntax |
1.9.4_4 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.9.4_4 14 Sep 2013 03:44:52 |
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 |
1.9.4_4 12 Jul 2013 15:01:46 |
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 |
1.9.4_4 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
1.9.4_3 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.9.4_3 29 Oct 2011 17:40:45 |
miwi |
- Fix build on FreeBSD 10 |
1.9.4_3 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.9.4_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.9.4_3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.9.4_3 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.9.4_3 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.9.4_2 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
1.9.4_1 27 Aug 2009 15:04:16 |
amdmi3 |
- Remove remaining SFP references (switch these ports to SF)
Approved by: portmgr (pav) |
1.9.4_1 19 Aug 2009 09:35:52 |
miwi |
- Fix fetch |
1.9.4_1 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
1.9.4 21 Aug 2008 06:18:49 |
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 ) |
1.9.4 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.9.4 23 Jun 2008 10:10:09 |
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) |