Compare commits

...

3 Commits

Author SHA1 Message Date
Adrian Reber
82e75026de - updated to 2.07
- fixes "The fbi command aborts with a stack trace" (#448126)
2008-06-09 16:45:03 +00:00
Adrian Reber
9d8876ef6b - rebuilt
- added patch to fix build failure on ppc/ppc64
2008-02-15 08:58:56 +00:00
Adrian Reber
bd315618cd - rebuilt 2008-02-15 08:07:41 +00:00
5 changed files with 12 additions and 33 deletions

View File

@@ -1 +1 @@
fbida-2.06.tar.gz
fbida-2.07.tar.gz

View File

@@ -1,14 +0,0 @@
--- fbgs.man 2005-05-30 01:31:53.177642000 -0400
+++ /tmp/fbgs1.gz.27328 2005-05-30 01:31:53.000000000 -0400
@@ -8,9 +8,9 @@
.B fbgs
is a simple wrapper script which takes a PostScript or pdf
file as input, renders the pages using ghostscript into a
-temporarely directory and finally calls fbi to display them.
+temporary directory and finally calls fbi to display them.
.SH OPTIONS
-fbps understands all fbi options (they are passed throuth).
+fbps understands all fbi options (they are passed through).
Additionally you can specify -l, -xl or -xxl to get the pages
rendered with 100, 120 or 150 dpi (default is 75). You can
use option -p <password> if your PDF file requires password.

View File

@@ -1,11 +0,0 @@
--- fbi.man 2005-05-30 01:33:43.633949000 -0400
+++ /tmp/fbi1.gz.27873 2005-05-30 01:33:43.000000000 -0400
@@ -77,7 +77,7 @@
preserve timestamps (when editing images).
.TP
.B --comments
-Display comment tags (if present) instead of the filename. Probaby
+Display comment tags (if present) instead of the filename. Probably
only useful if you added reasonable comments yourself (using wrjpgcom
for example), otherwise you likely just find texts pointing to the
software which created the image.

View File

@@ -1,13 +1,11 @@
Summary: FrameBuffer Imageviewer
Name: fbida
Version: 2.06
Release: 4%{?dist}
Version: 2.07
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://linux.bytesex.org/fbida/
Source: http://dl.bytesex.org/releases/fbida/fbida-%{version}.tar.gz
Patch0: fbgs.1.diff
Patch1: fbi.1.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libexif-devel fontconfig-devel libjpeg-devel
BuildRequires: libpng-devel libtiff-devel pkgconfig
@@ -32,8 +30,6 @@ A wrapper script for viewing ps/pdf files on the framebuffer console using fbi
%prep
%setup -q
%patch0
%patch1
%{__sed} -i -e "s,(INSTALL) -s,(INSTALL) ," mk/Variables.mk
%{__sed} -i -e "s,/X11R6,,g" GNUmakefile
%{__sed} -i -e "s,/usr/X11R6/lib/X11,%{_datadir}/X11,g" mk/Autoconf.mk
@@ -68,6 +64,14 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
%{_bindir}/fbgs
%changelog
* Mon Jun 09 2008 Adrian Reber <adrian@lisas.de> - 2.07-1
- updated to 2.07
- fixes "The fbi command aborts with a stack trace" (#448126)
* Fri Feb 15 2008 Adrian Reber <adrian@lisas.de> - 2.06-5
- rebuilt
- added patch to fix build failure on ppc/ppc64
* Sat Aug 25 2007 Adrian Reber <adrian@lisas.de> - 2.06-4
- rebuilt

View File

@@ -1 +1 @@
1f78e9a83fb546660a024a4bc0580ace fbida-2.06.tar.gz
3e05910fb7c1d9b2bd3e272d96db069c fbida-2.07.tar.gz