Difference between revisions of "Beagle"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://ftp.gnome.org/pub/GNOME/sources/beagle/0.2/beagle-0.2.16.tar.bz2 |} ---- == Dependencies == === R...)
 
 
(10 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://ftp.gnome.org/pub/GNOME/sources/beagle/0.2/beagle-0.2.16.tar.bz2
+
| http://ftp.gnome.org/pub/GNOME/sources/beagle/{{Beagle-Version2}}/beagle-{{Beagle-Version}}.tar.bz2
 +
|-
 +
!Download Patch:
 +
| http://svn.cross-lfs.org/svn/repos/patches/beagle-{{Beagle-Version}}/beagle-{{Beagle-Version}}-gmime-2.4-1.patch
 
|}
 
|}
  
 
----
 
----
 +
 +
{{Blank-Package-Introduction}}
  
 
== Dependencies ==
 
== Dependencies ==
Line 13: Line 18:
 
* [[GMime]]
 
* [[GMime]]
 
* [[SQLite]] or [[SQLite3]]
 
* [[SQLite]] or [[SQLite3]]
 +
* [[librsvg]]
 +
 
=== Optional ===
 
=== Optional ===
 
* [[Gsf-Sharp]]
 
* [[Gsf-Sharp]]
Line 18: Line 25:
 
* [[Thunderbird]]
 
* [[Thunderbird]]
 
* [[Evolution-Sharp]]
 
* [[Evolution-Sharp]]
* [[inotify]]
 
 
* [[libexif]]
 
* [[libexif]]
 
* [[Gtk-Doc]]
 
* [[Gtk-Doc]]
Line 26: Line 32:
 
* [[KdeLibs]]
 
* [[KdeLibs]]
 
* [[CHMlib]]
 
* [[CHMlib]]
* [[PyGtk]]
+
* [[PyGTK]]
  
 
== Configuration Information ==
 
== Configuration Information ==
Line 32: Line 38:
 
If you would like to build the [[Thunderbird]] mail backend pass the following to configure:
 
If you would like to build the [[Thunderbird]] mail backend pass the following to configure:
  
  --enalble-thunderbird
+
  --enable-thunderbird
  
 
== Non-Multilib ==
 
== Non-Multilib ==
 +
 +
Apply this patch if you have gmime 2.4 or greater
 +
 +
patch -Np1 -i ../beagle-{{Beagle-Version}}-gmime-2.4-1.patch
  
 
Compile the package:
 
Compile the package:
Line 43: Line 53:
 
Install the package
 
Install the package
  
  make install
+
  make crondir=/etc/cron.daily install
  
 
== Multilib ==
 
== Multilib ==
  
 
=== 32Bit ===
 
=== 32Bit ===
 +
 +
Apply this patch if you have gmime 2.4 or greater
 +
 +
patch -Np1 -i ../beagle-{{Beagle-Version}}-gmime-2.4-1.patch
  
 
Compile the package:
 
Compile the package:
Line 58: Line 72:
 
Install the package
 
Install the package
  
  make install
+
  make crondir=/etc/cron.daily install
  
 
=== N32 ===
 
=== N32 ===
 +
 +
Apply this patch if you have gmime 2.4 or greater
 +
 +
patch -Np1 -i ../beagle-{{Beagle-Version}}-gmime-2.4-1.patch
  
 
Compile the package:
 
Compile the package:
Line 72: Line 90:
 
Install the package
 
Install the package
  
  make install
+
  make crondir=/etc/cron.daily install
  
 
=== 64Bit ===
 
=== 64Bit ===
 +
 +
Apply this patch if you have gmime 2.4 or greater
 +
 +
patch -Np1 -i ../beagle-{{Beagle-Version}}-gmime-2.4-1.patch
  
 
Compile the package:
 
Compile the package:
Line 86: Line 108:
 
Install the package
 
Install the package
  
  make install
+
  make crondir=/etc/cron.daily install
  
 
= Contents =
 
= Contents =
Line 93: Line 115:
 
|-
 
|-
 
! Installed Programs:
 
! Installed Programs:
| beagle-config beagle-doc-extractor beagle-extract-content beagle-index-info beagle-info beagle-query beagle-settings beagle-status beagled  beagle-exercise-file-system beagle-imlogviewer beagle-index-url beagle-ping beagle-search beagle-shutdown
+
| beagle-config beagle-doc-extractor beagle-extract-content beagle-index-info beagle-info beagle-query beagle-settings beagle-status beagled  beagle-exercise-file-system beagle-imlogviewer beagle-index-url beagle-ping beagle-search beagle-shutdown beable-build-index beagle-dump-index beagle-manage-index
 
|-
 
|-
 
! Installed Libraries:
 
! Installed Libraries:
Line 99: Line 121:
 
|-
 
|-
 
! Installed Directories:
 
! Installed Directories:
| /usr/lib/beagle
+
| /usr/lib/beagle /etc/cron.daily /usr/share/beagle /etc/gnome/beagle
 
|}
 
|}
 +
 +
[[Category:X Libs]]

Latest revision as of 05:17, 3 May 2009

Download Source: http://ftp.gnome.org/pub/GNOME/sources/beagle/0.3/beagle-0.3.9.tar.bz2
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/beagle-0.3.9/beagle-0.3.9-gmime-2.4-1.patch

Introduction to Beagle

Project Homepage: Unknown

Dependencies

Required

Optional

Configuration Information

If you would like to build the Thunderbird mail backend pass the following to configure:

--enable-thunderbird

Non-Multilib

Apply this patch if you have gmime 2.4 or greater

patch -Np1 -i ../beagle-0.3.9-gmime-2.4-1.patch

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc/gnome &&
make

Install the package

make crondir=/etc/cron.daily install

Multilib

32Bit

Apply this patch if you have gmime 2.4 or greater

patch -Np1 -i ../beagle-0.3.9-gmime-2.4-1.patch

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --sysconfdir=/etc/gnome &&
make

Install the package

make crondir=/etc/cron.daily install

N32

Apply this patch if you have gmime 2.4 or greater

patch -Np1 -i ../beagle-0.3.9-gmime-2.4-1.patch

Compile the package:

CC="gcc ${BUILDN32}" USE_ARCH=n32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --sysconfdir=/etc/gnome \
    --libdir=/usr/lib32 &&
make

Install the package

make crondir=/etc/cron.daily install

64Bit

Apply this patch if you have gmime 2.4 or greater

patch -Np1 -i ../beagle-0.3.9-gmime-2.4-1.patch

Compile the package:

CC="gcc ${BUILD64}" USE_ARCH=64 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --sysconfdir=/etc/gnome \
    --libdir=/usr/lib64 &&
make

Install the package

make crondir=/etc/cron.daily install

Contents

Installed Programs: beagle-config beagle-doc-extractor beagle-extract-content beagle-index-info beagle-info beagle-query beagle-settings beagle-status beagled beagle-exercise-file-system beagle-imlogviewer beagle-index-url beagle-ping beagle-search beagle-shutdown beable-build-index beagle-dump-index beagle-manage-index
Installed Libraries: libbeagle.{so,la,a}
Installed Directories: /usr/lib/beagle /etc/cron.daily /usr/share/beagle /etc/gnome/beagle