Hello community,

here is the log from the commit of package ffmpegthumbs for openSUSE:Factory 
checked in at 2016-05-29 03:08:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpegthumbs (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpegthumbs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpegthumbs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpegthumbs/ffmpegthumbs.changes        
2016-03-29 09:57:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpegthumbs.new/ffmpegthumbs.changes   
2016-05-29 03:08:42.000000000 +0200
@@ -1,0 +2,30 @@
+Sat May  7 10:11:38 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.1
+   * KDE Applications 16.04.1
+   * https://www.kde.org/announcements/announce-applications-16.04.1.php
+
+
+-------------------------------------------------------------------
+Sun Apr 17 18:39:27 UTC 2016 - o...@aepfle.de
+
+- Use pkgconfig instead of libffmpeg-devel
+  ffmpeg-buildrequires.patch
+
+-------------------------------------------------------------------
+Sun Apr 17 05:51:03 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.0
+   * KDE Applications 16.04.0
+   * https://www.kde.org/announcements/announce-applications-16.04.0.php
+
+
+-------------------------------------------------------------------
+Mon Apr 11 06:31:39 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.03.90
+   * KDE Applications 16.04.0 RC
+   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
+
+
+-------------------------------------------------------------------

Old:
----
  ffmpegthumbs-15.12.3.tar.xz

New:
----
  ffmpeg-buildrequires.patch
  ffmpegthumbs-16.04.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ffmpegthumbs.spec ++++++
--- /var/tmp/diff_new_pack.NXKCIV/_old  2016-05-29 03:08:43.000000000 +0200
+++ /var/tmp/diff_new_pack.NXKCIV/_new  2016-05-29 03:08:43.000000000 +0200
@@ -18,18 +18,22 @@
 
 Name:           ffmpegthumbs
 BuildRequires:  extra-cmake-modules
-BuildRequires:  ffmpeg-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  kio-devel
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswscale)
 Url:            http://www.kde.org
 Summary:        FFmpeg-based thumbnail creator for video files
 License:        LGPL-2.0+
 Group:          System/GUI/KDE
-Version:        15.12.3
+Version:        16.04.1
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
+Patch0:         ffmpeg-buildrequires.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,6 +41,7 @@
 
 %prep
 %setup
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++++++ ffmpeg-buildrequires.patch ++++++
---
 cmake/FindFFmpeg.cmake             |    6 +-----
 ffmpegthumbnailer/moviedecoder.cpp |    1 +
 2 files changed, 2 insertions(+), 5 deletions(-)

Index: ffmpegthumbs-16.04.0/cmake/FindFFmpeg.cmake
===================================================================
--- ffmpegthumbs-16.04.0.orig/cmake/FindFFmpeg.cmake
+++ ffmpegthumbs-16.04.0/cmake/FindFFmpeg.cmake
@@ -9,10 +9,8 @@
 #
 # For each of the components it will additionally set.
 #   - AVCODEC
-#   - AVDEVICE
 #   - AVFORMAT
 #   - AVUTIL
-#   - POSTPROCESS
 #   - SWSCALE
 # the following variables will be defined
 #  <component>_FOUND        - System has <component>
@@ -100,10 +98,8 @@ if (NOT FFMPEG_LIBRARIES)
   # Check for all possible component.
   find_component(AVCODEC  libavcodec  avcodec  libavcodec/avcodec.h)
   find_component(AVFORMAT libavformat avformat libavformat/avformat.h)
-  find_component(AVDEVICE libavdevice avdevice libavdevice/avdevice.h)
   find_component(AVUTIL   libavutil   avutil   libavutil/avutil.h)
   find_component(SWSCALE  libswscale  swscale  libswscale/swscale.h)
-  find_component(POSTPROC libpostproc postproc libpostproc/postprocess.h)
 
   # Check if the required components were found and add their stuff to the 
FFMPEG_* vars.
   foreach (_component ${FFmpeg_FIND_COMPONENTS})
@@ -134,7 +130,7 @@ if (NOT FFMPEG_LIBRARIES)
 endif ()
 
 # Now set the noncached _FOUND vars for the components.
-foreach (_component AVCODEC AVDEVICE AVFORMAT AVUTIL POSTPROCESS SWSCALE)
+foreach (_component AVCODEC AVFORMAT AVUTIL SWSCALE)
   set_component_found(${_component})
 endforeach ()
 
Index: ffmpegthumbs-16.04.0/ffmpegthumbnailer/moviedecoder.cpp
===================================================================
--- ffmpegthumbs-16.04.0.orig/ffmpegthumbnailer/moviedecoder.cpp
+++ ffmpegthumbs-16.04.0/ffmpegthumbnailer/moviedecoder.cpp
@@ -21,6 +21,7 @@
 
 extern "C" {
 #include <libswscale/swscale.h>
+#include <libavutil/mem.h>
 }
 
 using namespace std;
++++++ ffmpegthumbs-15.12.3.tar.xz -> ffmpegthumbs-16.04.1.tar.xz ++++++


Reply via email to