mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Initial .bep file for faac.
This commit is contained in:
28
media-libs/faac/faac-1.28.bep
Normal file
28
media-libs/faac/faac-1.28.bep
Normal file
@@ -0,0 +1,28 @@
|
||||
DESCRIPTION="FAAC is an MPEG-4 and MPEG-2 AAC encoder"
|
||||
HOMEPAGE="http://www.audiocoding.com/"
|
||||
SRC_URI="http://downloads.sourceforge.net/faac/faac-1.28.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="c5dde68840cefe46532089c9392d1df0"
|
||||
MESSAGE="See FAAC file in licenses directory for restrictions on binary releases. Binary releases may require a patent license in some countries."
|
||||
BUILD {
|
||||
cd faac-1.28
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--libdir=$LIBDIR \
|
||||
--mandir=$MANDIR
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd faac-1.28
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="FAAC"
|
||||
COPYRIGHT="2001 M. Bakker"
|
||||
70
media-libs/faac/licenses/FAAC
Normal file
70
media-libs/faac/licenses/FAAC
Normal file
@@ -0,0 +1,70 @@
|
||||
__________
|
||||
COPYRIGHTS
|
||||
|
||||
FAAC is based on the ISO MPEG-4 reference code. For this base code the
|
||||
following license applies:
|
||||
|
||||
|
||||
**********************************************************************
|
||||
This software module was originally developed by
|
||||
|
||||
FirstName LastName (CompanyName)
|
||||
|
||||
and edited by
|
||||
|
||||
FirstName LastName (CompanyName)
|
||||
FirstName LastName (CompanyName)
|
||||
|
||||
in the course of development of the MPEG-2 NBC/MPEG-4 Audio standard
|
||||
ISO/IEC 13818-7, 14496-1,2 and 3. This software module is an
|
||||
implementation of a part of one or more MPEG-2 NBC/MPEG-4 Audio tools
|
||||
as specified by the MPEG-2 NBC/MPEG-4 Audio standard. ISO/IEC gives
|
||||
users of the MPEG-2 NBC/MPEG-4 Audio standards free license to this
|
||||
software module or modifications thereof for use in hardware or
|
||||
software products claiming conformance to the MPEG-2 NBC/ MPEG-4 Audio
|
||||
standards. Those intending to use this software module in hardware or
|
||||
software products are advised that this use may infringe existing
|
||||
patents. The original developer of this software module and his/her
|
||||
company, the subsequent editors and their companies, and ISO/IEC have
|
||||
no liability for use of this software module or modifications thereof
|
||||
in an implementation. Copyright is not released for non MPEG-2
|
||||
NBC/MPEG-4 Audio conforming products. The original developer retains
|
||||
full right to use the code for his/her own purpose, assign or donate
|
||||
the code to a third party and to inhibit third party from using the
|
||||
code for non MPEG-2 NBC/MPEG-4 Audio conforming products. This
|
||||
copyright notice must be included in all copies or derivative works.
|
||||
|
||||
Copyright (c) 1997.
|
||||
**********************************************************************
|
||||
|
||||
|
||||
For the changes made for the FAAC project the GNU Library General
|
||||
Public License (LGPL), version 2 1991 applies. For the changes the
|
||||
following statement applies:
|
||||
|
||||
**********************************************************************
|
||||
FAAC - Freeware Advanced Audio Coder
|
||||
Copyright (C) 2001 M. Bakker
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
**********************************************************************
|
||||
|
||||
|
||||
|
||||
Please note that the use of this software may require the payment of
|
||||
patent royalties. You need to consider this issue before you start
|
||||
building derivative works. We are not warranting or indemnifying you in
|
||||
any way for patent royalities! YOU ARE SOLELY RESPONSIBLE FOR YOUR OWN
|
||||
ACTIONS!
|
||||
@@ -9,6 +9,7 @@ DEPEND=""
|
||||
BUILD {
|
||||
cd libsdl-1.3-hg
|
||||
patch -p1 -ui ../../patches/SDL-1-3_patch01-05.diff
|
||||
libtoolize --force --copy --install
|
||||
./autogen.sh
|
||||
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
|
||||
Reference in New Issue
Block a user