Update to latest snapshot
This commit is contained in:
parent
c53e860c5f
commit
87bcd5cabd
13
freerdp.spec
13
freerdp.spec
@ -1,5 +1,5 @@
|
|||||||
%global commit0 b907324009b0af6c9fee449e61e6fbcf5d5d865e
|
%global commit0 5e672d474e0d8fb5560f1068d4b83328fd8e41ca
|
||||||
%global date 20190517
|
%global date 20190918
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
|
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: freerdp
|
Name: freerdp
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 50.%{date}git%{shortcommit0}%{?dist}
|
Release: 51.%{date}git%{shortcommit0}%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -34,6 +34,7 @@ BuildRequires: alsa-lib-devel
|
|||||||
BuildRequires: cmake >= 2.8
|
BuildRequires: cmake >= 2.8
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
BuildRequires: gsm-devel
|
BuildRequires: gsm-devel
|
||||||
|
BuildRequires: lame-devel
|
||||||
BuildRequires: libjpeg-turbo-devel
|
BuildRequires: libjpeg-turbo-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXcursor-devel
|
BuildRequires: libXcursor-devel
|
||||||
@ -161,8 +162,10 @@ find . -name "*.c" -exec chmod 664 {} \;
|
|||||||
-DWITH_GSSAPI=%{?_with_gss:ON}%{?!_with_gss:OFF} \
|
-DWITH_GSSAPI=%{?_with_gss:ON}%{?!_with_gss:OFF} \
|
||||||
-DWITH_GSTREAMER_1_0=ON -DWITH_GSTREAMER_0_10=OFF \
|
-DWITH_GSTREAMER_1_0=ON -DWITH_GSTREAMER_0_10=OFF \
|
||||||
-DGSTREAMER_1_0_INCLUDE_DIRS=%{_includedir}/gstreamer-1.0 \
|
-DGSTREAMER_1_0_INCLUDE_DIRS=%{_includedir}/gstreamer-1.0 \
|
||||||
|
-DWITH_ICU=ON \
|
||||||
-DWITH_IPP=OFF \
|
-DWITH_IPP=OFF \
|
||||||
-DWITH_JPEG=ON \
|
-DWITH_JPEG=ON \
|
||||||
|
-DWITH_LAME=ON \
|
||||||
-DWITH_MANPAGES=ON \
|
-DWITH_MANPAGES=ON \
|
||||||
-DWITH_OPENH264=%{?_with_openh264:ON}%{?!_with_openh264:OFF} \
|
-DWITH_OPENH264=%{?_with_openh264:ON}%{?!_with_openh264:OFF} \
|
||||||
-DWITH_OPENSSL=ON \
|
-DWITH_OPENSSL=ON \
|
||||||
@ -186,6 +189,7 @@ find . -name "*.c" -exec chmod 664 {} \;
|
|||||||
-DWITH_ZLIB=ON \
|
-DWITH_ZLIB=ON \
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
-DWITH_SSE2=ON \
|
-DWITH_SSE2=ON \
|
||||||
|
-DWITH_VAAPI=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \
|
||||||
%else
|
%else
|
||||||
-DWITH_SSE2=OFF \
|
-DWITH_SSE2=OFF \
|
||||||
%endif
|
%endif
|
||||||
@ -293,6 +297,9 @@ find %{buildroot} -name "*.a" -delete
|
|||||||
%{_libdir}/pkgconfig/winpr-tools2.pc
|
%{_libdir}/pkgconfig/winpr-tools2.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 21 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-51.20190918git5e672d4
|
||||||
|
- Update to latest snapshot.
|
||||||
|
|
||||||
* Sat May 18 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-50.20190517gitb907324
|
* Sat May 18 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-50.20190517gitb907324
|
||||||
- Update to latest snapshot.
|
- Update to latest snapshot.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user