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:
Stephan Kulow 2015-04-28 18:43:19 +00:00 committed by Git OBS Bridge
commit 7ef0bc84d9
2 changed files with 22 additions and 0 deletions

View File

@ -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 Tue Apr 14 10:38:47 UTC 2015 - aloisio@gmx.com

View File

@ -75,7 +75,14 @@ BuildRequires: libmodplug-devel >= 0.8.4
BuildRequires: libnotify-devel BuildRequires: libnotify-devel
BuildRequires: libogg-devel >= 1.0 BuildRequires: libogg-devel >= 1.0
BuildRequires: libopus-devel >= 1.0.3 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 BuildRequires: libqt4-devel >= 4.6.0
%endif
BuildRequires: libraw1394 >= 2.0.1 BuildRequires: libraw1394 >= 2.0.1
BuildRequires: librsvg-devel >= 2.9.0 BuildRequires: librsvg-devel >= 2.9.0
BuildRequires: libsamplerate-devel BuildRequires: libsamplerate-devel
@ -425,6 +432,11 @@ date
sed -e 's/tar cvv/tar cvv --format=ustar/' -i share/Makefile sed -e 's/tar cvv/tar cvv --format=ustar/' -i share/Makefile
%endif %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} make %{?_smp_mflags}
%install %install