Accepting request 304128 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/304128 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=38
This commit is contained in:
commit
7ef0bc84d9
10
vlc.changes
10
vlc.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 24 10:07:55 UTC 2015 - joerg.lorenzen@ki.tng.de
|
||||
|
||||
- Build against qt5 for openSUSE > 13.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 12:33:01 UTC 2015 - seife+obs@b1-systems.com
|
||||
|
||||
- remove build host name (again) from binaries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 10:38:47 UTC 2015 - aloisio@gmx.com
|
||||
|
||||
|
12
vlc.spec
12
vlc.spec
@ -75,7 +75,14 @@ BuildRequires: libmodplug-devel >= 0.8.4
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libogg-devel >= 1.0
|
||||
BuildRequires: libopus-devel >= 1.0.3
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
%else
|
||||
BuildRequires: libqt4-devel >= 4.6.0
|
||||
%endif
|
||||
BuildRequires: libraw1394 >= 2.0.1
|
||||
BuildRequires: librsvg-devel >= 2.9.0
|
||||
BuildRequires: libsamplerate-devel
|
||||
@ -425,6 +432,11 @@ date
|
||||
sed -e 's/tar cvv/tar cvv --format=ustar/' -i share/Makefile
|
||||
%endif
|
||||
|
||||
# make sure the build hostname is not embedded in the binaries -- or we'll
|
||||
# continuously republish packages -- seife
|
||||
### ONLY REMOVE THIS IF YOU KNOW WHAT YOU ARE DOING!
|
||||
sed -i 's/^#define.*VLC_COMPILE_HOST.*/#define VLC_COMPILE_HOST "obs-build"/' config.h
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user