Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=4ed6517457161556a63dd18be55397e7af97d142

commit 4ed6517457161556a63dd18be55397e7af97d142
Author: Marius Cirsta <[email protected]>
Date:   Sat Sep 10 03:04:24 2011 +0000

jahshaka-2.0-6-x86_64

* removed because this is no longer under development for some time

diff --git a/source/xapps-extra/jahshaka/FrugalBuild 
b/source/xapps-extra/jahshaka/FrugalBuild
deleted file mode 100644
index e0d3214..0000000
--- a/source/xapps-extra/jahshaka/FrugalBuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Compiling Time: 2.0 SBU
-# Maintainer: voroskoi <[email protected]>
-
-pkgname=jahshaka
-pkgver=2.0
-pkgrel=6
-pkgdesc="Jahshaka is a video and film compositing, editing and special fx 
system that uses OpenGL & OpenML."
-_F_sourceforge_name=jahshakafx
-Finclude sourceforge
-depends=('libxi' 'fontconfig' 'openlibraries>=0.4.0-10' 'libxft' 
'mlt-plus-plus>=0.2.2-5' 'qt' 'freetype2' 'libxrender' 'libboost>=1.46.1')
-makedepends=('boost')
-groups=('xapps-extra')
-archs=('i686')
-up2date="$pkgver"
-source=(http://${_F_sourceforge_mirror}.dl.sourceforge.net/sourceforge/$_F_sourceforge_dirname/$pkgname.tar.gz
 \
-       gcc4{3,4}.patch)
-sha1sums=('320028a8fb3a397e071ab1f5a61645812bd30cb5' \
-          'b2f5e98048a00e9de68fac95c9dda2e432b579ee' \
-          '84509f6b0e775b4372f3c9c8b071aad48dcfb4ae')
-options=('scriptlet')
-
-unset MAKEFLAGS
-
-build() {
-       Fcd $pkgname
-       Fpatchall
-       Fmake --disable-debug
-       Fmakeinstall INSTALL_ROOT=$Fdestdir
-}
-
-# optimization OK
diff --git a/source/xapps-extra/jahshaka/gcc43.patch 
b/source/xapps-extra/jahshaka/gcc43.patch
deleted file mode 100644
index 84d4130..0000000
--- a/source/xapps-extra/jahshaka/gcc43.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-diff -Naur jahshaka/source/Jahshaka/JahLibraries/jahdatabase/jahdatabase.cpp 
jahshaka-p/source/Jahshaka/JahLibraries/jahdatabase/jahdatabase.cpp
---- jahshaka/source/Jahshaka/JahLibraries/jahdatabase/jahdatabase.cpp  
2006-09-15 19:14:53.000000000 +0200
-+++ jahshaka-p/source/Jahshaka/JahLibraries/jahdatabase/jahdatabase.cpp        
2008-04-06 03:28:04.000000000 +0200
-@@ -10,6 +10,7 @@
-
- #include "jahdatabase.h"
- #include <sqlite3.h>
-+#include <cstdlib>
-
- static const unsigned char databaseVersionMajor               = 2;
- static const unsigned char databaseVersionMinor               = 1;
-diff -Naur 
jahshaka/source/Jahshaka/JahLibraries/jahformatter/valueFormatters.cpp 
jahshaka-p/source/Jahshaka/JahLibraries/jahformatter/valueFormatters.cpp
---- jahshaka/source/Jahshaka/JahLibraries/jahformatter/valueFormatters.cpp     
2006-05-01 12:52:19.000000000 +0200
-+++ jahshaka-p/source/Jahshaka/JahLibraries/jahformatter/valueFormatters.cpp   
2008-04-06 03:36:05.000000000 +0200
-@@ -6,6 +6,8 @@
-
- // std
- #include <cmath>
-+#include <cstdlib>
-+#include <climits>
-
- TimecodeValueFormatter::TimecodeValueFormatter()
-     : m_fps( 30 ),
-diff -Naur jahshaka/source/Jahshaka/JahModules/editing_mlt/preview.h 
jahshaka-p/source/Jahshaka/JahModules/editing_mlt/preview.h
---- jahshaka/source/Jahshaka/JahModules/editing_mlt/preview.h  2006-09-15 
19:14:56.000000000 +0200
-+++ jahshaka-p/source/Jahshaka/JahModules/editing_mlt/preview.h        
2008-04-06 04:19:41.000000000 +0200
-@@ -12,6 +12,7 @@
-
- #include <qcombobox.h>
- #include <mlt++/Mlt.h>
-+#include <stdlib.h>
-
- class QComboBox;
-
-@@ -71,7 +72,7 @@
-                               Mlt::Factory::init( );
-                               Mlt::Factory::setenv( "MLT_NORMALISATION", pal 
? "PAL" : "NTSC" );
- #else
--                              setenv( "MLT_NORMALISATION", pal ? "PAL" : 
"NTSC", 1 );
-+                                      setenv( "MLT_NORMALISATION", pal ? 
"PAL" : "NTSC", 1 );
-                               Mlt::Factory::init( );
- #endif
-                               init( );
-diff -Naur jahshaka/source/Jahshaka/JahModules/editing_mlt/render.cpp 
jahshaka-p/source/Jahshaka/JahModules/editing_mlt/render.cpp
---- jahshaka/source/Jahshaka/JahModules/editing_mlt/render.cpp 2006-09-15 
19:14:56.000000000 +0200
-+++ jahshaka-p/source/Jahshaka/JahModules/editing_mlt/render.cpp       
2008-04-06 03:51:47.000000000 +0200
-@@ -22,6 +22,8 @@
-
- #include <sys/types.h>
- #include <sys/stat.h>
-+#include <cstring>
-+#include <stdlib.h>
-
- // Local non-class functions
-
-diff -Naur jahshaka/source/Jahshaka/JahWidgets/nodes/jahnodes.cpp 
jahshaka-p/source/Jahshaka/JahWidgets/nodes/jahnodes.cpp
---- jahshaka/source/Jahshaka/JahWidgets/nodes/jahnodes.cpp     2006-09-15 
19:14:58.000000000 +0200
-+++ jahshaka-p/source/Jahshaka/JahWidgets/nodes/jahnodes.cpp   2008-04-06 
05:03:06.000000000 +0200
-@@ -12,6 +12,7 @@
- //for preferences global
- #include "jahpreferences.h"
- #include "jahformatter.h"
-+#include <cstdlib>
-
- static uint mainCount = 0;
-
-diff -Naur 
jahshaka/source/OpenLibraries/openassetlib/v2_openassetlib/src/Database.cpp 
jahshaka-p/source/OpenLibraries/openassetlib/v2_openassetlib/src/Database.cpp
---- 
jahshaka/source/OpenLibraries/openassetlib/v2_openassetlib/src/Database.cpp     
   2006-09-15 19:14:59.000000000 +0200
