You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
1.4 KiB

# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../djv/djv.conf
# Copyright (C) 2006 - 2011 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# Important Note:
#
# djv ships with all needed third-party libraries and applications but we
# disabled to build/use them because we are using those provided by the
# system.
#
# see: djv-0.8.2-disable-third-party.patch
# packages we always need to have for building djv
for x in zlib libjpeg libpng libtiff ilmbase openexr \
libxxf86vm glew fltk1 portaudio libquicktime; do
pkgprefix -t $x
done
# help to find libs and headers
# libxxf86vm
var_append CXX_WRAPPER_INSERT ' ' "-I$(pkgprefix -r includedir libxxf86vm)"
var_append CXX_WRAPPER_INSERT ' ' "-L$(pkgprefix -r libdir libxxf86vm)"
# glew
var_append CXX_WRAPPER_INSERT ' ' "$(pkg-config --libs glew)"
# fltk
var_append CXX_WRAPPER_INSERT ' ' "-lfltk -lfltk_gl"
# portaudio C++ bindings
var_append CXX_WRAPPER_INSERT ' ' "$(pkg-config --libs portaudiocpp)"
# libquicktime
var_append CXX_WRAPPER_INSERT ' ' "$(pkg-config --libs libquicktime)"