automatic version update by autodist [release 6.0.0-1mamba;Thu Aug 15 2024]
This commit is contained in:
parent
5da41a25b0
commit
fde10ea680
@ -1,24 +0,0 @@
|
|||||||
--- xv-3.10a/tiff/Makefile.ewt Thu Aug 29 16:42:28 1996
|
|
||||||
+++ xv-3.10a/tiff/Makefile Thu Aug 29 16:42:33 1996
|
|
||||||
@@ -36,7 +36,7 @@
|
|
||||||
IPATH= -I.
|
|
||||||
|
|
||||||
COPTS= -O
|
|
||||||
-CFLAGS= ${COPTS} ${IPATH}
|
|
||||||
+CFLAGS= ${COPTS} ${IPATH} -D_BSD_SOURCE
|
|
||||||
|
|
||||||
INCS= tiff.h tiffio.h
|
|
||||||
|
|
||||||
--- xv-3.10a/xv.h.ewt Thu Aug 29 16:44:24 1996
|
|
||||||
+++ xv-3.10a/xv.h Thu Aug 29 16:44:46 1996
|
|
||||||
@@ -114,8 +114,8 @@
|
|
||||||
|
|
||||||
#ifndef VMS
|
|
||||||
# include <errno.h>
|
|
||||||
- extern int errno; /* SHOULD be in errno.h, but often isn't */
|
|
||||||
-# ifndef __NetBSD__
|
|
||||||
+# if !defined(__NetBSD__) && !defined(__GNU_LIBRARY__)
|
|
||||||
+ extern int errno; /* SHOULD be in errno.h, but often isn't */
|
|
||||||
extern char *sys_errlist[]; /* this too... */
|
|
||||||
# endif
|
|
||||||
#endif
|
|
10
xv.spec
10
xv.spec
@ -1,5 +1,5 @@
|
|||||||
Name: xv
|
Name: xv
|
||||||
Version: 5.2.0
|
Version: 6.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An interactive image manipulation program for the X Window System
|
Summary: An interactive image manipulation program for the X Window System
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
@ -8,13 +8,13 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.trilon.com/xv/
|
URL: http://www.trilon.com/xv/
|
||||||
Source: https://github.com/jasper-software/xv.git/v%{version}/xv-%{version}.tar.bz2
|
Source: https://github.com/jasper-software/xv.git/v%{version}/xv-%{version}.tar.bz2
|
||||||
Patch0: xv-3.10a-glibc-2.13.patch
|
|
||||||
License: Distributable
|
License: Distributable
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXrandr-devel
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
BuildRequires: libjasper-devel
|
BuildRequires: libjasper-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
@ -31,7 +31,6 @@ xv is an interactive image manipulation program for the X Window System. It can
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch 0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -56,6 +55,8 @@ xv is an interactive image manipulation program for the X Window System. It can
|
|||||||
%{_bindir}/xcmap
|
%{_bindir}/xcmap
|
||||||
%{_bindir}/xv
|
%{_bindir}/xv
|
||||||
%{_bindir}/xvpictoppm
|
%{_bindir}/xvpictoppm
|
||||||
|
%{_datadir}/applications/xv.desktop
|
||||||
|
%{_datadir}/pixmaps/xv.xpm
|
||||||
%{_mandir}/man1/bggen.1*
|
%{_mandir}/man1/bggen.1*
|
||||||
%{_mandir}/man1/vdcomp.1*
|
%{_mandir}/man1/vdcomp.1*
|
||||||
%{_mandir}/man1/xcmap.1*
|
%{_mandir}/man1/xcmap.1*
|
||||||
@ -66,6 +67,9 @@ xv is an interactive image manipulation program for the X Window System. It can
|
|||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 15 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jun 26 2024 Automatic Build System <autodist@openmamba.org> 5.2.0-1mamba
|
* Wed Jun 26 2024 Automatic Build System <autodist@openmamba.org> 5.2.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user