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 17)
Currently displaying revision
17
,
Show latest
# # spec file for package selene # # Copyright (c) 2020 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/ # Name: selene Version: 17.7 Release: 0 Summary: GUI audio-video converter for GNU/Linux License: GPL-3.0-or-later Group: Productivity/Multimedia/Video/Editors and Convertors URL: https://github.com/teejee2008/selene Source: https://github.com/teejee2008/selene/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE selene-fix-makefile.patch sor.alexei@meowr.ru -- Various Makefile fixes. Patch0: %{name}-fix-makefile.patch # PATCH-FIX-UPSTREAM selene-fix-abstract.patch Patch1: %{name}-fix-abstract.patch BuildRequires: fdupes BuildRequires: gettext BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: vala BuildRequires: pkgconfig(gdk-x11-3.0) BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(gio-2.0) 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: mpv Requires: rsync Requires: vorbis-tools Requires: x264 Recommends: %{name}-lang Recommends: gpac Recommends: opus-tools Recommends: sox Recommends: vpx-tools Recommends: x265 %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 %autosetup -p1 # 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 make %{?_smp_mflags} V=1 \ CFLAGS="%{optflags}" %install %make_install \ prefix=%{_prefix} # Remove the uninstaller. rm %{buildroot}%{_bindir}/%{name}-uninstall %find_lang %{name} %suse_update_desktop_file -r %{name} AudioVideo AudioVideoEditing %fdupes %{buildroot}%{_datadir} %if 0%{?suse_version} < 1500 %post %desktop_database_post %postun %desktop_database_postun %endif %files %if 0%{?suse_version} >= 1500 %license COPYING %else %doc COPYING %endif %doc AUTHORS %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %files lang -f %{name}.lang %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
.