Projects
Multimedia
selene
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 17
View file
selene.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Apr 20 11:59:30 UTC 2020 - Luigi Baldoni <aloisio@gmx.com> + +- Add selene-fix-abstract.patch to fix build with recent versions + of vala + +------------------------------------------------------------------- Thu Mar 29 12:29:53 UTC 2018 - sor.alexei@meowr.ru - Update to version 17.7:
View file
selene.spec
Changed
@@ -1,7 +1,7 @@ # # spec file for package selene # -# Copyright (c) 2018 Packman Team <packman@links2linux.de> +# 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 @@ -26,6 +26,8 @@ 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 @@ -62,8 +64,7 @@ %lang_package %prep -%setup -q -%patch0 -p1 +%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"
View file
selene-fix-abstract.patch
Added
@@ -0,0 +1,19 @@ +From: Luigi Baldoni <aloisio@gmx.com> +Date: Mon, 20 Apr 2020 13:59:03 +0200 +Subject: Make constructors of abstract classes protected + +Fixes build with recent vala + +Index: selene-17.7/src/MediaFile.vala +=================================================================== +--- selene-17.7.orig/src/MediaFile.vala ++++ selene-17.7/src/MediaFile.vala +@@ -633,7 +633,7 @@ public abstract class MediaStream : GLib + public string Description = ""; + public bool IsSelected = true; + +- public MediaStream(MediaStreamType _type){ ++ protected MediaStream(MediaStreamType _type){ + Type = _type; + } +
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
.