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.

Submit package home:dap / bino to package Multimedia / bino

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

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.


Stefan Botter's avatar

jsjhb accepted request almost 11 years ago

OK