Accepting request 63537 from graphics
Accepted submit request 63537 from user pgajdos OBS-URL: https://build.opensuse.org/request/show/63537 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/djvulibre?expand=0&rev=18
This commit is contained in:
commit
eb691557a8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b576e25e70cf6b18e215da7492a8a3e1983fc25a437b730a63ad751beac84f4
|
|
||||||
size 2733548
|
|
3
djvulibre-3.5.24.tar.bz2
Normal file
3
djvulibre-3.5.24.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:761b799084bd7095f2e6d9fc3c35ec45e0977373a8b9f3e405e5dd8aa89e95ed
|
||||||
|
size 2695962
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 7 09:43:42 CET 2011 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
- updated to version 3.5.24:
|
||||||
|
* Set ddjvuapi_version to 20.
|
||||||
|
* Added ddjvuapi support for changing the white point.
|
||||||
|
* Added option "-u" in djvused.
|
||||||
|
* Added option "-o djvufile" in djvuxmlparser.
|
||||||
|
* Added support for <CHARACTER> tag in djvuxmlparser.
|
||||||
|
* Added print-xmp, set-xmp, remove-smp in djvused.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 16 16:26:44 CET 2010 - pgajdos@suse.cz
|
Tue Nov 16 16:26:44 CET 2010 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ BuildRequires: fdupes libdrm-devel libjpeg-devel libtiff-devel qt3-devel qt3-de
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 3.5.23
|
Version: 3.5.24
|
||||||
Release: 1
|
Release: 1
|
||||||
Url: http://djvu.sourceforge.net
|
Url: http://djvu.sourceforge.net
|
||||||
Summary: An Open Source Implementation of DjVu
|
Summary: An Open Source Implementation of DjVu
|
||||||
@ -144,12 +144,12 @@ QT_LIBS="-L/usr/%_lib/qt3/%{_lib} -lqt-mt" \
|
|||||||
--with-qt=/usr/%_lib/qt3 \
|
--with-qt=/usr/%_lib/qt3 \
|
||||||
--enable-djview
|
--enable-djview
|
||||||
make OPTS="$RPM_OPT_FLAGS -Wall -fmessage-length=0 -DNO_DEBUG"
|
make OPTS="$RPM_OPT_FLAGS -Wall -fmessage-length=0 -DNO_DEBUG"
|
||||||
#%{?jobs:-j%jobs}
|
#%%{?jobs:-j%%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
# Installing desktop file and icons in this section is more sane
|
# Installing desktop file and icons in this section is more sane
|
||||||
# then in %post section as author intended because of SuSE translation
|
# then in %%post section as author intended because of SuSE translation
|
||||||
# process and little less pain with getting those scripts working
|
# process and little less pain with getting those scripts working
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/22x22/mimetypes/
|
mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/22x22/mimetypes/
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/mimetypes/
|
mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/mimetypes/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user