Overview
Request 985 (accepted)
- Update to 1.4.4:
* fixes a few bugs;
* restores compatibility with the latest FFmpeg versions.
- Deleted bino-1.4.2-openal-fix.patch (seems to be unneeded).
- URL tag was updated.
- --with-equalizer requires equalizer-devel that requires
vmmlib that I failed to package.
- Deleted clean section.
- Switched to download_files service using.
bino.changes
Changed
-------------------------------------------------------------------
+Mon Apr 21 20:31:08 UTC 2014 - dap.darkness@gmail.com
+
+- Update to 1.4.4:
+ * fixes a few bugs;
+ * restores compatibility with the latest FFmpeg versions.
+- Deleted bino-1.4.2-openal-fix.patch (seems to be unneeded).
+- URL tag was updated.
+- --with-equalizer requires equalizer-devel that requires
+ vmmlib that I failed to package.
+- Deleted clean section.
+- Switched to download_files service using.
+
+-------------------------------------------------------------------
Thu Feb 28 22:49:23 UTC 2013 - fisiu@opensuse.org
- Add bino-1.4.2-openal-fix.patch for openSUSE < 12.2
bino.spec
Changed
# vim: set sw=4 ts=4 et nu:
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
+# Copyright (c) 2014 Packman team: http://packman.links2linux.org/
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# Please submit bugfixes or comments via http://bugs.opensuse.org/
Name: bino
-Version: 1.4.2
+Version: 1.4.4
Release: 0
Summary: Video Player with 3D and Multi-Display Video Support
Source: http://download-mirror.savannah.gnu.org/releases/bino/bino-%{version}.tar.xz
-Patch1: bino-1.4.2-openal-fix.patch
-URL: http://www.nongnu.org/bino/
+URL: http://bino3d.org
Group: Productivity/Multimedia/Video/Players
License: GPL-2.0+
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: autoconf automake libtool
BuildRequires: hicolor-icon-theme
BuildRequires: update-desktop-files
-BuildRequires: equalizer-devel
BuildRequires: xz
Requires: %install_info_prereq
%prep
%setup -q
-%if 0%{?suse_version} < 1220
-%patch1 -p1
-%endif
%build
%if 0%{?suse_version} >= 1230
export LDFLAGS="%{optflags} -zmuldefs"
%endif
%configure \
- --with-equalizer \
--disable-silent-rules
%__make %{?_smp_flags}
%postun
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/bino".info*
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
%files -f "%{name}.lang"
%defattr(-,root,root)
bino-1.4.2-openal-fix.patch
Deleted
-From 2f7a9ff7f2444c0f4d477a5aaf980b887871e1c4 Mon Sep 17 00:00:00 2001
-From: Martin Lambers <marlam@marlam.de>
-Date: Tue, 29 Jan 2013 10:31:51 +0000
-Subject: Audio output: include AL/alext.h
-
-This is for older versions of OpenAL, e.g. the one on Ubuntu 12.04, to provide
-ALC_ALL_DEVICES_SPECIFIER. Reported by Vittorio Giovara.
----
-diff --git a/src/audio_output.h b/src/audio_output.h
-index 99d8367..1203f4a 100644
---- a/src/audio_output.h
-+++ b/src/audio_output.h
-@@ -1,7 +1,7 @@
- /*
- * This file is part of bino, a 3D video player.
- *
-- * Copyright (C) 2010, 2011, 2012
-+ * Copyright (C) 2010, 2011, 2012, 2013
- * Martin Lambers <marlam@marlam.de>
- * Gabriele Greco <gabrielegreco@gmail.com>
- * Frédéric Devernay <Frederic.Devernay@inrialpes.fr>
-@@ -29,9 +29,11 @@
- #if !defined(__APPLE__) || defined(HAVE_AL_AL_H)
- # include <AL/al.h>
- # include <AL/alc.h>
-+# include <AL/alext.h>
- #else
- # include <OpenAL/al.h>
- # include <OpenAL/alc.h>
-+# include <OpenAL/alext.h>
- #endif
-
- #include "dispatch.h"
---
-cgit v0.9.0.2
_service
Added
+<services>
+ <service name="download_files"/>
+</services>
Request History
dap created request almost 11 years ago
- Update to 1.4.4:
* fixes a few bugs;
* restores compatibility with the latest FFmpeg versions.
- Deleted bino-1.4.2-openal-fix.patch (seems to be unneeded).
- URL tag was updated.
- --with-equalizer requires equalizer-devel that requires
vmmlib that I failed to package.
- Deleted clean section.
- Switched to download_files service using.
jsjhb accepted request almost 11 years ago
OK