Skip to content

Commit

Permalink
strigi: Version bump to 0.7.8. This was created by multiple git clones
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Jun 5, 2013
1 parent 49bd8c5 commit b14bace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
15 changes: 0 additions & 15 deletions utils/strigi/BUILD
@@ -1,17 +1,2 @@
(

patch_it $SOURCE2 1 &&

# A gcc twiddle.
sed -i "29i #include <unistd.h>" strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp &&

# So nepomukindexer stops segfaulting on ffmpeg libavformat.so. Taken from kde support strigi
# commit bb733a4f.
sedit 's:indexing FFMPEG\"):indexing FFMPEG\" COMPONENTS AVCODEC AVFORMAT AVUTIL SWSCALE ):' libstreamanalyzer/CMakeLists.txt &&

# Sqlite and inotify are unreliabe, so making them a hard off.
OPTS+=" -DENABLE_SQLITE=OFF -DENABLE_INOTIFY=OFF" &&

default_cmake_build

) > $C_FIFO 2>&1
14 changes: 5 additions & 9 deletions utils/strigi/DETAILS
@@ -1,15 +1,11 @@
MODULE=strigi
VERSION=0.7.7.orig
SOURCE=$MODULE\_$VERSION.tar.bz2
SOURCE2=strigi-0.7.7-ffmpeg-0.11.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-${VERSION%.orig}
SOURCE_URL=http://ftp.de.debian.org/debian/pool/main/s/strigi/
SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-misc/strigi/files/
SOURCE_VFY=sha1:a3100f851bb1a15231a863a5e66018946e3e8eb3
SOURCE2_VFY=sha1:fcae6f5eaa2965a966a31079f391ae41aebb9fe3
VERSION=0.7.8
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$MIRROR_URL
SOURCE_VFY=sha1:b36f4e80c41da89dfbb1fae462e3891324f9b0cc
WEB_SITE=http://strigi.sourceforge.net
ENTERED=20070802
UPDATED=20120802
UPDATED=20130605
SHORT="A small daemon that can index information"

cat << EOF
Expand Down

0 comments on commit b14bace

Please sign in to comment.