Port details |
- osalp Open Source Audio Library Project
- 0.7.5_7 audio
=0 0.7.5_7Version of this port present on the latest quarterly branch.
- DEPRECATED: Abandoned upstream, listed as beta and no new release since 2008
This port expired on: 2021-12-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-06-03 19:28:33
- Last Update: 2021-12-31 13:40:03
- Commit Hash: 75b9550
- License: not specified in port
- WWW:
- http://osalp.sourceforge.net/
- Description:
- This is the home page for the Open Source Audio Library Project. This is a
project designed to implement a world class set of classes in C++ that will
handle all of the audio functions one would like. It is designed to be multi-
platform with UNIX based platforms as the base. This project is still in the
beta code phase and a beta version that will illustrate the power and
flexibility is now available. This version supports the Linux (OSS) audio
device, Solaris Sparc audio device, FreeBSD (OSS) audio device, wav, au, aiff,
aifc, mp3, and numerous other formats. It is important to note that this is
not an application but a C++ library that others can use to create an audio
application or to easily add audio capabilities to an existing application.
WWW: http://osalp.sourceforge.net/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: osalp
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (osalp-0.7.5.tar.gz) = 96f585ac72fe84305fb6675ae316c60ce3f9d8bfd419efe072b9bb91fcbb4e88
SIZE (osalp-0.7.5.tar.gz) = 1484288
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- mpg123 : audio/mpg123
- Library dependencies:
-
- libmp3lame.so : audio/lame
- libvorbis.so : audio/libvorbis
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_osalp
- USES:
- libtool localbase:ldflags
- 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 |
0.7.5_7 31 Dec 2021 13:40:03 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2021-10-31 devel/sdl_sge: Upstream no longer maintained
2021-12-31 net/appkonference: Outdated, depends on unsupported version of
net/asterisk
2021-12-31 dns/bind911: End of life, please migrate to a newer version of BIND9
2021-12-31 net/zebra: Abandoned upstream, last release in 2005. Consider
migrating to net/frr7 or net/bird2
2021-12-31 audio/osalp: Abandoned upstream, listed as beta and no new release
since 2008
2021-12-31 games/stransball2: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-ruby-sdl-ffi: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-rubygame: Depends on expired devel/sdl_sge
2021-12-31 devel/ruby-sdl: Depends on expired devel/sdl_sge
2021-12-31 games/magicmaze: Depends on expired devel/sdl_sge
2021-12-31 games/trophy: Depends on expired devel/clanlib1
2021-12-31 devel/clanlib1: Older than expired and removed devel/clanlib
2021-12-31 www/py-django31: Upgrade to Django 3.2+. Mainstream support ended
(April 6, 2021). Extended support ends December 2021. See
https://www.djangoproject.com/download/ (Only the first 15 lines of the commit message are shown above ) |
0.7.5_7 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
0.7.5_7 24 Sep 2021 21:10:14 |
Daniel Engberg (diizzy) |
audio/osalp: Deprecate and set expiration date to 2021-12-31
Abandoned upstream, listed as beta and no new release since 2008
PR: 258645
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32045 |
0.7.5_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.5_7 24 Nov 2018 08:58:51 |
linimon |
-Wno-c++11-narrowing is not supported by base GCC; using
USE_CXXSTD=c++98 makes the port build with both base clang and gcc.
PR: 233308
Submitted by: Piotr Kubaj |
0.7.5_7 07 Jul 2018 14:14:06 |
amdmi3 |
- Switch to USES=localbase
- Fix build with clang 6
- Cosmetic fixes |
0.7.5_7 18 Dec 2016 01:41:01 |
marino |
audio/osalp: Fix build for GCC (taken from dports) |
0.7.5_7 08 Dec 2016 15:38:24 |
tijl |
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since. |
0.7.5_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 |
0.7.5_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 |
0.7.5_6 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
0.7.5_6 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
0.7.5_6 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.7.5_6 20 Jun 2014 11:15:23 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.7.5_5 30 Jan 2014 14:24:18 |
gahr |
- Fix build on modern compilers [MFH]
- STAGE-clean
MFH: 2014Q1 |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
0.7.5_5 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.7.5_5 17 Mar 2013 13:45:27 |
danfe |
In categories starting with 'a', remove empty lines from pkg-plist (except
for `archivers/rpm5' where it looks like they're being used deliberately). |
0.7.5_5 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
0.7.5_4 14 Jan 2012 22:27:02 |
netchild |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
0.7.5_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 |
0.7.5_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.7.5_3 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
0.7.5_2 03 Jun 2010 08:55:01 |
netchild |
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency) |
0.7.5_1 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.7.5_1 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
0.7.5 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 ) |
0.7.5 15 Jun 2008 12:52:11 |
olgeni |
A few typo fixes for ports/audio descriptions. |
0.7.5 20 Mar 2008 09:19:39 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.7.5 19 Mar 2008 22:15:01 |
gahr |
- Update to 0.7.5
- Adopt maintainship
- Cleanup Makefile
Approved by: miwi (mentor) |
0.7.4_1 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
0.7.4 16 Mar 2007 18:21:50 |
lx |
Update version to 0.7.4.
PR: ports/108386
Submitted by: Marcelo Araujo
Approved by: edwin (mentor) |
0.7.3_2 14 Aug 2006 10:08:25 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.7.3_2 23 Nov 2005 23:29:54 |
pav |
- Add some SHA256 checksums |
0.7.3_2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.7.3_2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.7.3_2 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
0.7.3_2 20 Dec 2003 16:14:14 |
naddy |
Catch up with libogg/libvorbis version bump. |
0.7.3_1 25 Oct 2003 21:02:01 |
marcus |
Fix build on amd64.
Reported by: kris via bento |
0.7.3_1 25 Oct 2003 20:47:47 |
marcus |
Add a CONFLICTS on libaudiofile. |
0.7.3_1 14 Jul 2003 02:53:03 |
sf |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. |
0.7.3 20 Feb 2003 16:49:55 |
knu |
De-pkg-comment. |
0.7.3 27 Oct 2002 23:01:29 |
adamw |
Update audio/osalp 0.7.2_1 -> 0.7.3
PR: 44483
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Approved by: pat |
0.7.2_1 26 Oct 2002 03:05:35 |
kris |
Mark BROKEN on 5.0 |
0.7.2_1 08 Jul 2002 10:22:14 |
ijliao |
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
0.7.2_1 08 Jun 2002 18:24:16 |
ijliao |
- GNU_CONFIGURE -> USE_LIBTOOL
- Support PREFIX properly
bump portrevision
PR: 38992
Submitted by: Ports Fury |
0.7.2 03 Jun 2002 19:26:10 |
ijliao |
add osalp 0.7.2
Open Source Audio Library Project |