9252c9b
%global __python %{__python3}
9252c9b
9252c9b
Name:           pitivi
211da13
Version:        0.99
211da13
Release:        1%{?dist}
9252c9b
Summary:        Non-linear video editor
9252c9b
9252c9b
License:        LGPLv2+
9252c9b
URL:            http://www.pitivi.org/
9252c9b
Source0:        https://git.gnome.org/browse/pitivi/snapshot/%{name}-%{version}.tar.xz
9252c9b
9252c9b
BuildRequires:  meson
9252c9b
BuildRequires:  gcc
9252c9b
BuildRequires:  python3
9252c9b
BuildRequires:  intltool
9252c9b
BuildRequires:  itstool
9252c9b
BuildRequires:  gettext
9252c9b
BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.10.2
9252c9b
BuildRequires:  pkgconfig(cairo)
9252c9b
BuildRequires:  pkgconfig(py3cairo)
9252c9b
BuildRequires:  pkgconfig(gst-transcoder-1.0) >= 1.8.1
9252c9b
BuildRequires:  %{_bindir}/desktop-file-validate
9252c9b
BuildRequires:  %{_bindir}/appstream-util
211da13
BuildRequires:  gst-devtools-devel
Hicham HAOUARI 12f9a90
3bf66b0
Requires:	gstreamer1 >= 1.10.2
47f2a9e
Requires:	gstreamer1-plugins-good
3bf66b0
Requires:	gstreamer1-plugins-bad-free >= 1.10.2
3bf66b0
Requires:	gstreamer1-plugins-bad-free-gtk >= 1.10.2
c6ffd95
Requires:	python3-gstreamer1 >= 1.6.0
3bf66b0
Requires:	gst-editing-services >= 1.10.2
Chen Lei 4d6c36b
Requires:	hicolor-icon-theme
634ca62
Requires:	gnome-desktop3
Hicham HAOUARI 12f9a90
Requires:	frei0r-plugins
bc5d406
Requires:	python3-numpy
3777865
Requires:	python3-matplotlib
3777865
Requires:	python3-matplotlib-gtk3
Hicham HAOUARI 12f9a90
Requires:	yelp
e37f21d
Requires:	python3-cairo >= 1.0.0
47f2a9e
Requires:	libnotify
634ca62
Requires:	python3-inotify
Debarshi Ray eec3f83
Requires:	python3-canberra
9ffa81d
Requires:	gobject-introspection
9ffa81d
Requires:	pygobject3
62733a2
Requires:	gst-transcoder
211da13
Requires:	opus-tools
Hicham HAOUARI 2733223
1e7cc53
%description
1e7cc53
Pitivi is an application using the GStreamer multimedia framework to
1e7cc53
manipulate a large set of multimedia sources.
1e7cc53
1e7cc53
At this level of development it can be compared to a classic video editing
1e7cc53
program. 
1e7cc53
2cabfa4
%package devel
9252c9b
Summary:        Development libraries and header files for %{name}
9252c9b
Requires:       %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2cabfa4
2cabfa4
%description devel
2cabfa4
The %{name}-devel package contains libraries and header files for
2cabfa4
developing applications that use %{name}.
2cabfa4
1e7cc53
%prep
b51dedc
%autosetup -p1
667a0d8
1e7cc53
%build
9252c9b
%meson
9252c9b
%meson_build
1e7cc53
1e7cc53
%install
9252c9b
%meson_install
fc8dad9
9252c9b
mkdir -p %{buildroot}%{python3_sitearch}/pitivi
9252c9b
mv %{buildroot}%{_libdir}/pitivi/python/pitivi %{buildroot}%{python3_sitearch}/
9252c9b
rmdir %{buildroot}%{_libdir}/pitivi/python
0a25d36
9252c9b
install -D -p -m 0644 docs/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
9252c9b
install -D -p -m 0644 %{name}.xml %{buildroot}%{_datadir}/mime/packages/%{name}.xml
fc8dad9
239c93d
%find_lang %{name}
Rex Dieter 78b57fa
Rex Dieter 78b57fa
%check
9252c9b
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
9252c9b
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
Rex Dieter 78b57fa
084ed23
%post
084ed23
update-desktop-database &> /dev/null || :
Hicham HAOUARI b1d9713
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter 78b57fa
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
084ed23
084ed23
%postun
084ed23
update-desktop-database &> /dev/null || :
Hicham HAOUARI b1d9713
if [ $1 -eq 0 ] ; then
Hicham HAOUARI b1d9713
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
Hicham HAOUARI b1d9713
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter 78b57fa
    touch --no-create %{_datadir}/mime/packages &> /dev/null || :
