Port details |
- lpac Lossless audio codec
- 1.40 audio
=2 1.40Version of this port present on the latest quarterly branch.
- BROKEN: Unfetchable
DEPRECATED: Abandoned upstream in 2003 This port expired on: 2021-12-31 IGNORE: is marked as broken: Unfetchable
- 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: 2006-07-21 22:52:21
- Last Update: 2021-12-31 13:40:03
- Commit Hash: 75b9550
- People watching this port, also watch:: netpbm, vlc, mDNSResponder, cdrdao, wine
- Also Listed In: linux
- License: LPAC
- Description:
- LPAC is a codec (coder / decoder) for lossless compression of digital audio
files. "Lossless" means that any compressed file can be decompressed in a way
it will be bit-wise identical with the original. This is the main advantage
of LPAC compared to lossy formats like MP3, WMA or RealAudio. On the other
hand, lossy codecs can achieve higher compression ratios. For example, MP3 at
128 kbit/s achieves a (fixed) compression ratio of 11, whereas LPAC's
compression ratios range from 1.5 to 4, strongly depending on the audio
material. Typically they are around 2 for pop music and 2.5 for classical
music. This may not seem much, but remember you will get back every single
bit, no matter how often you subsequently compress and decompress a file. It
is true that general archivers (Zip, LZH, gzip) are lossless, too, but they
often achieve nearly no compression on audio files.
- ¦ ¦ ¦ ¦
- 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: lpac
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- SHA256 (lpac-1.40.tar.gz) = ef6a8ca55adfcf288addc8276bee72f0f7853db76a9e1a5b52328323472de56b
SIZE (lpac-1.40.tar.gz) = 25551
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- linux_base-c7>=7.6.1810_7 : emulators/linux_base-c7
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Run
-
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:
- No options to configure
- Options name:
- audio_lpac
- USES:
- linux
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port deleted on 2021-12-31
REASON: Has expired: Abandoned upstream in 2003
|
Number of commits found: 18
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.40 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 ) |
1.40 24 Sep 2021 21:10:14 |
Daniel Engberg (diizzy) |
audio/lpac: Deprecate and set expiration date to 2021-12-31
Unfetchable and abandoned upstream in 2003
Reference:
https://www.nue.tu-berlin.de/menue/mitarbeiterinnen/ehemalige_mitarbeiterinnen/tilman_liebchen/lpac_lossless_audio_codec_for_windows_and_linux/
PR: 258641
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32041 |
1.40 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
1.40 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.40 13 Oct 2017 08:58:28 |
bapt |
Cleanup some dead master_sites or WWW |
1.40 05 Sep 2016 19:23:42 |
tijl |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
1.40 30 Mar 2015 21:27:02 |
bapt |
Remove dead CENKES mirror |
1.40 15 Mar 2015 15:39:08 |
amdmi3 |
- Add some mirrors |
1.40 16 Jan 2014 20:21:22 |
antoine |
Stage support |
1.40 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.40 02 Aug 2011 20:58:23 |
ehaupt |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
1.40 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.40 02 Dec 2010 00:04:47 |
linimon |
Reset hideo@lastamericanempire.com due to maintainer-timeouts and no
response to email.
Hat: portmgr |
1.40 13 Feb 2009 01:38:59 |
tabthorpe |
- Pass maintainership to submitter
Submitted by: hideo via freebsd-ports |
1.40 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.40 18 Apr 2007 08:01:25 |
sat |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports |
1.40 30 Jul 2006 22:46:04 |
sat |
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes |
1.40 21 Jul 2006 22:52:07 |
sat |
Add port audio/lpac:
LPAC is a codec (coder / decoder) for lossless compression of digital audio
files. "Lossless" means that any compressed file can be decompressed in a way
it will be bit-wise identical with the original. This is the main advantage
of LPAC compared to lossy formats like MP3, WMA or RealAudio. On the other
hand, lossy codecs can achieve higher compression ratios. For example, MP3 at
128 kbit/s achieves a (fixed) compression ratio of 11, whereas LPAC's
compression ratios range from 1.5 to 4, strongly depending on the audio
material. Typically they are around 2 for pop music and 2.5 for classical
music. This may not seem much, but remember you will get back every single
bit, no matter how often you subsequently compress and decompress a file. It
is true that general archivers (Zip, LZH, gzip) are lossless, too, but they
often achieve nearly no compression on audio files.
WWW: http://www.nue.tu-berlin.de/wer/liebchen/lpac.html |
Number of commits found: 18
|