Author: rthomsen Date: Thu Feb 7 12:05:24 2013 New Revision: 10999 Log: Strigi-0.7.8 and Phonon-backend-gstreamer-4.6.3
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/strigi.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/kde/core/phonon-backend-gstreamer.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Thu Feb 7 11:32:49 2013 (r10998) +++ trunk/BOOK/general.ent Thu Feb 7 12:05:24 2013 (r10999) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "04"> <!-- Always 2 digits --> +<!ENTITY day "07"> <!-- Always 2 digits --> <!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY year "2013"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "February 4th, &year;"> +<!ENTITY releasedate "February 7th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> @@ -374,7 +374,7 @@ <!ENTITY rasqal-version "0.9.30"> <!ENTITY redland-version "1.0.16"> <!ENTITY sg3_utils-version "1.34"> -<!ENTITY strigi-version "0.7.7"> +<!ENTITY strigi-version "0.7.8"> <!ENTITY sysstat-version "10.0.5"> <!ENTITY udev-version "Installed LFS Version"> <!ENTITY udisks-version "1.0.4"> @@ -619,7 +619,7 @@ <!ENTITY kde-dir "$&kde-dir-var;"> <!ENTITY automoc4-version "0.9.88"> <!ENTITY phonon-version "4.6.0"> -<!ENTITY phonon-backend-gstreamer-version "4.6.2"> +<!ENTITY phonon-backend-gstreamer-version "4.6.3"> <!ENTITY phonon-backend-vlc-version "0.6.0"> <!ENTITY attica-version "0.4.1"> <!ENTITY akonadi-version "1.9.0"> Modified: trunk/BOOK/general/sysutils/strigi.xml ============================================================================== --- trunk/BOOK/general/sysutils/strigi.xml Thu Feb 7 11:32:49 2013 (r10998) +++ trunk/BOOK/general/sysutils/strigi.xml Thu Feb 7 12:05:24 2013 (r10999) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY strigi-download-http "http://ftp.de.debian.org/debian/pool/main/s/strigi/strigi_&strigi-version;.orig.tar.bz2"> + <!ENTITY strigi-download-http "http://www.vandenoever.info/software/strigi/strigi-&strigi-version;.tar.bz2"> <!ENTITY strigi-download-ftp " "> - <!ENTITY strigi-md5sum "d3ba1bf03978dfa793ab18c3f0c57d02"> - <!ENTITY strigi-size "796 KB"> - <!ENTITY strigi-buildsize "55 MB"> + <!ENTITY strigi-md5sum "d69443234f4286d71997db9de543331a"> + <!ENTITY strigi-size "811 KB"> + <!ENTITY strigi-buildsize "52 MB"> <!ENTITY strigi-time "1.2 SBU"> ]> @@ -55,15 +55,7 @@ </listitem> </itemizedlist> - <bridgehead renderas="sect3">Additional Downloads</bridgehead> - <itemizedlist spacing='compact'> - <listitem> - <para>Required patch: <ulink - url="&patch-root;/strigi-&strigi-version;-ffmpeg_fix-1.patch"/></para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">strigi Dependencies</bridgehead> + <bridgehead renderas="sect3">Strigi Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> <para role="required"> @@ -97,10 +89,8 @@ <para>Install <application>strigi</application> by running the following commands:</para> -<screen><userinput>sed -i '/stdio/a #include <unistd.h>' strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp && -patch -Np1 -i ../strigi-&strigi-version;-ffmpeg_fix-1.patch && -mkdir build && -cd build && +<screen><userinput>mkdir build && +cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make</userinput></screen> @@ -110,20 +100,6 @@ </sect2> - <sect2 role="commands"> - <title>Command Explanations</title> - - <para><command>sed -i '/stdio/a...</command>: This sed fixes compiling with - <application>GCC</application> 4.7. It is safe to omit if compiling with older - <application>GCC</application> versions.</para> - - <para><command>patch -Np1 -i ../strigi-&strigi-version;-ffmpeg.patch</command>: This - patch fixes compiling with <application>ffmpeg</application>. It is safe to omit - if you don't have <application>ffmpeg</application>.</para> - - - - </sect2> <sect2 role="content"> <title>Contents</title> @@ -136,8 +112,7 @@ <seg>deepfind, deepgrep, rdfindexer, strigiclient, strigicmd, strigidaemon and xmlindexer</seg> <seg>libsearchclient.so, libstreamanalyzer.so, libstreams.so, libstrigihtmlgui.so, libstrigiqtdbusclient.so and several in /usr/lib/strigi</seg> - <seg>/usr/include/strigi, /usr/lib/strigi, /usr/lib/libsearchclient, /usr/lib/libstreamanalyzer, - /usr/lib/libstreams and /usr/share/strigi</seg> + <seg>/usr/include/strigi, /usr/lib/strigi and /usr/share/strigi</seg> </seglistitem> </segmentedlist> <!-- Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Thu Feb 7 11:32:49 2013 (r10998) +++ trunk/BOOK/introduction/welcome/changelog.xml Thu Feb 7 12:05:24 2013 (r10999) @@ -43,6 +43,17 @@ </listitem> --> + <listitem> + <para>February 7th, 2013</para> + <itemizedlist> + <listitem> + <para>[rthomsen] - Strigi 0.7.8.</para> + </listitem> + <listitem> + <para>[rthomsen] - Phonon-backend-gstreamer 4.6.3.</para> + </listitem> + </itemizedlist> + </listitem> <listitem> <para>February 4th, 2013</para> Modified: trunk/BOOK/kde/core/phonon-backend-gstreamer.xml ============================================================================== --- trunk/BOOK/kde/core/phonon-backend-gstreamer.xml Thu Feb 7 11:32:49 2013 (r10998) +++ trunk/BOOK/kde/core/phonon-backend-gstreamer.xml Thu Feb 7 12:05:24 2013 (r10999) @@ -6,8 +6,8 @@ <!ENTITY phonon-backend-gstreamer-download-http "http://mirrors.isc.org/pub/kde/stable/phonon/phonon-backend-gstreamer/&phonon-backend-gstreamer-version;/src/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;.tar.xz"> <!ENTITY phonon-backend-gstreamer-download-ftp "ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/&phonon-backend-gstreamer-version;/src/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;.tar.xz"> - <!ENTITY phonon-backend-gstreamer-md5sum "8c08875d10952bc5685bcec8de3acb2d"> - <!ENTITY phonon-backend-gstreamer-size "70 KB"> + <!ENTITY phonon-backend-gstreamer-md5sum "d7b0b6245f380347c52c09033a814931"> + <!ENTITY phonon-backend-gstreamer-size "72 KB"> <!ENTITY phonon-backend-gstreamer-buildsize "4.1 MB"> <!ENTITY phonon-backend-gstreamer-time "0.3 SBU"> ]> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
