[Xfce4-commits] <midori:master> Include gstreamer-0.10 files with Win32 build

Christian Dywan noreply at xfce.org
Sun Apr 15 00:00:01 CEST 2012


Updating branch refs/heads/master
         to 2a540a087874c3c02cc910b7149401e4012c0014 (commit)
       from 21c047a9b33645c1710439d79f7d6f802ba31664 (commit)

commit 2a540a087874c3c02cc910b7149401e4012c0014
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Sat Apr 14 23:58:05 2012 +0200

    Include gstreamer-0.10 files with Win32 build

 win32/makedist/makedist.midori |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index 6c79e96..785a7ca 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -103,6 +103,7 @@ pushd $root_dir/bin > /dev/null
 dll_recursive midori*.exe gspawn-*-helper*.exe libhunspell*.dll > $temp_dir/midori.exe.lst
 dll_recursive ../lib/gio/modules/*.dll >> $temp_dir/midori.exe.lst
 dll_recursive iconv.dll >> $temp_dir/midori.exe.lst
+dll_recursive ../lib/gstreamer-0.10/*.dll >> $temp_dir/midori.exe.lst
 
 if [ "$DEBUG_BUILD" != "" ]; then
     dll_recursive gdb.exe GtkLauncher.exe >> $temp_dir/midori.exe.lst
@@ -146,6 +147,8 @@ grab_files lib gio
 # Fedora ships on-demand pango modules, check just in case
 grab_files lib pango
 
+grab_files lib gstreamer-0.10
+
 echo -n .
 
 # copy share


More information about the Xfce4-commits mailing list