Rex Dieter 78b57fa
    update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
Hicham HAOUARI b1d9713
fi
Hicham HAOUARI b1d9713
Hicham HAOUARI b1d9713
%posttrans
Hicham HAOUARI b1d9713
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter 78b57fa
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
084ed23
239c93d
%files -f %{name}.lang
9252c9b
%license COPYING
9252c9b
%doc AUTHORS NEWS README RELEASE
Chen Lei 4d6c36b
%{_bindir}/%{name}
Chen Lei 4d6c36b
%{_datadir}/%{name}
Chen Lei 4d6c36b
%{_datadir}/applications/%{name}.desktop
Chen Lei 4d6c36b
%{_datadir}/icons/hicolor/*/apps/%{name}.*
Chen Lei 4d6c36b
%{_datadir}/mime/packages/%{name}.xml
9252c9b
%{_mandir}/man1/%{name}.1*
47f2a9e
%{_datadir}/help/*
9252c9b
%{_datadir}/appdata/%{name}.appdata.xml
fc8dad9
%{python3_sitearch}/pitivi/
1e7cc53
1e7cc53
%changelog
211da13
* Thu Sep 21 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.99-1
211da13
- 0.99
211da13
211da13
* Wed Aug 09 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.98.1-4
211da13
- Require opus-tools
211da13
605f81d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1-3
605f81d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
605f81d
5956d56
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1-2
5956d56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5956d56
31883f8
* Mon Jul 03 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.98.1-1
31883f8
- 0.98.1 BZ 1466972.
31883f8
31883f8
* Fri Jun 09 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.98-7
3c12df7
- Fix for renamed gstgtk module, BZ 1460256.
3c12df7
e8952b7
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.98-6
e8952b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e8952b7
8b9cbde
* Thu Dec 22 2016 Miro Hrončok <mhroncok@redhat.com> - 0.98-5
8b9cbde
- Rebuild for Python 3.6
8b9cbde
b51dedc
* Tue Dec 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.98-3
b51dedc
- Fix crash due to wrong paths
b51dedc
39b3d1b
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.98-3
39b3d1b
- Rebuild for Python 3.6
39b3d1b
9252c9b
* Tue Dec 13 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.98-2
9252c9b
- Use proper macro
9252c9b
- Cleanup spec
9252c9b
3bf66b0
* Wed Dec 07 2016 Jon Ciesla <limburgher@gmail.com> - 0.98-1
3bf66b0
- 0.98, BZ 1402176
3bf66b0
e37f21d
* Sun Nov 13 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.97.1-5
e37f21d
- Fix python3-cairo dependency
e37f21d
598f1a3
* Thu Nov 03 2016 Jon Ciesla <limburgher@gmail.com> - 0.97.1-4
598f1a3
- Move completely to Python3, BZ 1390784, except for nose.
598f1a3
b58de0b
* Fri Oct 14 2016 Jon Ciesla <limburgher@gmail.com> - 0.97.1-3
b58de0b
- Requires fix for f25+ BZ 1383068.
b58de0b
634ca62
* Wed Aug 10 2016 Wim Taymans <wtaymans@redhat.com> - 0.97.1-2
634ca62
- Add python3-inotify and gnome-desktop3 to requires (#1288860)
634ca62
6abc95b
* Tue Aug 9 2016 Wim Taymans <wtaymans@redhat.com> - 0.97.1-1
6abc95b
- update to 0.97.1
0a25d36
- Drop configure macro, doesn't work with meson (new BR)
6abc95b
5167c7f
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.96-3
5167c7f
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
5167c7f
62733a2
* Thu Jul 14 2016 Jon Ciesla <limburgher@gmail.com> - 0.96-2
62733a2
- Requires gst-transcoder.
62733a2
eecfd7b
* Fri Jul 01 2016 Wim Taymans <wtaymans@redhat.com> - 0.96-1
eecfd7b
- update to 0.96
eecfd7b
46a78ce
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.95-3
46a78ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
46a78ce
8fd4546
* Tue Nov 24 2015 Wim Taymans <wtaymans@redhat.com> - 0.95-2
8fd4546
- Remove pygtk2 dependency
8fd4546
2cabfa4
* Mon Nov 23 2015 Wim Taymans <wtaymans@redhat.com> - 0.95-1
2cabfa4
- update to 0.95
c6ffd95
- update python3-gstreamer1 required version
3777865
- update matlib requires
3777865
- remove clutter requirement
2cabfa4
34f8f97
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.94-5
34f8f97
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
34f8f97
fc8dad9
* Wed Nov 26 2014 Jon Ciesla <limburgher@gmail.com> - 0.94-4
fc8dad9
- Move arch-specific Python module to the proper place, BZ 1167119.
fc8dad9
Debarshi Ray eec3f83
* Mon Nov 10 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.94-3
Debarshi Ray eec3f83
- Require python3-canberra and python3-gstreamer, instead of their python2
Debarshi Ray eec3f83
  counterparts.
Debarshi Ray eec3f83
bc5d406
* Fri Nov 07 2014 Jon Ciesla <limburgher@gmail.com> - 0.94-2
bc5d406
- Requires fixes.
bc5d406
d25f293
* Tue Nov 04 2014 Jon Ciesla <limburgher@gmail.com> - 0.94-1
d25f293
- 0.94, BZ 1160285.
d25f293
f7dfd08
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-7
f7dfd08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f7dfd08
Rex Dieter 78b57fa
* Tue Aug 12 2014 Rex Dieter <rdieter@fedoraproject.org> - 0.93-6
Rex Dieter 78b57fa
- update mime scriptlet
Rex Dieter 78b57fa
- %%check: validate .desktop/appdata
Rex Dieter 78b57fa
eb2ffa8
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-5
eb2ffa8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
eb2ffa8
12478e2
* Mon May 05 2014 Jon Ciesla <limburgher@gmail.com> - 0.93-4
12478e2
- Require clutter-gst2, BZ 1093933.
12478e2
588b9cb
* Wed Apr 02 2014 Jon Ciesla <limburgher@gmail.com> - 0.93-3
588b9cb
- Updated GES Requires to reflect reality.
588b9cb
eb1be6b
* Fri Mar 28 2014 Jon Ciesla <limburgher@gmail.com> - 0.93-2
eb1be6b
- Updated gnonlin Requires to reflect reality.
eb1be6b
1ffa88f
* Fri Mar 21 2014 Jon Ciesla <limburgher@gmail.com> - 0.93-1
1ffa88f
- New upstream to support latest GES.
1ffa88f
9ffa81d
* Fri Mar 07 2014 Jon Ciesla <limburgher@gmail.com> - 0.92-2
9ffa81d
- Drop unneeded Requires pygoocanvas and python-zope-interface,
9ffa81d
- added gobject-introspection, pygobject3, BZ 1059916.
9ffa81d
- added clutter-gtk, BZ 1073726.
9ffa81d
b789030
* Fri Dec 06 2013 Jon Ciesla <limburgher@gmail.com> - 0.92-1
b789030
- Latest upstream, BZ 1013686.
b789030
47f2a9e
* Fri Oct 11 2013 Jon Ciesla <limburgher@gmail.com> - 0.91-1
47f2a9e
- Latest upstream, BZ 1013686.
47f2a9e
8a6a50c
* Tue Sep 03 2013 Jon Ciesla <limburgher@gmail.com> - 0.15.2-5
8a6a50c
- Add Video category to .desktop file.
8a6a50c
- Date fix.
8a6a50c
61da98c
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.2-4
61da98c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
61da98c
19d8ac1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.2-3
19d8ac1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
19d8ac1
6cb00d3
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.2-2
6cb00d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6cb00d3
931995e
* Thu May 03 2012 Jon Ciesla <limburgher@gmail.com> - 0.15.2-1
931995e
- New upstream, BZ 818690, regression fix.
931995e
1b06c89
* Mon Apr 09 2012 Jon Ciesla <limburgher@gmail.com> - 0.15.1-1
1b06c89
- New upstream, BZ 810765, multiple bugfixes.
1b06c89
5120804
* Tue Mar 27 2012 Jon Ciesla <limburgher@gmail.com> - 0.15.0-3
5120804
- Patch for unknown stream types, BZ 723653.
5120804
c0a1c89
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.0-2
c0a1c89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c0a1c89
Hicham HAOUARI 12f9a90
* Tue Sep 27 2011 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.15.0-1
Hicham HAOUARI 12f9a90
- Update to 0.15.0
Hicham HAOUARI 12f9a90
- Drop previously backported patches
Hicham HAOUARI 12f9a90
- Disable tests since most of them require gtk
Hicham HAOUARI 12f9a90
Hicham HAOUARI 12f9a90
* Sun Sep 11 2011 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.14.2-1
Hicham HAOUARI 12f9a90
- Update to 0.14.2
Hicham HAOUARI 12f9a90
Hicham HAOUARI 12f9a90
* Thu Jun 30 2011 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.14.0-3
Hicham HAOUARI 12f9a90
- Do not allow presets to have the same name, fixes rhbz #717328
Hicham HAOUARI 12f9a90
Hicham HAOUARI 2733223
* Sun Jun 12 2011 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.14.0-2
Hicham HAOUARI 2733223
- Allow using "Default" as preset name, fixes rhbz #712700
Hicham HAOUARI 2733223
- Lower pygtk2 min version to 2.17.0 so that we can push 0.14.0 to f14
Hicham HAOUARI 2733223
Hicham HAOUARI aca5e43
* Thu Jun 02 2011 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.14.0-1
Hicham HAOUARI aca5e43
- Update to 0.14
Hicham HAOUARI aca5e43
- Drop backported patches
Hicham HAOUARI aca5e43
- Remove BuildRoot tag and clean section
Hicham HAOUARI aca5e43
- Add patch to make sure welcome dialog apprears after the UI is loaded
Hicham HAOUARI aca5e43
- Fix license in some files headers
a20d52f
Hicham HAOUARI d5e2277
* Wed Dec 15 2010 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.13.5-4
Hicham HAOUARI d5e2277
- Initialize pending new_segment to none, fixes rhbz #653062
Hicham HAOUARI d5e2277
Hicham HAOUARI e1ff87e
* Wed Dec 08 2010 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.13.5-3
Hicham HAOUARI e1ff87e
- Add buildroot tag
Hicham HAOUARI e1ff87e
- Clean buildroot in %%install section
Hicham HAOUARI e1ff87e
- Add patch from lp #640630 to fix rhbz #654119
Hicham HAOUARI e1ff87e
- Add man page
Hicham HAOUARI e1ff87e
- Add %%check section
Hicham HAOUARI e1ff87e
- Add pygobject2, gstreamer-python, gnonlin and gstreamer-plugins-good
Hicham HAOUARI e1ff87e
  to BR so that we can run %%check
Hicham HAOUARI e1ff87e
Hicham HAOUARI b1d9713
* Tue Dec 07 2010 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.13.5-2
Hicham HAOUARI b1d9713
- Add scriptlet to update icon cache (rhbz #625580)
Hicham HAOUARI b1d9713
Chen Lei 4d6c36b
* Wed Sep 22 2010 Chen Lei <supercyper@163.com> - 0.13.5-1
Chen Lei 4d6c36b
- Update to 0.13.5
Chen Lei 4d6c36b
a6f9633
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 0.13.4-3
a6f9633
- recompiling .py files against Python 2.7 (rhbz#623347)
a6f9633
9373818
* Mon Mar 15 2010 Benjamin Otte <otte@redhat.com> - 0.13.4-2
bc4d0fa
- Make sure Pitivi has an icon in the menu.
bc4d0fa
7a17fa3
* Wed Mar 10 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.4-1.1
7a17fa3
- Upload new tarball :)
7a17fa3
e0489c1
* Wed Mar 10 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.4-1
e0489c1
- Update to 0.13.4
e0489c1
e0489c1
* Tue Mar  9 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.3.2-0.1
05ad069
- Update to 0.13.3.2
05ad069
0d952a4
* Fri Dec 11 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.3-3.3.837f0d73
0d952a4
- Make sure we have the correct source uploaded.
0d952a4
084ed23
* Thu Dec 10 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.3-3.2.837f0d73
084ed23
- Update to git master to see if this fixes anyone's problems
084ed23
- Call update-desktop-database/update-mime-database in post/postun
084ed23
5574575
* Thu Dec  3 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.3-3
5574575
- Add Req on python-setuptools for BZ#540192
5574575
436c343
* Wed Sep 23 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.13.3-2
436c343
- Update desktop file according to F-12 FedoraStudio feature
436c343
49e051a
* Mon Sep 14 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.3-1
49e051a
- 0.13.3 Release : ... we shall never (sur)render
49e051a
-
49e051a
- The PiTiVi team is proud to announce the second release in the
49e051a
- unstable 0.13 PiTiVi series.
49e051a
-
49e051a
- Due to its dependency on GStreamer, The PiTiVi team strongly
49e051a
- recommends users have all official latest gstreamer libraries and
49e051a
- plugins installed for the best user experience.
49e051a
-
49e051a
- Title is from a quote by Winston Churchill “We shall defend our
49e051a
- island, whatever the cost may be, we shall fight on the beaches, we
49e051a
- shall fight on the landing grounds, we shall fight in the fields and
49e051a
- in the streets, we shall fight in the hills; we shall never
49e051a
- surrender.”
49e051a
-
49e051a
- Features of this release
49e051a
-
49e051a
-    * Fix rendering failures
49e051a
-    * UI beautifications
49e051a
-    * Switch to themeable ruler
49e051a
-    * Speed optimisations
49e051a
-    * Show the project name in the window title 
49e051a
fbea957
* Sat Aug 29 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.2.2-0.1
fbea957
- Update to prerelease for 0.13.3
fbea957
- Streamline BuildRequires
fbea957
e117dc9
* Fri Aug 14 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.2-2
e117dc9
- Bump required version of gstreamer-python
e117dc9
e117dc9
* Thu Aug 13 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.2-1
e117dc9
- Update to 0.13.2 "Jailbreak (out of Deadlock City)"
e117dc9
- 
e117dc9
- The PiTiVi team is proud to announce the second release in the
e117dc9
- unstable 0.13 PiTiVi series.
e117dc9
- 
e117dc9
- Due to its dependency on GStreamer, The PiTiVi team strongly
e117dc9
- recommends users have all official latest gstreamer libraries and
e117dc9
- plugins installed for the best user experience.
e117dc9
- 
e117dc9
- Features of this release
e117dc9
- 
e117dc9
-    * Undo/Redo support
e117dc9
-    * Audio mixing
e117dc9
-    * Ripple/Roll edit
e117dc9
-    * misc fixes everywhere 
e117dc9
e117dc9
* Wed Aug 12 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.1.3-1
e117dc9
- Update to latest prerelease.
e117dc9
89cd6c4
* Mon Jul 27 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.1.2-1
89cd6c4
- Update to prerelease
89cd6c4
d7a5e74
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-2.1
d7a5e74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d7a5e74
513c9e2
* Thu May 28 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.1-1
513c9e2
- 0.13.1 Release "L'Aquila Immota Manet : The eagle remains unmoved"
513c9e2
- ------------------------------------------------------------------
513c9e2
- 
513c9e2
- The PiTiVi team is proud to announce the first release in the unstable 0.13
513c9e2
- PiTiVi series.
513c9e2
- 
513c9e2
- This release is in memory of those who have lost their lives, friends,
513c9e2
- houses in the April 6th 2009 earthquake in l'Aquila, Italy.
513c9e2
- 
513c9e2
- Due to its dependency on GStreamer, The PiTiVi team strongly
513c9e2
- recommends users have all official latest gstreamer libraries and
513c9e2
- plugins installed for the best user experience.
513c9e2
- 
513c9e2
- 
513c9e2
- * Features of this release
513c9e2
- 
513c9e2
-  * core rewrite
513c9e2
-  * multi-layered timeline
513c9e2
-  * trimming features
513c9e2
-  * audio waveforms and video thumbnails in timeline
513c9e2
-  * picture support
513c9e2
-  * New project file format support
513c9e2
513c9e2
* Thu May 21 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13.0.2-1
5cd508b
- Upgrade to 0.13.1 prerelease
5cd508b
501f611
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.3-3
501f611
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
501f611
c751837
* Sat Jan 17 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.11.3-2
c751837
- Add patch from Denis Leroy to fix running with Python 2.6
c751837
252a208
* Mon Dec 15 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.11.3-1
252a208
- Update to 0.11.3
252a208
e4ae319
* Thu Dec  4 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.11.2.2-2
e4ae319
- Upload the sources
e4ae319
ff7f60a
* Thu Dec  4 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.11.2.2-1
ff7f60a
- Update to 0.11.2.2
ff7f60a
1909dcd
* Sat Nov 29 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.11.2-2
1909dcd
- Rebuild for Python 2.6
1909dcd
d4bc66e
* Wed Oct 15 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.11.2-1
d4bc66e
- Update to 0.11.2
d4bc66e
a842b7b
* Mon Oct 13 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.11.1.4-1
a842b7b
- Update to 0.11.1.4
a842b7b
f48150f
* Mon Jan 14 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.11.1-2
f48150f
- Add requirement for python-setuptools. (BZ#426855)
f48150f
af20c51
* Sat Dec  8 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.11.1-1
af20c51
- Update to 0.11.1
af20c51
83671cb
* Sun Nov 11 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.11.0-2
83671cb
- Add missing BR
83671cb
8a6a50c
* Wed Oct 17 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.11.0-1
4a09817
- Update to 0.11.0
4a09817
5900b3e
* Wed Jun 27 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.10.3-2
5900b3e
- Add versioned requires for gnonlin. (BZ#245981)
5900b3e
d1b5aa5
* Fri Jun 22 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.10.3-1
d1b5aa5
- Update to 0.10.3
d1b5aa5
e191f99
* Mon May 28 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.10.2.2-3
e191f99
- BR gettext
e191f99
297e7bf
* Mon May 28 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.10.2.2-2
297e7bf
- BR perl(XML::Parser)