-+++ 
jahshaka-p/source/OpenLibraries/openassetlib/v2_openassetlib/src/Database.cpp   
   2008-04-06 03:01:06.000000000 +0200
-@@ -7,6 +7,7 @@
-
- #include <stdio.h>
- #include <stdlib.h>
-+#include <cstring>
- #include "sqlite3.h"
- #include "Database.h"
- #include "Asset.h"
-diff -Naur jahshaka/source/OpenLibraries/opengpulib/glsl_objects.cpp 
jahshaka-p/source/OpenLibraries/opengpulib/glsl_objects.cpp
---- jahshaka/source/OpenLibraries/opengpulib/glsl_objects.cpp  2006-09-15 
19:15:00.000000000 +0200
-+++ jahshaka-p/source/OpenLibraries/opengpulib/glsl_objects.cpp        
2008-04-06 03:17:59.000000000 +0200
-@@ -10,6 +10,7 @@
- #include "glsl_objects.h"
-
- #include <fstream>
-+#include <cstring>
- using namespace std;
-
- GlslProgram::GlslProgram(vector<GlslShader*>& shader_vector)
diff --git a/source/xapps-extra/jahshaka/gcc44.patch 
b/source/xapps-extra/jahshaka/gcc44.patch
deleted file mode 100644
index eeec155..0000000
--- a/source/xapps-extra/jahshaka/gcc44.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/source/Jahshaka/JahLibraries/jahtimer/jahtimer.h 
b/source/Jahshaka/JahLibraries/jahtimer/jahtimer.h
-index 3484756..8a86be1 100755
---- a/source/Jahshaka/JahLibraries/jahtimer/jahtimer.h
-+++ b/source/Jahshaka/JahLibraries/jahtimer/jahtimer.h
-@@ -12,6 +12,7 @@
- #include <string>
- //#include <qstring.h>
- #include <sys/timeb.h>
-+#include <stdio.h>
-
- //#include "jahtracer.h"
-
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to