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

commit c93ba66414e8a69753c33349ecb1cc2dde92e4fa
Author: James Buren <[email protected]>
Date:   Sun Nov 25 03:24:18 2012 -0600

openlibraries-0.4.0-14-x86_64
* remove package

diff --git a/source/xlib-extra/openlibraries/FrugalBuild 
b/source/xlib-extra/openlibraries/FrugalBuild
deleted file mode 100644
index bb0bdcb..0000000
--- a/source/xlib-extra/openlibraries/FrugalBuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Compiling Time: 2.32 SBU
-# Maintainer: voroskoi <[email protected]>
-
-pkgname=openlibraries
-pkgver=0.4.0
-pkgrel=14
-pkgdesc="Powerful cross-platform set of libraries to test and deploy rich 
media applications."
-Finclude sourceforge python
-options=('scriptlet')
-source=($source sg_appearance.cpp_compile_fix.patch gcc4{3,4}.patch)
-depends=('libboost>=1.49.0' 'glew>=1.5.0' 'libgcc' 'libjpeg>=8b' 
'libpng>=1.4.2' 'libtiff' 'freeglut' 'openal>=1.7.411' 'sqlite3' 'python>=2.7')
-makedepends=('boost')
-groups=('xlib-extra')
-archs=('i686' 'x86_64')
-sha1sums=('7ebe24cfdc16c4869a74c0736bd4069f1ceff44c' \
-          '05b30bc14c15c0a3d0fdcfeac8ba96dbe1b49136' \
-          '254a2c21c5c4e3db04b6f480b48b1f70817d4b22' \
-          'dca9055c22285c9a91515a943fb3deccc1e8c9e6')
-
-build()
-{
-       Fcd
-       Fsed 'lib64' 'lib' configure
-       export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2"
-       Fbuild \
-               --disable-debug \
-               --disable-cg \
-               --disable-gelato \
-               --enable-sqlite3 \
-               --enable-openal \
-               --with-x \
-               --with-pythonversion="$_F_python_ver" \
-               --with-boostprefix=/usr \
-               --with-openalprefix=/usr \
-               --with-glewprefix=/usr \
-               --libdir=/usr/lib
-}
-
-# optimization OK
diff --git a/source/xlib-extra/openlibraries/gcc43.patch 
b/source/xlib-extra/openlibraries/gcc43.patch
deleted file mode 100644
index 89d1e70..0000000
--- a/source/xlib-extra/openlibraries/gcc43.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -Naur openlibraries-0.4.0/src/openassetlib/al/base64_codec.cpp 
openlibraries-0.4.0-p/src/openassetlib/al/base64_codec.cpp
---- openlibraries-0.4.0/src/openassetlib/al/base64_codec.cpp   2006-10-18 
12:21:03.000000000 +0200
-+++ openlibraries-0.4.0-p/src/openassetlib/al/base64_codec.cpp 2008-04-06 
00:25:57.000000000 +0200
-@@ -5,6 +5,7 @@
- // For more information, see http://www.openlibraries.org.
-
- #include <openassetlib/al/base64_codec.hpp>
-+#include <cstring>
-
- namespace olib { namespace openassetlib {
-
-diff -Naur 
openlibraries-0.4.0/src/openeffectslib/fx/content_handler_libxml.cpp 
openlibraries-0.4.0-p/src/openeffectslib/fx/content_handler_libxml.cpp
---- openlibraries-0.4.0/src/openeffectslib/fx/content_handler_libxml.cpp       
2006-05-19 17:25:15.000000000 +0200
-+++ openlibraries-0.4.0-p/src/openeffectslib/fx/content_handler_libxml.cpp     
2008-04-06 00:50:08.000000000 +0200
-@@ -7,6 +7,7 @@
-
- #include <openpluginlib/pl/utf8_utils.hpp>
- #include <openeffectslib/fx/content_handler_libxml.hpp>
-+#include <cstring>
-
- namespace olib { namespace openeffectslib { namespace fx {
-
-diff -Naur openlibraries-0.4.0/src/openpluginlib/pl/content_handler_libxml.cpp 
openlibraries-0.4.0-p/src/openpluginlib/pl/content_handler_libxml.cpp
---- openlibraries-0.4.0/src/openpluginlib/pl/content_handler_libxml.cpp        
2006-05-19 17:25:16.000000000 +0200
-+++ openlibraries-0.4.0-p/src/openpluginlib/pl/content_handler_libxml.cpp      
2008-04-05 23:09:10.000000000 +0200
-@@ -7,6 +7,7 @@
-
- #include <openpluginlib/pl/utf8_utils.hpp>
- #include <openpluginlib/pl/content_handler_libxml.hpp>
-+#include <string.h>
-
- namespace
- {
-diff -Naur openlibraries-0.4.0/src/openpluginlib/pl/pcos/key.hpp 
openlibraries-0.4.0-p/src/openpluginlib/pl/pcos/key.hpp
---- openlibraries-0.4.0/src/openpluginlib/pl/pcos/key.hpp      2006-11-01 
12:18:02.000000000 +0100
-+++ openlibraries-0.4.0-p/src/openpluginlib/pl/pcos/key.hpp    2008-04-05 
23:28:12.000000000 +0200
-@@ -12,6 +12,7 @@
-
- // std
- #include <vector>
-+#include <iostream>
-
- namespace olib { namespace openpluginlib { namespace pcos {
-
diff --git a/source/xlib-extra/openlibraries/gcc44.patch 
b/source/xlib-extra/openlibraries/gcc44.patch
deleted file mode 100644
index e8a5964..0000000
--- a/source/xlib-extra/openlibraries/gcc44.patch
+++ /dev/null
@@ -1,77 +0,0 @@
---- ./src/openmedialib/plugins/avformat/avformat_plugin.cpp.orig       
2009-07-22 11:39:31.000000000 +0200
-+++ ./src/openmedialib/plugins/avformat/avformat_plugin.cpp    2009-07-22 
11:42:26.000000000 +0200
-@@ -28,7 +28,7 @@
-
-
- extern "C" {
--#include <avformat.h>
-+#include <libavformat/avformat.h>
- }
-
- namespace oml = olib::openmedialib;
-@@ -308,7 +308,7 @@
-
-                               // Close the output file
-                               if ( !( fmt_->flags & AVFMT_NOFILE ) )
--                                      url_fclose( &oc_->pb );
-+                                      url_fclose( oc_->pb );
-
-                               // Free the context
-                               av_free( oc_ );
-@@ -1156,7 +1156,7 @@
-                       int error = av_open_input_file( &context_, 
opl::to_string( resource ).c_str( ), format_, 0, params_ ) < 0;
-
-                       // Check for streaming
--                      if ( error == 0 && url_is_streamed( &context_->pb ) )
-+                      if ( error == 0 && url_is_streamed( context_->pb ) )
-                       {
-                               is_seekable_ = false;
-                               key_search_ = true;
-@@ -1917,7 +1917,7 @@
- {
-       public:
-               // filter_type overloads
--              explicit 
avformat_resampler_filter::avformat_resampler_filter(const opl::wstring &)
-+              explicit avformat_resampler_filter(const opl::wstring &)
-                       : filter_type()
-                       , 
prop_output_channels_(pcos::key::from_string("channels"))
-                       , 
prop_output_sample_freq_(pcos::key::from_string("frequency"))
-@@ -2012,7 +2012,7 @@
-                       }
-               }
-
--              frame_type_ptr avformat_resampler_filter::fetch()
-+              frame_type_ptr fetch()
-               {
-                       // Get the filter input
-                       input_type_ptr input = fetch_slot( );
---- ./src/openmedialib/ml/filter.hpp.orig      2009-07-22 11:34:45.000000000 
+0200
-+++ ./src/openmedialib/ml/filter.hpp   2009-07-22 11:34:55.000000000 +0200
-@@ -8,6 +8,7 @@
- #define OPENMEDIALIB_FILTER_INC_
-
- #include <vector>
-+#include <stdio.h>
- #include <boost/shared_ptr.hpp>
- #include <openmedialib/ml/frame.hpp>
- #include <openmedialib/ml/input.hpp>
---- ./src/openimagelib/plugins/jpg/jpg_plugin.cpp.orig 2009-07-22 
11:33:49.000000000 +0200
-+++ ./src/openimagelib/plugins/jpg/jpg_plugin.cpp      2009-07-22 
11:34:01.000000000 +0200
-@@ -8,6 +8,7 @@
- #include <cstdlib>
- #include <vector>
- #include <string>
-+#include <stdio.h>
-
- #include <openimagelib/plugins/jpg/jpg_plugin.hpp>
-
---- ./src/openimagelib/il/utility.cpp.orig     2009-07-22 11:32:37.000000000 
+0200
-+++ ./src/openimagelib/il/utility.cpp  2009-07-22 11:32:59.000000000 +0200
-@@ -8,6 +8,7 @@
- #include <algorithm>
- #include <cmath>
- #include <limits>
-+#include <stdio.h>
-
- using namespace std;
-
diff --git 
a/source/xlib-extra/openlibraries/sg_appearance.cpp_compile_fix.patch 
b/source/xlib-extra/openlibraries/sg_appearance.cpp_compile_fix.patch
deleted file mode 100644
index fe06ce0..0000000
--- a/source/xlib-extra/openlibraries/sg_appearance.cpp_compile_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur openlibraries-0.4.0/src/openobjectlib/sg/appearance.cpp 
openlibraries-0.4.0-p/src/openobjectlib/sg/appearance.cpp
---- openlibraries-0.4.0/src/openobjectlib/sg/appearance.cpp    2006-09-24 
10:08:09.000000000 +0200
-+++ openlibraries-0.4.0-p/src/openobjectlib/sg/appearance.cpp  2007-05-27 
15:50:03.000000000 +0200
-@@ -54,7 +54,7 @@
-       {
-               typedef opl::m_url::const_iterator const_iterator;
-
--              const_iterator I = std::find_if( m.begin( ), m.end( ), 
fs::exists );
-+              const_iterator I = std::find_if( m.begin( ), m.end( ), 
fs::exists<fs::path> );
-               if( I != m.end( ) )
-               {
-                       p = *I;
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to