Overview
vlc-beta.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Mon Apr 1 12:34:56 UTC 2019 - olaf@aepfle.de
4
+
5
+- Update to 20190401.fa1bf247e0
6
+
7
+-------------------------------------------------------------------
8
Mon Feb 25 16:44:12 UTC 2019 - olaf@aepfle.de
9
10
- Update to 20190225.3525276eff
11
vlc-beta.spec
Changed
128
1
2
%bcond_with opengles
3
%endif
4
Name: vlc-beta
5
-Version: 4.0.0.20190225.3525276eff
6
+Version: 4.0.0.20190401.fa1bf247e0
7
Release: 0
8
Summary: Video Lan Client multimedia player (preview of the upcoming 4.x version)
9
License: GPL-2.0+ and LGPL-2.1+
10
11
BuildRequires: pkgconfig(libebml)
12
BuildRequires: pkgconfig(libmatroska)
13
BuildRequires: pkgconfig(libmodplug) >= 0.8.4
14
-BuildRequires: libmpcdec-devel
15
BuildRequires: pkgconfig(shine) >= 3.0.0
16
%ifarch %ix86 x86_64
17
BuildRequires: libcrystalhd-devel
18
19
The all new Qt interface for the VLC VideoLAN Client.
20
21
%prep
22
-echo '********* ENTERED PREP PHASE ********'
23
-date
24
%setup -q
25
%patch0 -p1
26
%patch1 -p1
27
28
%endif
29
%patch7 -p1
30
31
+%build
32
# fix builddate info
33
# Remove build time references so build-compare can do its work
34
FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE1} '+%%H:%%M')
35
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE1} '+%%b %%e %%Y')
36
-sed -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" -i modules/gui/qt/dialogs/help.cpp src/config/help.c
37
-sed -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -i modules/gui/qt/dialogs/help.cpp src/config/help.c
38
-
39
+sed -i~ "
40
+s/__TIME__/\"$FAKE_BUILDTIME\"/
41
+s/__DATE__/\"$FAKE_BUILDDATE\"/
42
+" src/config/help.c modules/gui/qt/dialogs/help.cpp
43
+#
44
echo %{version} > ./src/revision.txt
45
-echo '********* ENDED PREP PHASE *********'
46
-date
47
-
48
-%build
49
-echo '********* BOOTSTRAPPING *********'
50
-date
51
+#
52
export BUILDCC=gcc
53
export CC=gcc
54
export CXX=g++
55
56
--without-libfuzzer \
57
--enable-shared \
58
--enable-dbus \
59
+ --disable-avx \
60
--disable-debug \
61
--disable-gprof \
62
--disable-cprof \
63
64
%if %{with freerdp} || %{with freerdp2}
65
--enable-freerdp \
66
%endif
67
- --disable-macosx-qtkit \
68
--disable-macosx-avfoundation \
69
--disable-asdcp \
70
--enable-dvbpsi \
71
72
--enable-schroedinger \
73
--enable-png \
74
--enable-jpeg \
75
- --disable-bgp \
76
--disable-x262 \
77
--enable-x265 \
78
--disable-x26410b \
79
80
--enable-gles2 \
81
%endif
82
--enable-xcb \
83
- --enable-xvideo \
84
--enable-vdpau \
85
--disable-wayland \
86
%if %{with vlc_wayland}
87
88
--enable-vlc \
89
--enable-nls
90
91
-echo '********* FINISHED CONFIGURE *********'
92
-date
93
-make %{?_smp_mflags}
94
+%make_build
95
96
%install
97
-echo '********* ENTERED INSTALL PHASE *********'
98
-date
99
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
100
+%make_install
101
mkdir -p %{buildroot}/%{_datadir}/pixmaps
102
ln -s %{_datadir}/icons/hicolor/48x48/apps/vlc.png %{buildroot}/%{_datadir}/pixmaps/vlc.png
103
find %{buildroot} -type f -name "*.la" -delete -print
104
105
%dir %{_libdir}/vlc/plugins/video_splitter
106
%dir %{_libdir}/vlc/plugins/visualization
107
%dir %{_libexecdir}/vlc
108
-# Files explicitly listed... so we are in full control of what goes to -noX, -codec or the X-depending pkg.
109
%{_libdir}/vlc/libvlc_pulse.so.0
110
%{_libdir}/vlc/libvlc_pulse.so.0.0.0
111
%{_libdir}/vlc/libvlc_vdpau.so.0
112
113
%{_libdir}/vlc/plugins/control/liblirc_plugin.so
114
%{_libdir}/vlc/plugins/control/libhotkeys_plugin.so
115
%{_libdir}/vlc/plugins/control/libxcb_hotkeys_plugin.so
116
-%{_libdir}/vlc/plugins/control/libmotion_plugin.so
117
%{_libdir}/vlc/plugins/control/libnetsync_plugin.so
118
%{_libdir}/vlc/plugins/control/liboldrc_plugin.so
119
%{_libdir}/vlc/plugins/demux/libadaptive_plugin.so
120
121
%{_libdir}/vlc/plugins/demux/libmkv_plugin.so
122
%{_libdir}/vlc/plugins/demux/libmod_plugin.so
123
%{_libdir}/vlc/plugins/demux/libmp4_plugin.so
124
-#{_libdir}/vlc/plugins/demux/libmpc_plugin.so
125
%{_libdir}/vlc/plugins/demux/libmpgv_plugin.so
126
%{_libdir}/vlc/plugins/demux/libnoseek_plugin.so
127
%{_libdir}/vlc/plugins/demux/libnsc_plugin.so
128
vlc-beta-4.0.0.20190225.3525276eff.tar.xz
Deleted
vlc-beta-4.0.0.20190401.fa1bf247e0.tar.xz
Added
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
olh created request about 6 years ago
- Update to 20190401.fa1bf247e0
Aloysius accepted request about 6 years ago