mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Initial .OPD files for speex, libtheora, bladeenc and readline. Moved readline patches to patches directory and added .bep file for readline-6.0
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
Package: libtheora
|
||||||
|
Version: 1.0
|
||||||
|
Copyright: 2002-2008 Xiph.Org Foundation and contributors.
|
||||||
|
License: Xiph
|
||||||
|
URL: http://www.xiph.org/
|
||||||
11
media-libs/speex/speex.OptionalPackageDescription
Normal file
11
media-libs/speex/speex.OptionalPackageDescription
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Package: speex
|
||||||
|
Version: 1.2rc1-git-2009-09-15
|
||||||
|
Copyright: 2002-2009 Xiph.org Foundation
|
||||||
|
Copyright: 2002-2008 Jean-Marc Valin
|
||||||
|
Copyright: 2005-2007 Analog Devices Inc.
|
||||||
|
Copyright: 2005-2008 Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||||
|
Copyright: 1993, 2002, 2006 David Rowe
|
||||||
|
Copyright: 2003 EpicGames
|
||||||
|
Copyright: 1992-1994 Jutta Degener, Carsten Bormann
|
||||||
|
License: Speex
|
||||||
|
URL: http://www.xiph.org/
|
||||||
5
media-sound/bladeenc/bladeenc.OptionalPackageDescription
Normal file
5
media-sound/bladeenc/bladeenc.OptionalPackageDescription
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Package: bladeenc
|
||||||
|
Version: 0.94.2
|
||||||
|
Copyright: 1998-2001 Tord Jansson et al.
|
||||||
|
License: GNU LGPL v2.1
|
||||||
|
URL: http://bladeenc.mp3.no/
|
||||||
@@ -2,8 +2,6 @@ DESCRIPTION="readline"
|
|||||||
HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
||||||
SRC_URI="ftp://ftp.cwru.edu/pub/bash/readline-5.2.tar.gz"
|
SRC_URI="ftp://ftp.cwru.edu/pub/bash/readline-5.2.tar.gz"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
STATUS_R5="untested"
|
|
||||||
STATUS_BONE="untested"
|
|
||||||
STATUS_HAIKU="stable"
|
STATUS_HAIKU="stable"
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
BUILD {
|
BUILD {
|
||||||
|
|||||||
20
sys-libs/readline/readline-6.0.bep
Normal file
20
sys-libs/readline/readline-6.0.bep
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
DESCRIPTION="readline"
|
||||||
|
HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
||||||
|
SRC_URI="ftp://ftp.cwru.edu/pub/bash/readline-6.0.tar.gz"
|
||||||
|
REVISION="1"
|
||||||
|
STATUS_HAIKU="stable"
|
||||||
|
DEPEND=""
|
||||||
|
BUILD {
|
||||||
|
cd readline-6.0
|
||||||
|
libtoolize --force --copy --install
|
||||||
|
aclocal
|
||||||
|
autoconf
|
||||||
|
automake
|
||||||
|
./configure --prefix=/boot/common
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL {
|
||||||
|
cd readline-6.0
|
||||||
|
make install
|
||||||
|
}
|
||||||
5
sys-libs/readline/readline.OptionalPackageDescription
Normal file
5
sys-libs/readline/readline.OptionalPackageDescription
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Package: readline
|
||||||
|
Version: 6.0
|
||||||
|
Copyright: 1989-2009 Free Software Foundation, Inc.
|
||||||
|
License: GNU GPL v3
|
||||||
|
URL: http://tiswww.case.edu/php/chet/readline/rltop.html
|
||||||
Reference in New Issue
Block a user