Dash:
[t2-trunk.git] / package / multimedia / smpeg / smpeg.conf
blob55cecb5e018d1ace9cbfd926f5511ab41f2f7088
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../smpeg/smpeg.conf
5 # Copyright (C) 2004 - 2016 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7
8 # More information can be found in the files COPYING and README.
9
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 autogen=1
18 smpeg_preconf()
20   export ACLOCAL_FLAGS="-I $root/$SDECFG_PKG_GNOME14_CORE_PREFIX/share/aclocal"
22   if [ $SDECFG_PKG_SMPEG_MMX == 1 ]; then
23     var_append extraconfopt " " "--enable-mmx"
24   else
25     var_append extraconfopt " " "--disable-mmx"
26   fi
27   if [ $SDECFG_PKG_SMPEG_ATI == 1 ]; then
28     var_append extraconfopt " " "--enable-ati"
29   else
30     var_append extraconfopt " " "--disable-ati"
31   fi
32   if [ $SDECFG_PKG_SMPEG_SYNC == 1 ]; then
33     var_append extraconfopt " " "--enable-timestamp-sync"
34   else
35     var_append extraconfopt " " "--disable-timestamp-sync"
36   fi
37   if [ $SDECFG_PKG_SMPEG_THSYS == 1 ]; then
38     var_append extraconfopt " " "--enable-threaded-system"
39   else
40     var_append extraconfopt " " "--disable-threaded-system"
41   fi
42   if [ $SDECFG_PKG_SMPEG_THAUDIO == 1 ]; then
43     var_append extraconfopt " " "--enable-threaded-audio"
44   else
45     var_append extraconfopt " " "--disable-threaded-audio"
46   fi
47   if [ $SDECFG_PKG_SMPEG_GTKPLAY == 1 ]; then
48     var_append extraconfopt " " "--enable-gtk-player"
49   else
50     var_append extraconfopt " " "--disable-gtk-player"
51   fi
52   if [ $SDECFG_PKG_SMPEG_GLPLAY == 1 ]; then
53     var_append extraconfopt " " "--enable-opengl-player"
54   else
55     var_append extraconfopt " " "--disable-opengl-player"
56   fi
57   if [ $SDECFG_PKG_SMPEG_ASSERT == 1 ]; then
58     var_append extraconfopt " " "--enable-assertions"
59   else
60     var_append extraconfopt " " "--disable-assertions"
61   fi
63 hook_add preconf 5 smpeg_preconf