Hello community,

here is the log from the commit of package xjadeo for openSUSE:Factory checked 
in at 2018-03-16 10:40:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xjadeo (Old)
 and      /work/SRC/openSUSE:Factory/.xjadeo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xjadeo"

Fri Mar 16 10:40:34 2018 rev:1 rq:585793 version:0.8.7

Changes:
--------
New Changes file:

--- /dev/null   2018-03-01 08:56:54.644963210 +0100
+++ /work/SRC/openSUSE:Factory/.xjadeo.new/xjadeo.changes       2018-03-16 
10:40:35.002448461 +0100
@@ -0,0 +1,36 @@
+-------------------------------------------------------------------
+Mon Mar 12 09:11:16 UTC 2018 - [email protected]
+
+- Ensure neutrality of description.
+
+-------------------------------------------------------------------
+Sat Mar 10 18:44:57 UTC 2018 - [email protected]
+
+- Update to version 0.8.7
+  * fix release builds (mistake in 0.8.6)
+  version 0.8.6
+  * weak-link against libjack (binaries)
+  version 0.8.5
+  * release openGL context
+  * add compatibility for ffmpeg-2.9
+  version 0.8.3
+  * defined LARGEFILE64 for huge videos
+
+- Spec cleanup
+
+-------------------------------------------------------------------
+Mon Oct  5 17:22:15 UTC 2015 - [email protected]
+
+- Update to 0.8.2:
+  * see: /usr/share/doc/packages/xjadeo/ChangeLog
+- Del pkgconfig(QtGui):
+  * qjadeo is deprecated an not intended to be used 
+- Remove xjadeo.desktop: use %%suse_update_desktop_file 
+- Use a detailed list of files
+- Spec file cleanup
+
+-------------------------------------------------------------------
+Sun Aug 24 20:01:31 UTC 2014 - [email protected]
+
+- initial release, version 0.8.0
+- based on Fedora/Planet CCRMA specfile

New:
----
  xjadeo-0.8.7.tar.gz
  xjadeo.changes
  xjadeo.spec

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

Other differences:
------------------
++++++ xjadeo.spec ++++++
#
# spec file for package xjadeo
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2015 Packman Team <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           xjadeo
Version:        0.8.7
Release:        0
Summary:        Video player that gets sync from Jack
License:        GPL-2.0+
Group:          Productivity/Multimedia/Sound/Visualization
URL:            http://xjadeo.sourceforge.net/
Source0:        
https://sourceforge.net/projects/xjadeo/files/xjadeo/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(imlib2) >= 1.3.0
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(libavcodec)
BuildRequires:  pkgconfig(libavformat)
BuildRequires:  pkgconfig(libavutil)
BuildRequires:  pkgconfig(liblo)
BuildRequires:  pkgconfig(libswscale)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xpm)

%description
Xjadeo is a video player that gets sync from JACK. When a
sequencer like Muse or Rosegarden acts as a timebase master, xjadeo will
display the video frame in sync with the sequencer transport. This means
that an audio event can be visually synchronized with a certain frame in
the movie, which may be useful for creating a soundtrack for
a video clip.

%prep
%setup -q

%build
export CFLAGS="-Wall %{optflags}"
%configure
make %{?_smp_mflags}

%install
%make_install

install -Dm644 src/%{name}/icons/%{name}H128.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png
%suse_update_desktop_file -c %{name} %{name} "The X Jack Video Monitor" %{name} 
%{name} AudioVideo Video Player

%files
%doc README NEWS AUTHORS ChangeLog
%license COPYING
%{_bindir}/%{name}
%{_bindir}/xjremote
%{_mandir}/man1/%{name}.1%{ext_man}
%{_mandir}/man1/xjremote.1%{ext_man}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/ArdourMono.ttf

%changelog

Reply via email to