Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=06c3da52efaead5d72047ff8fb7a5daa8c855fa1

commit 06c3da52efaead5d72047ff8fb7a5daa8c855fa1
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Sep 14 14:48:37 2009 +0200

openmovieeditor-0.0.20090105-1-i686
*version bump

diff --git a/source/xmultimedia-extra/openmovieeditor/FrugalBuild 
b/source/xmultimedia-extra/openmovieeditor/FrugalBuild
index a660934..8dbd56e 100644
--- a/source/xmultimedia-extra/openmovieeditor/FrugalBuild
+++ b/source/xmultimedia-extra/openmovieeditor/FrugalBuild
@@ -2,19 +2,27 @@
# Maintainer: bouleetbil <bouleet...@frogdev.info>

pkgname=openmovieeditor
-pkgver=0.0.20080209
+pkgver=0.0.20090105
pkgrel=1
pkgdesc="Open Movie Editor is a free and open source video editing program"
-depends=('gmerlin' 'portaudio' 'libsamplerate' 'gavl' 'libquicktime' 'libgl' 
'jack' \
+depends=('gmerlin>=0.4.1' 'portaudio' 'libsamplerate' 'gavl' 'libquicktime' 
'libgl' 'jack' \
'fltk' 'libxext' 'flac' 'libxdamage' 'fontconfig' 'libxrender')
options=('scriptlet')
groups=('xmultimedia-extra')
archs=('i686')
-_F_sourceforge_broken_up2date="1"
Finclude sourceforge
-source=(${sour...@]} gcc-4.3.diff)
url="http://www.openmovieeditor.org/";
-sha1sums=('7de8c929eb50c01234da8e85873126b8a225d93c' \
-          '950d4c629f2e81322b9c2dcbb8088397b4543817')
+up2date="Flasttar http://www.openmovieeditor.org/download.html";
+source=($source gcc44.diff)
+sha1sums=('1fb230c0a3f858c547d5d34e07232bb02a04aadb' \
+          '8fab198dea0317dcb7fee47c929a290e5c8e3faa')
+
+build() {
+       Fcd
+       Fpatchall
+       Fautoreconf
+       Fmake
+       Fmakeinstall
+}

