1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Laudio is a port of La, a free lossless audio codec written by

Michael Bevin. It is not opensource, but versions are available
for Windows and Linux. Currently (October 2005) it has the best
compression ratio available.

WWW: http://www.lossless-audio.com/

PR:		ports/87668
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
This commit is contained in:
Sergey Matveychuk 2005-10-20 16:33:12 +00:00
parent 779c50f397
commit 860706c423
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145949
5 changed files with 46 additions and 0 deletions

View File

@ -237,6 +237,7 @@
SUBDIR += ksmp3play
SUBDIR += ladspa
SUBDIR += lame
SUBDIR += laudio
SUBDIR += liba52
SUBDIR += libadplug
SUBDIR += libao

36
audio/laudio/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: laudio
# Date created: 18 October 2005
# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
#
# $FreeBSD$
#
PORTNAME= laudio
PORTVERSION= 0.4
CATEGORIES?= audio linux
MASTER_SITES= http://www.lossless-audio.com/ \
http://www.csme.ru/filez/
DISTNAME= la04
MAINTAINER= infofarmer@gmail.com
COMMENT= A free lossless audio codec
ONLY_FOR_ARCHS= amd64 i386
USE_BZIP2= yes
NO_BUILD= yes
PLIST_FILES= bin/laudio
PORTDOCS= readme.txt
do-install:
@${INSTALL_PROGRAM} ${WRKDIR}/la ${PREFIX}/bin/laudio
@${BRANDELF} -t Linux ${PREFIX}/bin/laudio
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCSDIR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

2
audio/laudio/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (la04.tar.bz2) = 296ec1f4c2d17d1c3d6d29a5c86158ae
SIZE (la04.tar.bz2) = 1217373

6
audio/laudio/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Laudio is a port of La, a free lossless audio codec written by
Michael Bevin. It is not opensource, but versions are available
for Windows and Linux. Currently (October 2005) it has the best
compression ratio available.
WWW: http://www.lossless-audio.com/

1
audio/laudio/pkg-message Normal file
View File

@ -0,0 +1 @@
This port requires Linux binary compatibility enabled.