Projects
Multimedia
selene
selene.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File selene.spec of Package selene (Revision 5)
Currently displaying revision
5
,
Show latest
# # spec file for package selene # # Copyright (c) 2016 Packman Team <packman@links2linux.de> # # 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 https://bugs.links2linux.org/ # %define _version 16.2.1~226~ubuntu16.04.1 Name: selene Version: 16.2.1 Release: 0 Summary: GUI audio-video converter for GNU/Linux License: GPL-3.0+ Group: Productivity/Multimedia/Video/Editors and Convertors Url: https://launchpad.net/selene Source: http://ppa.launchpad.net/teejee2008/ppa/ubuntu/pool/main/s/%{name}/%{name}_%{_version}.tar.xz # PATCH-FIX-OPENSUSE selene-fix-makefile.patch sor.alexei@meowr.ru -- Various Makefile fixes. Patch0: %{name}-fix-makefile.patch BuildRequires: fdupes BuildRequires: gettext BuildRequires: update-desktop-files BuildRequires: vala BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(json-glib-1.0) Requires: coreutils Requires: ffmpeg Requires: lame Requires: mediainfo Requires: mkvtoolnix Requires: rsync Requires: vorbis-tools Requires: x264 Recommends: %{name}-lang Recommends: ffmpeg2theora Recommends: gpac Recommends: opus-tools Recommends: sox Recommends: vpx-tools %description Utility for converting audio and video files to OGV, MKV, MP4, WebM, Opus, AAC, FLAC, MP3, and WAV formats. Provides a simple GUI for converting files to popular formats with powerful command-line options for automated/unattended encoding. %lang_package %prep %setup -q -n %{name}-%{_version} %patch0 -p1 sed -i 's/^Caption=/Comment=/' src/%{name}.desktop # Use ffmpeg instead of libav in scripts. find src/share/selene/scripts/ -type f | while read file; do sed -i 's/avconv/ffmpeg/g' "$file" done %build export CFLAGS="%{optflags}" make %{?_smp_mflags} \ libdir=%{_libdir} %install %make_install # Remove the uninstaller. rm -f %{buildroot}%{_bindir}/%{name}-uninstall %find_lang %{name} %suse_update_desktop_file -r %{name} AudioVideo AudioVideoEditing %fdupes %{buildroot}%{_datadir} %post %desktop_database_post %postun %desktop_database_postun %files %defattr(-,root,root) %doc AUTHORS COPYING %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %files lang -f %{name}.lang %defattr(-,root,root) %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
.