Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (0535caa6b0168f203f7955335e8db5e53f2a50c9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (0535caa6b0168f203f7955335e8db5e53f2a50c9)
  • Date: Sat, 8 Jun 2013 17:28:12 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

video/avidemux2/DEPENDS | 37 ++++++++++++++++++++++---------------
1 file changed, 22 insertions(+), 15 deletions(-)

New commits:
commit 0535caa6b0168f203f7955335e8db5e53f2a50c9
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

avidemux2: fix things to get something workable, less proper choice,
but at least with plugins to have some functionality!

diff --git a/video/avidemux2/DEPENDS b/video/avidemux2/DEPENDS
index f287df3..67046c7 100755
--- a/video/avidemux2/DEPENDS
+++ b/video/avidemux2/DEPENDS
@@ -2,9 +2,16 @@ depends cmake &&
depends -sub CXX gcc &&
depends libxml2 &&
depends yasm &&
+# for 2.6
+#depends sqlite &&
+# 2.5 website mentions subversion as possible prereq

-optional_depends gtk+2 "" "-DNO_GTK=1" "for gtk+2 gui" &&
-optional_depends qt4 "" "-DNO_QT4=1" "for Qt gui" &&
+optional_depends gtk+2 "--with-gtk" "--without-gtk" "for gtk+2 gui" &&
+optional_depends qt4 "--with-qt4" "--without-qt4" "for Qt gui" &&
+
+# Sorry, using the simple bootstrap script, so no selective disabling
+# of plugins. So what ever is present will be used.
+# Upside is: It's plugins, no strict linking.

optional_depends libmad \
"" \
@@ -18,65 +25,65 @@ optional_depends a52dec \

optional_depends aften \
"" \
- "-DNO_Aften=1" \
+ "" \
"for AC3 audio encoding" &&

optional_depends libdca \
"" \
- "-DNO_libdca=1" \
+ "" \
"for DTS audio decoding" &&

optional_depends lame \
"" \
- "-DNO_Lame=1" \
+ "" \
"for mp3 audio encoding" &&

optional_depends libvorbis \
"" \
- "-DNO_Vorbis=1" \
+ "" \
"for OGG/Vorbis support" &&

optional_depends xvid \
"" \
- "-DNO_Xvid=1" \
+ "" \
"for xvid video encoding" &&

optional_depends x264 \
"" \
- "-DNO_x264=1" \
+ "" \
"for H264 video encoding" &&

optional_depends freetype2 \
"" \
- "-DNO_FREETYPE=1" \
+ "" \
"for subtitle rendering" &&

optional_depends alsa-lib \
"" \
- "-DNO_ALSA=1" \
+ "" \
"for alsa audio output" &&

optional_depends esound \
"" \
- "-DNO_Esd=1" \
+ "" \
"for esd audio output" &&

optional_depends JACK-DRIVER \
"" \
- "-DNO_Jack=1" \
+ "" \
"for jack driver support" &&

optional_depends libsamplerate \
"" \
- "-DNO_libsamplerate=1" \
+ "" \
"for resampling support" &&

optional_depends faad2 \
"" \
- "-DNO_FAAC=1 -DNO_FAAD=1 -DNO_NeAAC=1" \
+ "" \
"for AAC audio decoding" &&

optional_depends sdl \
"" \
- "-DNO_SDL=1" \
+ "" \
"for SDL audio/video output"



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (0535caa6b0168f203f7955335e8db5e53f2a50c9), Thomas Orgis, 06/08/2013

Archive powered by MHonArc 2.6.24.

Top of Page