mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Updated freetype to 2.4.11 and fontconfig to 2.10.2
This commit is contained in:
37
media-libs/fontconfig/fontconfig-2.10.2.bep
Normal file
37
media-libs/fontconfig/fontconfig-2.10.2.bep
Normal file
@@ -0,0 +1,37 @@
|
||||
DESCRIPTION="Fontconfig is a library for font customization and configuration."
|
||||
HOMEPAGE="http://www.freedesktop.org/wiki/Software/fontconfig"
|
||||
SRC_URI="http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.10.2.tar.bz2"
|
||||
CHECKSUM_MD5="2f239690057d1438aa282e051f721d08"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-util/pkgconfig >= 0.23
|
||||
media-libs/freetype >= 2.4.9"
|
||||
BUILD {
|
||||
cd fontconfig-2.10.2
|
||||
mkdir -p `finddir B_USER_CACHE_DIRECTORY`
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
FONTS_DIR=`finddir B_SYSTEM_FONTS_DIRECTORY`
|
||||
FONTS_DIR2=`finddir B_COMMON_FONTS_DIRECTORY`
|
||||
FONTS_DIR3=`finddir B_BEOS_FONTS_DIRECTORY`
|
||||
FONTS_DIR4=`finddir B_USER_FONTS_DIRECTORY`
|
||||
CACHE_DIR=`finddir B_USER_CACHE_DIRECTORY`
|
||||
DOCS_DIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
DATA_DIR=`finddir B_COMMON_DATA_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--enable-libxml2 \
|
||||
--with-default-fonts=${FONTS_DIR} \
|
||||
--with-add-fonts=${FONTS_DIR2},${FONTS_DIR3},${FONTS_DIR4} \
|
||||
--with-cache-dir=${CACHE_DIR} \
|
||||
--mandir=${DOCS_DIR}/man \
|
||||
--docdir=${DOCS_DIR}/doc \
|
||||
--datarootdir=${DATA_DIR}
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd fontconfig-2.10.2
|
||||
make install
|
||||
}
|
||||
22
media-libs/freetype/freetype-2.4.11.bep
Normal file
22
media-libs/freetype/freetype-2.4.11.bep
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION="Freetype - A Free, High-Quality, and Portable Font Engine"
|
||||
HOMEPAGE="http://www.freetype.org"
|
||||
SRC_URI="http://download.savannah.gnu.org/releases/freetype/freetype-2.4.11.tar.bz2"
|
||||
CHECKSUM_MD5="b93435488942486c8d0ca22e8f768034"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd freetype-2.4.11
|
||||
sh ./autogen.sh
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--includedir=/boot/develop/headers/3rdparty \
|
||||
--datarootdir=`finddir B_COMMON_DATA_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd freetype-2.4.11
|
||||
make install
|
||||
}
|
||||
LICENSE="FreeType"
|
||||
COPYRIGHT="1996-2013 David Turner, Robert Wilhelm, Werner Lemberg, et al."
|
||||
Reference in New Issue
Block a user