diff options
author | 2006-09-19 03:39:47 +0000 | |
---|---|---|
committer | 2006-09-19 03:39:47 +0000 | |
commit | fbe650163ba69f56444544d8a648037fc04ce716 (patch) | |
tree | 08efce2ca081c989ac4695d7331940f7748e6a8d /media-libs/amanith/files | |
parent | Remove hal flag. Bug #147496 (diff) | |
download | historical-fbe650163ba69f56444544d8a648037fc04ce716.tar.gz historical-fbe650163ba69f56444544d8a648037fc04ce716.tar.bz2 historical-fbe650163ba69f56444544d8a648037fc04ce716.zip |
initial import #115754 by Leo.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'media-libs/amanith/files')
-rw-r--r-- | media-libs/amanith/files/amanith-0.3-build.patch | 60 | ||||
-rw-r--r-- | media-libs/amanith/files/amanith-0.3-gcc4.patch | 11 | ||||
-rw-r--r-- | media-libs/amanith/files/digest-amanith-0.3 | 3 |
3 files changed, 74 insertions, 0 deletions
diff --git a/media-libs/amanith/files/amanith-0.3-build.patch b/media-libs/amanith/files/amanith-0.3-build.patch new file mode 100644 index 000000000000..27e6f3a45fec --- /dev/null +++ b/media-libs/amanith/files/amanith-0.3-build.patch @@ -0,0 +1,60 @@ +--- amanith/plugins/fonts/build.conf ++++ amanith/plugins/fonts/build.conf +@@ -38,9 +38,9 @@ + # take into account compilation mode (debug or release)
+ DEFINES -= FT_DEBUG_LEVEL_ERROR FT_DEBUG_LEVEL_TRACE
+
+-INCLUDEPATH += $$(AMANITHDIR)/3rdpart/freetype2/include
++QMAKE_CXXFLAGS += `pkg-config --cflags freetype2` +
+-unix: LIBS += $$(AMANITHDIR)/lib/libfreetype2.a $$(AMANITHDIR)/lib/libzlib.a
++unix: LIBS += `pkg-config --libs freetype2` -lz + win32: {
+
+ !contains(DEFINES, WIN32_MINGW) {
+--- amanith/plugins/jpeg/build.conf ++++ amanith/plugins/jpeg/build.conf +@@ -25,7 +25,7 @@ + }
+ }
+
+-unix: LIBS += $$(AMANITHDIR)/lib/libjpeg.a
++unix: LIBS += -ljpeg + win32: {
+
+ !contains(DEFINES, WIN32_MINGW) {
+--- amanith/plugins/jpeg/gjpegimpexp.cpp ++++ amanith/plugins/jpeg/gjpegimpexp.cpp +@@ -36,7 +36,7 @@ + #include <csetjmp>
+
+ G_EXTERN_C { +- #include "../../3rdpart/libjpeg/jpeglib.h" ++ #include <jpeglib.h> + };
+
+ /**************************************************************************** +--- amanith/plugins/png/build.conf ++++ amanith/plugins/png/build.conf +@@ -25,9 +25,8 @@ + }
+ }
+
+-INCLUDEPATH += $$(AMANITHDIR)/3rdpart/zlib
+
+-unix: LIBS += $$(AMANITHDIR)/lib/libpng.a $$(AMANITHDIR)/lib/libzlib.a
++unix: LIBS += -lpng -lz + win32: {
+
+ !contains(DEFINES, WIN32_MINGW) {
+--- amanith/plugins/png/gpngimpexp.cpp ++++ amanith/plugins/png/gpngimpexp.cpp +@@ -35,7 +35,7 @@ + //#include <csetjmp>
+
+ G_EXTERN_C { +- #include "../../3rdpart/libpng/png.h" ++ #include <png.h> + };
+
+ /**************************************************************************** diff --git a/media-libs/amanith/files/amanith-0.3-gcc4.patch b/media-libs/amanith/files/amanith-0.3-gcc4.patch new file mode 100644 index 000000000000..d1294bd1320d --- /dev/null +++ b/media-libs/amanith/files/amanith-0.3-gcc4.patch @@ -0,0 +1,11 @@ +--- amanith/examples/opengl/vectorizer/drawer.h ++++ amanith/examples/opengl/vectorizer/drawer.h +@@ -71,7 +71,7 @@ + #endif + // destructor + ~QGLWidgetTest(); +- void QGLWidgetTest::timerEvent(QTimerEvent *e); ++ void timerEvent(QTimerEvent *e);
+ }; + + diff --git a/media-libs/amanith/files/digest-amanith-0.3 b/media-libs/amanith/files/digest-amanith-0.3 new file mode 100644 index 000000000000..0b51f88b6fc6 --- /dev/null +++ b/media-libs/amanith/files/digest-amanith-0.3 @@ -0,0 +1,3 @@ +MD5 392e79d36cc2d57921c7fefacbc4d4a3 amanith_03.tar.gz 7688202 +RMD160 6bfe1f54bbf3ff70b299c5ebf9d2d13cfcfaa6fd amanith_03.tar.gz 7688202 +SHA256 2e92dde6e56abef0f5146fd61ad0310e176d25578673353afe4def99c6bdaa1a amanith_03.tar.gz 7688202 |