Projects
Multimedia
bino
bino.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bino.spec of Package bino (Revision 20)
Currently displaying revision
20
,
Show latest
# 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 # 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/ %if 0%{?suse_version} > 1210 %define with_equalizer 1 %endif Name: bino Version: 1.6.0 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 URL: http://bino3d.org Group: Productivity/Multimedia/Video/Players License: GPL-2.0+ BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRequires: libqt4-devel BuildRequires: glew-devel >= 1.6.0 %if 0%{?suse_version} > 1220 BuildRequires: pkgconfig(glu) %endif BuildRequires: ffmpeg-devel BuildRequires: libass-devel BuildRequires: openal-devel BuildRequires: gcc-c++ make glibc-devel pkgconfig BuildRequires: autoconf automake libtool BuildRequires: hicolor-icon-theme BuildRequires: update-desktop-files BuildRequires: xz %if 0%{?with_equalizer} BuildRequires: equalizer-devel BuildRequires: Mesa-libGL-devel %endif Requires: %install_info_prereq %description Bino is a video player with two special features: * support for 3D videos, with a wide variety of input and output formats. * support for multi-display video, e.g. for powerwalls, Virtual Reality installations and other multi-projector setups. %prep %setup -q # fix removal of translations pushd po mv zh{_cn,_CN}.po mv zh{_cn,_CN}.gmo sed -i 's/_cn/_CN/' LINGUAS popd %build %if 0%{?suse_version} >= 1230 # hangle 'multiple definition of' export LDFLAGS="%{optflags} -zmuldefs" %endif %configure \ --disable-silent-rules \ %if 0%{?with_equalizer} --with-equalizer %endif %__make %{?_smp_flags} %install %makeinstall %__rm -rf "%{buildroot}%{_datadir}/doc" %suse_update_desktop_file -r "%{name}" AudioVideo Video Player %find_lang "%{name}" || echo -n >"%{name}.lang" %post %install_info --info-dir="%{_infodir}" "%{_infodir}/bino".info* %postun %install_info_delete --info-dir="%{_infodir}" "%{_infodir}/bino".info* %files -f "%{name}.lang" %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING README %doc doc/*.html doc/*.jpg doc/*.png %{_bindir}/bino %doc %{_mandir}/man1/bino.1%{ext_man} %doc %{_infodir}/bino.info%{ext_info} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/*/*/apps/bino.* %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.