Hello community, here is the log from the commit of package mjpegtools for openSUSE:Factory checked in at 2018-08-27 13:47:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mjpegtools (Old) and /work/SRC/openSUSE:Factory/.mjpegtools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mjpegtools" Mon Aug 27 13:47:29 2018 rev:52 rq:630891 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mjpegtools/mjpegtools.changes 2018-03-08 10:56:28.587546840 +0100 +++ /work/SRC/openSUSE:Factory/.mjpegtools.new/mjpegtools.changes 2018-08-27 13:47:34.816400129 +0200 @@ -1,0 +2,7 @@ +Wed Aug 22 10:37:29 UTC 2018 - [email protected] + +- Inject pkg-config --cflags SDL_gfx into CFLAGS: the build system + does not use pkg-config yet to find the right parameters for + SDL_gfx, so we cheat like that. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mjpegtools.spec ++++++ --- /var/tmp/diff_new_pack.JujkFF/_old 2018-08-27 13:47:35.496401099 +0200 +++ /var/tmp/diff_new_pack.JujkFF/_new 2018-08-27 13:47:35.500401105 +0200 @@ -16,16 +16,16 @@ # +%define lib_version %(echo %{version} | cut -d. -f1-2) Name: mjpegtools Version: 2.0.0 Release: 0 Summary: MJPEG Video Capture and Processing Tools License: GPL-2.0-only Group: Productivity/Multimedia/Video/Editors and Convertors -Url: http://mjpeg.sourceforge.net/ +URL: http://mjpeg.sourceforge.net/ Source: http://sourceforge.net/projects/mjpeg/files/mjpegtools/%{version}/mjpegtools-%{version}.tar.gz Source99: baselibs.conf - Patch0: mjpegtools-cpuinfo.patch Patch1: mjpegtools-vector_alignment.patch Patch2: mjpegtools-getopt.patch @@ -36,7 +36,6 @@ Patch7: mjpegtools-gcc47.patch Patch8: mjpegtools-2.0.0-fix-bashisms.patch Patch9: mjpegtools-more-pie.patch - BuildRequires: gcc-c++ BuildRequires: libjpeg-devel BuildRequires: libtool @@ -51,8 +50,6 @@ Requires(preun): info Obsoletes: mjpegtools-orig-addon -%define lib_version %(echo %{version} | cut -d. -f1-2) - %description The mjpegtools allow for capture, playback, processing, and simple editing of MJPEG AV data. The hardware I/O applications are intended @@ -175,6 +172,7 @@ %ifarch ppc ppc64 EXTRAOPTS="--disable-simd-accel" %endif +export CFLAGS="%{optflags} $(pkg-config --cflags SDL_gfx)" %configure \ --disable-static \ --disable-arch_tuning \
