Projects
Multimedia
bino
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 22
View file
bino.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Apr 3 12:26:04 UTC 2015 - avvissu@yandex.ru + +- Fix build on openSUSE > 13.2: use pkgconfig in package names +- Spec file cleanup + +------------------------------------------------------------------- Thu Nov 13 01:11:27 UTC 2014 - avvissu@yandex.ru - Update to 1.6.1:
View file
bino.spec
Changed
@@ -1,4 +1,7 @@ -# vim: set sw=4 ts=4 et nu: +# +# spec file for package bino +# +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org> # Copyright (c) 2014 Packman team: http://packman.links2linux.org/ # @@ -12,39 +15,52 @@ # 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.1 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 +Group: Productivity/Multimedia/Video/Players +Url: http://bino3d.org +Source: http://download-mirror.savannah.gnu.org/releases/bino/bino-%{version}.tar.xz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: glibc-devel BuildRequires: hicolor-icon-theme +BuildRequires: libtool +BuildRequires: make +BuildRequires: pkgconfig +BuildRequires: texinfo BuildRequires: update-desktop-files BuildRequires: xz +BuildRequires: pkgconfig(Qt3Support) +BuildRequires: pkgconfig(QtSql) +BuildRequires: pkgconfig(glew) >= 1.6.0 +BuildRequires: pkgconfig(libass) +BuildRequires: pkgconfig(libavcodec) +BuildRequires: pkgconfig(libavdevice) +BuildRequires: pkgconfig(libavfilter) +BuildRequires: pkgconfig(libavformat) +BuildRequires: pkgconfig(libpostproc) +BuildRequires: pkgconfig(libswresample) +BuildRequires: pkgconfig(libswscale) +BuildRequires: pkgconfig(openal) +%if 0%{?suse_version} > 1220 +BuildRequires: pkgconfig(glu) +%endif %if 0%{?with_equalizer} -BuildRequires: equalizer-devel -BuildRequires: Mesa-libGL-devel +BuildRequires: pkgconfig(Equalizer) +BuildRequires: pkgconfig(gl) %endif -BuildRequires: texinfo -Requires: %install_info_prereq +Requires: %{install_info_prereq} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Bino is a video player with two special features: @@ -57,7 +73,7 @@ # fix removal of translations pushd po -mv zh{_cn,_CN}.po +mv zh{_cn,_CN}.po mv zh{_cn,_CN}.gmo sed -i 's/_cn/_CN/' LINGUAS popd @@ -73,12 +89,12 @@ --with-equalizer %endif -%__make %{?_smp_flags} +make %{?_smp_mflags} %install -%makeinstall +make DESTDIR=%{buildroot} install -%__rm -rf "%{buildroot}%{_datadir}/doc" +rm -rf "%{buildroot}%{_datadir}/doc" %suse_update_desktop_file -r "%{name}" AudioVideo Video Player %find_lang "%{name}" || echo -n >"%{name}.lang" @@ -89,7 +105,6 @@ %postun %install_info_delete --info-dir="%{_infodir}" "%{_infodir}/bino".info* - %files -f "%{name}.lang" %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING README @@ -101,4 +116,3 @@ %{_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
.