diff options
author | sem <sem@FreeBSD.org> | 2005-10-21 00:33:12 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-10-21 00:33:12 +0800 |
commit | 12144590353169191fdb50818bad6fbf3ff0a17d (patch) | |
tree | 3cb7941679befeb78390e7cd551ec45e3575d78d /audio | |
parent | 739bb0e5eb90af9e34c90f3aaa09349972e324d8 (diff) | |
download | freebsd-ports-gnome-12144590353169191fdb50818bad6fbf3ff0a17d.tar.gz freebsd-ports-gnome-12144590353169191fdb50818bad6fbf3ff0a17d.tar.zst freebsd-ports-gnome-12144590353169191fdb50818bad6fbf3ff0a17d.zip |
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>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/laudio/Makefile | 36 | ||||
-rw-r--r-- | audio/laudio/distinfo | 2 | ||||
-rw-r--r-- | audio/laudio/pkg-descr | 6 | ||||
-rw-r--r-- | audio/laudio/pkg-message | 1 |
5 files changed, 46 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f4622e94cac2..4f9320b521b9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -237,6 +237,7 @@ SUBDIR += ksmp3play SUBDIR += ladspa SUBDIR += lame + SUBDIR += laudio SUBDIR += liba52 SUBDIR += libadplug SUBDIR += libao diff --git a/audio/laudio/Makefile b/audio/laudio/Makefile new file mode 100644 index 000000000000..92d79c8c0372 --- /dev/null +++ b/audio/laudio/Makefile @@ -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> diff --git a/audio/laudio/distinfo b/audio/laudio/distinfo new file mode 100644 index 000000000000..3b0de114e023 --- /dev/null +++ b/audio/laudio/distinfo @@ -0,0 +1,2 @@ +MD5 (la04.tar.bz2) = 296ec1f4c2d17d1c3d6d29a5c86158ae +SIZE (la04.tar.bz2) = 1217373 diff --git a/audio/laudio/pkg-descr b/audio/laudio/pkg-descr new file mode 100644 index 000000000000..b7b49cf5777a --- /dev/null +++ b/audio/laudio/pkg-descr @@ -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/ diff --git a/audio/laudio/pkg-message b/audio/laudio/pkg-message new file mode 100644 index 000000000000..a0b4f3fd37b6 --- /dev/null +++ b/audio/laudio/pkg-message @@ -0,0 +1 @@ +This port requires Linux binary compatibility enabled. |