SPECS: jbig2dec.spec (NEW) - NFY, needs patching Makefile.a to gen...

djurban djurban at pld-linux.org
Tue Jul 19 22:06:06 CEST 2005


Author: djurban                      Date: Tue Jul 19 20:06:06 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NFY, needs patching Makefile.a to generate a shared library i have no time to do this now
  ghostscript will inkt to its internal jbig2dec until someone completes this

---- Files affected:
SPECS:
   jbig2dec.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/jbig2dec.spec
diff -u /dev/null SPECS/jbig2dec.spec:1.1
--- /dev/null	Tue Jul 19 22:06:06 2005
+++ SPECS/jbig2dec.spec	Tue Jul 19 22:06:01 2005
@@ -0,0 +1,148 @@
+# $Revision$, $Date$
+#
+Summary:	Decoder implementation of the JBIG2 image compression format
+Name:		jbig2dec
+Version:	0.8
+Release:	0.1
+License:	GPL with clause allowing linking to AFPL Ghostscript
+Group:		Applications
+#Icon:		-
+Source0:	http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5:	cb8f01ae18987f2cebf6854cdd44c7d0
+#Patch0:		%{name}-what.patch
+URL:		http://jbig2dec.sourceforge.net
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+jbig2dec is a decoder implementation of the JBIG2 image compression format. JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit monochrome) images at moderately high resolution, and in particular scanned paper documents. In this domain it is very efficient, offering compression ratios on the order of 100:1.
+This is a decoder only implementation, and currently is in the alpha stage, meaning it doesn't completely work yet. However, we are maintaining parity with available encoders, so it is useful for real work.
+The specificication has been published as ISO IEC 14492 and ITU T.88. These documents completely describe the format and they'll be required if you want to understand the code and contribute. We prefer the ISO version, but haven't discovered significant differences between the two.
+JBIG2 also includes the CCITT T.4 and T.6 (group 3 and group 4) fax encodings, which are documented separately. Their specifications and T.88 can be obtained from the ITU. The ISO version of JBIG2 can be obtained through the ISO website.
+
+%package devel
+Summary:	Development files for jbig2dec library
+Summary(pl):	Nagłówki dla biblioteki jbig2dec
+Group:		Development
+
+%description devel
+Development files for jbig2dec library.
+
+%description devel -l pl
+Nagłówki dla biblioteki jbig2dec.
+
+
+%package static
+Summary:	Static version of jbig2dec library
+Summary(pl):	Statyczna wersjaa biblioteki jbig2dec
+Group:		Libraries
+
+%description static
+Static version of jbig2dec library.
+
+%description static -l pl
+Statyczna wersjaa biblioteki jbig2dec.
+
+%prep
+%setup -q
+
+%build
+#%%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+#%files subpackage
+#%defattr(644,root,root,755)
+#%doc extras/*.gz
+#%{_datadir}/%{name}-ext
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/19 20:06:01  djurban
+- NFY, needs patching Makefile.a to generate a shared library i have no time to do this now
+  ghostscript will inkt to its internal jbig2dec until someone completes this
+
+Revision 1.45  2005/03/18 17:00:25  glen
+- disable less commonly used fields
+
+Revision 1.44  2005/03/09 10:40:36  havner
+- wrr
+
+Revision 1.43  2005/03/09 10:39:30  havner
+- libtoolize
+
+Revision 1.42  2005/02/24 09:37:15  paszczus
+- ExclusiveArch
+
+Revision 1.41  2005/02/23 20:22:31  qboosh
+- typo
+
+Revision 1.40  2005/02/14 13:18:53  qboosh
+- sorted verify() flags
+
+Revision 1.39  2005/02/14 08:24:31  paszczus
+- little cleanup
+
+Revision 1.38  2005/02/14 00:10:21  glen
+- BuildArch
+- more common Epoch and Release for new packages ;)
+
+Revision 1.37  2005/02/03 14:42:39  glen
+- ... if _sysconfdir is not /etc
+
+Revision 1.36  2005/02/03 14:41:54  glen
+- _sysconfdir/* needs also _sysconfdir
+
+Revision 1.35  2005/02/03 14:26:45  glen
+- add initscript and config to files
+
+Revision 1.34  2005/02/02 20:41:44  pzurowski
+- vendor and group swapped
+
+Revision 1.33  2005/01/28 18:50:31  glen
+- add sample configuration to files
+
+Revision 1.32  2005/01/21 23:39:01  jm
+- added GPL v2
+
+Revision 1.31  2005/01/05 14:12:17  glen
+- add bcond samples
+
+Revision 1.30  2004/12/16 13:01:38  paszczus
+- reverted
+
+Revision 1.29  2004/12/16 09:30:31  paszczus
+- s/{__make}/{makeinstall}
+
+Revision 1.28  2004/07/01 23:41:04  deejay1
+- proper ac/am comments; cut off changelog
+
================================================================



More information about the pld-cvs-commit mailing list