New commits:
commit 2c9333e7fac2572cf21d21a50f931a56b3434ad3
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>
cups: in BUILD: switched --without-rcdir and $OPTS to follow best practice
in DEPENDS: fixed suggest_depends, so "to print Postscript files" is not
passed as a configure flag
commit f17e5219c40f9fd8303fd6c283620b7e2f067ef7
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>
avidemux2: updated version to 2.4.3
switched from autotools to cmake => removed autoconf and automake
dependencies and added cmake dependency
removed CFLAGS and CXXFLAGS downgrade, removed disable_pic
removed libmozjs detection and GECKO dependency since 2.4.x branch no
longer need external libmozjs
removed PRE_BUILD as it's no longer needed with cmake build
added optional dependencies on libdca and x264
# set language options
if [[ $EXTRA_LANG == n ]]; then
diff --git a/printer/cups/DEPENDS b/printer/cups/DEPENDS
index 1e5f3c5..c44abe3 100755
--- a/printer/cups/DEPENDS
+++ b/printer/cups/DEPENDS
@@ -40,4 +40,4 @@ optional_depends 'openslp'
\
'--disable-slp' \
'to use the Service Location Protocol for discovery'
-suggest_depends POSTSCRIPT-INTERPRETER 'to print Postscript files'
+suggest_depends POSTSCRIPT-INTERPRETER '' '' 'to print Postscript files'
diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index 3fd97ff..dfad4dc 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,3 +1,8 @@
+2008-08-18 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * BUILD: switched --without-rcdir and $OPTS to follow best practice
+ * DEPENDS: fixed suggest_depends, so "to print Postscript files" is
+ not passed as a configure flag
+
2008-07-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.8, quoting the paths!