Skip to content

Commit

Permalink
BitstreamVera : Update to config-based build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Sep 11, 2018
1 parent 80d4332 commit eb58bfd
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 338 deletions.
17 changes: 17 additions & 0 deletions BitstreamVera/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{

"downloads" : [

"https://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-1.10.tar.gz"
],

"license" : "COPYRIGHT.TXT",

"commands" : [

"mkdir -p {buildDir}/fonts",
"cp *.ttf {buildDir}/fonts"

],

}
2 changes: 1 addition & 1 deletion build/buildAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cd `dirname $0`
(cd .. && ./build/build.py --project FreeType --buildDir $BUILD_DIR)
(cd .. && ./build/build.py --project TBB --buildDir $BUILD_DIR)
./buildEXR.sh
./buildFonts.sh
(cd .. && ./build/build.py --project BitstreamVera --buildDir $BUILD_DIR)
(cd .. && ./build/build.py --project GLEW --buildDir $BUILD_DIR)
(cd .. && ./build/build.py --project OpenColorIO --buildDir $BUILD_DIR)
(cd .. && ./build/build.py --project OpenImageIO --buildDir $BUILD_DIR)
Expand Down
8 changes: 0 additions & 8 deletions build/buildFonts.sh

This file was deleted.

124 changes: 0 additions & 124 deletions ttf-bitstream-vera-1.10/COPYRIGHT.TXT

This file was deleted.

11 changes: 0 additions & 11 deletions ttf-bitstream-vera-1.10/README.TXT

This file was deleted.

162 changes: 0 additions & 162 deletions ttf-bitstream-vera-1.10/RELEASENOTES.TXT

This file was deleted.

Binary file removed ttf-bitstream-vera-1.10/Vera.ttf
Binary file not shown.
Binary file removed ttf-bitstream-vera-1.10/VeraBI.ttf
Binary file not shown.
Binary file removed ttf-bitstream-vera-1.10/VeraBd.ttf
Binary file not shown.
Binary file removed ttf-bitstream-vera-1.10/VeraIt.ttf
Binary file not shown.
Binary file removed ttf-bitstream-vera-1.10/VeraMoBI.ttf
Binary file not shown.
Binary file removed ttf-bitstream-vera-1.10/VeraMoBd.ttf
Binary file not shown.
Binary file removed ttf-bitstream-vera-1.10/VeraMoIt.ttf
Binary file not shown.
Binary file removed ttf-bitstream-vera-1.10/VeraMono.ttf
Binary file not shown.
Binary file removed ttf-bitstream-vera-1.10/VeraSe.ttf
Binary file not shown.
Binary file removed ttf-bitstream-vera-1.10/VeraSeBd.ttf
Binary file not shown.
32 changes: 0 additions & 32 deletions ttf-bitstream-vera-1.10/local.conf

This file was deleted.

0 comments on commit eb58bfd

Please sign in to comment.