]> git.pld-linux.org Git - packages/strigi.git/commitdiff
- rel 2; fix linking auto/th/strigi-0_7_5-2 auto/ti/strigi-0_7_5-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 27 Jul 2011 08:25:41 +0000 (08:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strigi-lib.patch -> 1.1
    strigi.spec -> 1.44

strigi-lib.patch [new file with mode: 0644]
strigi.spec

diff --git a/strigi-lib.patch b/strigi-lib.patch
new file mode 100644 (file)
index 0000000..d5dc4dc
--- /dev/null
@@ -0,0 +1,16 @@
+--- strigi-0.7.5/strigiutils/bin/xmlindexer/CMakeLists.txt~    2011-04-23 13:00:17.000000000 +0200
++++ strigi-0.7.5/strigiutils/bin/xmlindexer/CMakeLists.txt     2011-07-27 10:22:05.164488881 +0200
+@@ -1,11 +1,11 @@
+-add_library(librdfindexer
++add_library(librdfindexer STATIC
+         rdfindexer.cpp
+         tagmapping.cpp
+       rdfindexwriter.cpp
+ )
+ target_link_libraries(librdfindexer ${LIBSTREAMANALYZER_LIBRARIES} ${LIBSTREAMS_LIBRARIES})
+-add_library(libxmlindexer
++add_library(libxmlindexer STATIC
+         xmlindexer.cpp
+         tagmapping.cpp
+       xmlindexwriter.cpp
index 80d5912bcb699b8fbe286151087377e2dd8c9913..0f4569b100147943934155d71c79b7cf0778c477 100644 (file)
@@ -9,12 +9,13 @@ Summary:      Strigi desktop search
 Summary(pl.UTF-8):     System wyszukiwania Strigi
 Name:          strigi
 Version:       0.7.5
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://www.vandenoever.info/software/strigi/%{name}-%{version}.tar.bz2
 # Source0-md5: 0559e2ab65d187d30916e9ffe36e0fb6
 Patch0:                %{name}-ffmpeg.patch
+Patch1:                %{name}-lib.patch
 URL:           http://strigi.sourceforge.net/
 BuildRequires: QtDBus-devel >= %{qtver}
 BuildRequires: QtGui-devel >= %{qtver}
@@ -83,6 +84,8 @@ Pliki nagłówkowe dla strigi.
 %setup -q
 cd libstreamanalyzer
 %patch0 -p1
+cd ..
+%patch1 -p1
 
 %build
 install -d build
This page took 0.0755 seconds and 4 git commands to generate.