update to 2023.03 [release 2023.03-1mamba;Sat Apr 01 2023]
This commit is contained in:
parent
15ad8eff10
commit
615f18d3e0
24
pitivi.spec
24
pitivi.spec
@ -1,7 +1,7 @@
|
|||||||
%define MAJver %(echo %version | cut -d. -f 1)
|
%define MAJver %(echo %version | cut -d. -f 1)
|
||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: pitivi
|
Name: pitivi
|
||||||
Version: 2022.06
|
Version: 2023.03
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A non-linear audio/video editor based on GStreamer
|
Summary: A non-linear audio/video editor based on GStreamer
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -16,7 +16,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgstreamer-devel
|
BuildRequires: libgstreamer-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython310-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-gst
|
BuildRequires: python-gst
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -31,7 +31,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pygtk-devel
|
BuildRequires: pygtk-devel
|
||||||
BuildRequires: python-gnome-devel
|
BuildRequires: python-gnome-devel
|
||||||
BuildRequires: libgst-transcoder-devel
|
BuildRequires: libgst-transcoder-devel
|
||||||
Requires: python-gst
|
#Requires: python-gst
|
||||||
#Requires: libgnonlin
|
#Requires: libgnonlin
|
||||||
#Requires: libgstreamer
|
#Requires: libgstreamer
|
||||||
#Requires: python-goocanvas
|
#Requires: python-goocanvas
|
||||||
@ -54,7 +54,8 @@ PiTiVi allows users to easily edit audio/video projects based on the GStreamer f
|
|||||||
#done
|
#done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson \
|
||||||
|
-Dpython=%{__python310}
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -63,7 +64,7 @@ PiTiVi allows users to easily edit audio/video projects based on the GStreamer f
|
|||||||
export DESTDIR=%{buildroot}
|
export DESTDIR=%{buildroot}
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name} --with-gnome
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -83,22 +84,15 @@ export DESTDIR=%{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/scalable/apps/org.pitivi.Pitivi.svg
|
%{_datadir}/icons/hicolor/scalable/apps/org.pitivi.Pitivi.svg
|
||||||
%{_datadir}/icons/hicolor/scalable/mimetypes/text-x-xges.svg
|
%{_datadir}/icons/hicolor/scalable/mimetypes/text-x-xges.svg
|
||||||
%{_datadir}/icons/hicolor/symbolic/apps/org.pitivi.Pitivi-symbolic.svg
|
%{_datadir}/icons/hicolor/symbolic/apps/org.pitivi.Pitivi-symbolic.svg
|
||||||
%lang(C) %{_datadir}/help/C/pitivi/*
|
|
||||||
%lang(ca) %{_datadir}/help/ca/pitivi/*
|
|
||||||
%lang(cs) %{_datadir}/help/cs/pitivi/*
|
|
||||||
%lang(de) %{_datadir}/help/de/pitivi/*
|
|
||||||
%lang(el) %{_datadir}/help/el/pitivi/*
|
|
||||||
%lang(es) %{_datadir}/help/es/pitivi/*
|
|
||||||
%lang(fr) %{_datadir}/help/fr/pitivi/*
|
|
||||||
%lang(sl) %{_datadir}/help/sl/pitivi/*
|
|
||||||
%lang(sv) %{_datadir}/help/sv/pitivi/*
|
|
||||||
%lang(uk) %{_datadir}/help/uk/pitivi/*
|
|
||||||
#%{_datadir}/icons/hicolor/*/apps/pitivi.png
|
#%{_datadir}/icons/hicolor/*/apps/pitivi.png
|
||||||
#%{_mandir}/man1/pitivi.1*
|
#%{_mandir}/man1/pitivi.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog NEWS
|
#ChangeLog NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2023.03-1mamba
|
||||||
|
- update to 2023.03
|
||||||
|
|
||||||
* Sat Jun 25 2022 Automatic Build System <autodist@mambasoft.it> 2022.06-1mamba
|
* Sat Jun 25 2022 Automatic Build System <autodist@mambasoft.it> 2022.06-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user