# optimization OK
diff --git a/source/xmultimedia-extra/openmovieeditor/gcc-4.3.diff 
b/source/xmultimedia-extra/openmovieeditor/gcc-4.3.diff
deleted file mode 100644
index f2e9268..0000000
--- a/source/xmultimedia-extra/openmovieeditor/gcc-4.3.diff
+++ /dev/null
@@ -1,108 +0,0 @@
---- a/src/AudioFileFactory.cxx
-+++ b/src/AudioFileFactory.cxx
-@@ -25,6 +25,8 @@
- #include "Resampler.H"
- #include <FL/filename.H>
-
-+#include <cstring>
-+
- namespace nle
- {
-
---- a/src/AudioFileQT.cxx
-+++ b/src/AudioFileQT.cxx
-@@ -22,6 +22,8 @@
- #include "AudioFileQT.H"
- #include "ErrorDialog/IErrorHandler.H"
-
-+#include <cstdlib>
-+
-
- namespace nle
- {
---- a/src/FilmStripFactory.cxx
-+++ b/src/FilmStripFactory.cxx
-@@ -25,6 +25,8 @@
- #include "IVideoFile.H"
- #include "FilmStrip.H"
-
-+#include <cstring>
-+
-
- namespace nle
- {
---- a/src/FolderBrowser.cxx
-+++ b/src/FolderBrowser.cxx
-@@ -21,6 +21,7 @@
-
- #include <cstdlib>
- #include <iostream>
-+#include <cstring>
-
- namespace nle
- {
---- a/src/JackPlaybackCore.cxx
-+++ b/src/JackPlaybackCore.cxx
-@@ -39,6 +39,9 @@
- #include "ErrorDialog/IErrorHandler.H"
- #include <iostream>
-
-+#include <cstdlib>
-+#include <cstring>
-+
- #define VIDEO_DRIFT_LIMIT 2 //Calculate this based on frame size
- #define FRAMES 4096
-
---- a/src/NodeFilterFrei0rFactoryPlugin.cxx
-+++ b/src/NodeFilterFrei0rFactoryPlugin.cxx
-@@ -3,6 +3,7 @@
- #include "NodeFilterFrei0rFactoryPlugin.H"
- #include "Frei0rNode.H"
- #include <iostream>
-+#include <cstring>
-
-
- NodeFilterFrei0rFactoryPlugin::NodeFilterFrei0rFactoryPlugin( std::string 
filename )
---- a/src/PortAudioPlaybackCore.cxx
-+++ b/src/PortAudioPlaybackCore.cxx
-@@ -38,6 +38,8 @@
- #include "ErrorDialog/IErrorHandler.H"
- #include <iostream>
-
-+#include <cstdlib>
-+
- #define VIDEO_DRIFT_LIMIT (2 * 1200) //Calculate this based on frame size
- #define FRAMES 4096
-
---- a/src/VideoFileFactory.cxx
-+++ b/src/VideoFileFactory.cxx
-@@ -22,6 +22,7 @@
- #include "VideoFileFactory.H"
- #include "VideoFileMpeg3.H"
- #include <FL/filename.H>
-+#include <cstring>
- namespace nle
- {
-
---- a/src/VideoThumbnails.cxx
-+++ b/src/VideoThumbnails.cxx
-@@ -25,6 +25,8 @@
- #include "VideoFileFactory.H"
- #include "ImageClip.H"
-
-+#include <cstring>
-+
- namespace nle
- {
-
---- a/src/fl_font_browser.cpp
-+++ b/src/fl_font_browser.cpp
-@@ -28,6 +28,8 @@
-
-
- #include "fl_font_browser.h"
-+#include <cstdlib>
-+#include <cstring>
- using namespace std;
-
- void Fl_Font_Browser::callback(void (*cb)(Fl_Widget *, void *), void *d )
diff --git a/source/xmultimedia-extra/openmovieeditor/gcc44.diff 
b/source/xmultimedia-extra/openmovieeditor/gcc44.diff
new file mode 100644
index 0000000..32ebfc3
--- /dev/null
+++ b/source/xmultimedia-extra/openmovieeditor/gcc44.diff
@@ -0,0 +1,45 @@
+--- src/src/VideoViewGL.H      2008-09-25 14:07:05.000000000 +0200
++++ src/src/VideoViewGL.H      2009-09-08 23:01:31.000000000 +0200
+@@ -25,6 +25,7 @@
+
+ #include "IVideoWriter.H"
+ #include <sstream>
++#include <stdint.h>
+
+ namespace nle
+ {
+
+--- src/src/WaveForm.H~        2009-01-01 17:07:25.000000000 +0100
++++ src/src/WaveForm.H 2009-09-08 23:07:01.000000000 +0200
+@@ -21,6 +21,7 @@
+ #include "JobManager.H"
+
+ #include <string>
++#include <stdint.h>
+
+ namespace nle
+ {
+
+--- src/src/AddCommand.cxx~    2008-10-03 18:58:49.000000000 +0200
++++ src/src/AddCommand.cxx     2009-09-08 23:20:03.000000000 +0200
+@@ -22,6 +22,7 @@
+ #include "timeline/Clip.H"
+ #include "Timeline.H"
+ #include "VideoTrack.H"
++#include <cstdio>
+
+ namespace nle
+ {
+
+--- src/src/MediaBrowser.cxx   2008-12-22 21:10:21.000000000 +0100
++++ src/src/MediaBrowser.cxx   2009-09-08 23:25:48.000000000 +0200
+@@ -20,6 +20,7 @@
+ #include <iostream>
+ #include <cstring>
+ #include <cstdlib>
++#include <cstdio>
+
+ #include <FL/Fl.H>
+ #include <FL/filename.H>
+
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to