commit cc38ba6f633c137dbe64e1aebcfcd7526d720dd7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon May 13 05:04:23 2019 +0100
git merge and squash master
.gitignore | 4 +
openshot-find-lang.sh | 40 ++++--
openshot.spec | 343 ++++++++++++++++++++++++++++++++------------------
sources | 2 +-
4 files changed, 257 insertions(+), 132 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7802f2f..ba89234 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,7 @@ openshot-1.4.3.tar.gz
/openshot-qt-2.3.3.tar.gz
/openshot-qt-2.3.4.tar.gz
/openshot-qt-2.4.0.tar.gz
+/openshot-qt-2.4.1.tar.gz
+/openshot-qt-2.4.2.tar.gz
+/openshot-qt-2.4.3.tar.gz
+/openshot-qt-2.4.4.tar.gz
diff --git a/openshot-find-lang.sh b/openshot-find-lang.sh
index 4d5332c..8f74517 100755
--- a/openshot-find-lang.sh
+++ b/openshot-find-lang.sh
@@ -54,7 +54,7 @@ fi
shift
if [ -z "$1" ] ; then usage
-else NAME=$1
+else NAMES[0]=$1
fi
shift
@@ -65,7 +65,7 @@ QT=#
MAN=#
HTML=#
MO=
-MO_NAME=$NAME.lang
+MO_NAME=${NAMES[0]}.lang
ALL_NAME=#
NO_ALL_NAME=
@@ -105,19 +105,28 @@ while test $# -gt 0 ; do
shift
;;
* )
+ if [ $MO_NAME != ${NAMES[$#]}.lang ]; then
+ NAMES[${#NAMES[@]}]=$MO_NAME
+ fi
MO_NAME=${1}
shift
;;
esac
done
+if [ -f $MO_NAME ]; then
+ rm $MO_NAME
+fi
+
+for NAME in ${NAMES[@]}; do
+
find "$TOP_DIR" -type f -o -type l|sed '
s:'"$TOP_DIR"'::
'"$ALL_NAME$MO"'s:\(.*/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2)
\1\2\3:
'"$NO_ALL_NAME$MO"'s:\(.*/locale/\)\([^/_]\+\)\(.*/'"$NAME"'\.mo$\):%lang(\2)
\1\2\3:
s:^\([^%].*\)::
s:%lang(C) ::
-/^$/d' > $MO_NAME
+/^$/d' >> $MO_NAME
find "$TOP_DIR" -type d|sed '
s:'"$TOP_DIR"'::
@@ -162,7 +171,7 @@ s:'"$TOP_DIR"'::
'"$NO_ALL_NAME$MATE"'s:\(.*/mate/help/'"$NAME"'\/\)\([^/_]\+\):%lang(\2)
\1\2:
'"$ALL_NAME$MATE"'s:\(.*/mate/help/[a-zA-Z0-9.\_\-]\+$\):%dir \1:
'"$ALL_NAME$MATE"'s:\(.*/mate/help/[a-zA-Z0-9.\_\-]\+/[a-zA-Z0-9.\_\-]/.\+\)::
-'"$ALL_NAME$GNOME"'s:\(.*/mate/help/[a-zA-Z0-9.\_\-]\+\/\)\([^/_]\+\):%lang(\2)
\1\2:
+'"$ALL_NAME$MATE"'s:\(.*/mate/help/[a-zA-Z0-9.\_\-]\+\/\)\([^/_]\+\):%lang(\2)
\1\2:
s:%lang(.*) .*/mate/help/[a-zA-Z0-9.\_\-]\+/[a-zA-Z0-9.\_\-]\+/.*::
s:^\([^%].*\)::
s:%lang(C) ::
@@ -209,6 +218,19 @@ s:%lang(C) ::
/^$/d' >> $MO_NAME
fi
+KF5_HTML=`kf5-config --expandvars --install html 2>/dev/null`
+if [ x"$KF5_HTML" != x -a -d "$TOP_DIR$KF5_HTML" ]; then
+find "$TOP_DIR$KF5_HTML" -type d|sed '
+s:'"$TOP_DIR"'::
+'"$NO_ALL_NAME$KDE"'s:\(.*/HTML/\)\([^/_]\+\)\(.*/'"$NAME"'/\)::
+'"$NO_ALL_NAME$KDE"'s:\(.*/HTML/\)\([^/_]\+\)\(.*/'"$NAME"'\)$:%lang(\2)
\1\2\3:
+'"$ALL_NAME$KDE"'s:\(.*/HTML/\)\([^/_]\+\)\(.*/[a-zA-Z0-9.\_\-]\+/\)::
+'"$ALL_NAME$KDE"'s:\(.*/HTML/\)\([^/_]\+\)\(.*/[a-zA-Z0-9.\_\-]\+$\):%lang(\2)
\1\2\3:
+s:^\([^%].*\)::
+s:%lang(C) ::
+/^$/d' >> $MO_NAME
+fi
+
find "$TOP_DIR" -type d|sed '
s:'"$TOP_DIR"'::
'"$NO_ALL_NAME$HTML"'s:\(.*/doc/HTML/\)\([^/_]\+\)\(.*/'"$NAME"'/\)::
@@ -221,10 +243,12 @@ s:%lang(C) ::
find "$TOP_DIR" -type f -o -type l|sed '
s:'"$TOP_DIR"'::
+'"$NO_ALL_NAME$QT"'s:\(.*/'"$NAME"'\.\([a-zA-Z]\{2,3\}\([_@].*\)\?\)\.qm$\):%lang(\2)
\1:
'"$NO_ALL_NAME$QT"'s:\(.*/locale/\)\([^/_]\+\)\(.*/'"$NAME"'\.qm$\):%lang(\2)
\1\2\3:
-#'"$NO_ALL_NAME$QT"'s:\(.*/'"$NAME"'_\([a-zA-Z]\{2\}\([_@].*\)\?\)\.qm$\):%lang(\2)
\1:
-'"$ALL_NAME$QT"'s:\(.*/[^/_]\+_\([a-zA-Z]\{2\}[_@].*\)\.qm$\):%lang(\2)
\1:
-'"$ALL_NAME$QT"'s:\(.*/[^/_]\+_\([a-zA-Z]\{2\}\)\.qm$\):%lang(\2) \1:
+'"$ALL_NAME$QT"'s:^\([^%].*/\([a-zA-Z]\{2\}[_@].*\)\.qm$\):%lang(\2)
\1:
+'"$ALL_NAME$QT"'s:^\([^%].*/\([a-zA-Z]\{2\}\)\.qm$\):%lang(\2) \1:
+'"$ALL_NAME$QT"'s:^\([^%].*/[^/_]\+_\([a-zA-Z]\{2\}[_@].*\)\.qm$\):%lang(\2)
\1:
+'"$ALL_NAME$QT"'s:^\([^%].*/[^/_]\+_\([a-zA-Z]\{2\}\)\.qm$\):%lang(\2)
\1:
'"$ALL_NAME$QT"'s:^\([^%].*/[^/]\+_\([a-zA-Z]\{2\}[_@].*\)\.qm$\):%lang(\2)
\1:
'"$ALL_NAME$QT"'s:^\([^%].*/[^/]\+_\([a-zA-Z]\{2\}\)\.qm$\):%lang(\2)
\1:
s:^[^%].*::
@@ -246,6 +270,8 @@ s:^\([^%].*\)::
s:%lang(C) ::
/^$/d' >> $MO_NAME
+done # for NAME in ${NAMES[@]}
+
if ! grep -q / $MO_NAME; then
echo "No translations found for ${NAME} in ${TOP_DIR}"
exit 1
diff --git a/openshot.spec b/openshot.spec
index 1688bd4..7a8e8ef 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -1,79 +1,93 @@
+# Redirect find_lang to our patched version
+%global find_lang %{_sourcedir}/openshot-find-lang.sh %{buildroot}
+
Name: openshot
-Version: 1.4.3
-Release: 3%{?dist}
-Summary: A GTK based non-linear video editor
+Version: 2.4.4
+Release: 2%{?dist}
+Summary: Create and edit videos and movies
Group: Applications/Multimedia
-# All files are GPLv3+ except for files under openshot/uploads/youtube which
-# are ASL 2.0 and openshot/window/SimpleGtkBuilderApp.py which is LGPLv3 making
-# the effective license of openshot GPLv3.
-License: GPLv3
-URL:
http://www.openshotvideo.com/
-
-Source0:
http://launchpad.net/openshot/1.4/%{version}/+download/openshot-%{version...
-Source1: openshot.png
-
-Patch0: openshot-1.4.0-use_mlt-melt.diff
-Patch1: openshot-1.4.0-doc-install.diff
-
-BuildArch: noarch
-
-#BuildRequires: gettext
-BuildRequires: desktop-file-utils
-BuildRequires: python-devel
-# Resize icon
-BuildRequires: ImageMagick
-BuildRequires: exiv2
-
-Requires: mlt
-Requires: mlt-python
-Requires: ladspa
-Requires: notify-python
-Requires: pygoocanvas
-Requires: pygtk2-libglade
-Requires: python(abi) >= 2.5
-Requires: python-imaging
-Requires: python-httplib2
-Requires: pyxdg
-Requires: SDL
-Requires: sox
-Requires: librsvg2
-Requires: frei0r-plugins
-Requires: fontconfig
-# Needed because it owns icon directories
-Requires: hicolor-icon-theme
+License: GPLv3+
+URL:
http://www.openshot.org
+
+Source0:
https://github.com/OpenShot/%{name}-qt/archive/v%{version}/%{name}-qt-%{v...
+
+# QT translation files are installed to a non-standard location
+Source100: openshot-find-lang.sh
+
+# Add openshot-owner@rpmfusion to appdata as update_contact
+Patch1: openshot-rpmfusion-contact.patch
+
+BuildArch: noarch
+
+# For appdata
+BuildRequires: libappstream-glib
+
+BuildRequires: python%{python3_pkgversion}-devel
+BuildRequires: python%{python3_pkgversion}-qt5-devel
+BuildRequires: python%{python3_pkgversion}-setuptools
+BuildRequires: libopenshot >= 0.2.3
+BuildRequires: libopenshot-audio >= 0.1.8
+BuildRequires: desktop-file-utils
+
+Requires: python%{python3_pkgversion}-httplib2
+Requires: python%{python3_pkgversion}-qt5
+Requires: python%{python3_pkgversion}-qt5-webkit
+Requires: python%{python3_pkgversion}-requests
+Requires: python%{python3_pkgversion}-setuptools
+Requires: python%{python3_pkgversion}-zmq
+Requires: python%{python3_pkgversion}-libopenshot >= 0.2.3
+Requires: ffmpeg-libs
+
+%if 0%{?fedora}
+Recommends: openshot-lang
+Recommends: font(bitstreamverasans)
+Recommends: blender
+%else
+Requires: openshot-lang
+%endif
%description
-OpenShot Video Editor is a free, open-source, non-linear video editor, based on
-Python, GTK, and MLT. It can edit video and audio files, composite and
-transition video files, and mix multiple layers of video and audio together and
-render the output in many different formats.
+OpenShot Video Editor is a free, open-source, non-linear video editor. It
+can create and edit videos and movies using many popular video, audio,
+image formats. Create videos for YouTube, Flickr, Vimeo, Metacafe, iPod,
+Xbox, and many more common formats!
+
+Features include:
+* Multiple tracks (layers)
+* Compositing, image overlays, and watermarks
+* Audio mixing and editing
+* Support for image sequences (rotoscoping)
+* Key-frame animation
+* Video effects (chroma-key)
+* Transitions (lumas and masks)
+* Titles with integrated editor and templates
+* 3D animation (titles and effects)
+
+
+%package lang
+Summary: Additional languages for OpenShot
+Requires: %{name} = %{version}-%{release}
+
+%description lang
+%{summary}.
%prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-# Don't install unnecessary stuff
-sed -i -e '/lib\/mime\/packages/d' setup.py
+%autosetup -p1 -n %{name}-qt-%{version}
%build
-%{__python} setup.py build
+%py3_build
%install
-%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
-
-# Remove unnecessary .po files
-rm %{buildroot}%{python_sitelib}/%{name}/locale/*/*/*.po
-rm %{buildroot}%{python_sitelib}/%{name}/locale/OpenShot/OpenShot.pot
-rm %{buildroot}%{python_sitelib}/%{name}/locale/README
+%py3_install
# We strip bad shebangs (/usr/bin/env) instead of fixing them
# since these files are not executable anyways
-find %{buildroot}/%{python_sitelib} -name '*.py' \
+find %{buildroot}/%{python3_sitelib} -name '*.py' \
-exec grep -q '^#!' '{}' \; -print | while read F
do
awk '/^#!/ {if (FNR == 1) next;} {print}' $F >chopped
@@ -82,72 +96,174 @@ do
done
# Validate desktop file
-desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
-
-# Move icon files to the preferred location
-mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/ \
- %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
-mv %{buildroot}%{_datadir}/pixmaps/%{name}.svg \
- %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
-cp -p %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
-
-# modify find-lang.sh to deal with gettext .mo files under
-# openshot/locale
-%{__sed} -e 's|/share/locale/|/%{name}/locale/|' \
- /usr/lib/rpm/find-lang.sh \
- > find-lang-modified.sh
-
-sh find-lang-modified.sh %{buildroot} OpenShot %{name}.lang
-find %{buildroot}%{python_sitelib}/%{name}/locale -type d | while read dir
-do
- echo "%%dir ${dir#%{buildroot}}" >> %{name}.lang
-done
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-qt.desktop
+
+%if 0%{?rhel}
+# Move appdata file to default location
+mkdir -p %{buildroot}%{_metainfodir}
+mv %{buildroot}%{_datadir}/metainfo/*.appdata.xml %{buildroot}%{_metainfodir}/
+%endif #rhel
+
+# Validate appdata file
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
+%find_lang OpenShot --with-qt
+
+%if 0%{?rhel}
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &> /dev/null || :
-update-mime-database %{_datadir}/mime &> /dev/null || :
%postun
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
-update-desktop-database &> /dev/null || :
-update-mime-database %{_datadir}/mime &> /dev/null || :
%posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+%endif
-%files -f %{name}.lang
-%doc AUTHORS COPYING README
-%{_datadir}/gnome/help/openshot/
-%{_datadir}/omf/openshot/
+%files
+%license COPYING
+%doc AUTHORS README.md
%{_bindir}/*
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/%{name}-qt.desktop
%{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/*
-%dir %{python_sitelib}/%{name}
-%{python_sitelib}/%{name}/*.py*
-%{python_sitelib}/%{name}/blender
-%{python_sitelib}/%{name}/classes
-%{python_sitelib}/%{name}/effects
-%{python_sitelib}/%{name}/export_presets
-%{python_sitelib}/%{name}/images
-%{python_sitelib}/%{name}/language
-%{python_sitelib}/%{name}/profiles
-%{python_sitelib}/%{name}/themes
-%{python_sitelib}/%{name}/titles
-%{python_sitelib}/%{name}/transitions
-%{python_sitelib}/%{name}/uploads
-%{python_sitelib}/%{name}/windows
-%{python_sitelib}/*egg-info
-%{_mandir}/man*/*
+%{_metainfodir}/*.appdata.xml
+%{python3_sitelib}/%{name}_qt/
+%exclude %{python3_sitelib}/%{name}_qt/language/*
+%{python3_sitelib}/*egg-info
+%{_prefix}/lib/mime/packages/openshot-qt
+
+%files lang -f OpenShot.lang
+%dir %{python3_sitelib}/%{name}_qt/language
+%{python3_sitelib}/%{name}_qt/language/%{name}_lang.py
+%{python3_sitelib}/%{name}_qt/language/%{name}_lang.qrc
%changelog
+* Mon Apr 29 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 2.4.4-3
+- Remove simplejson require, not actually a dependency after all
+- setuptools, however, is also a runtime dependency
+
+* Sun Apr 28 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 2.4.4-2
+- Declare dependency on requests, simplejson Python modules
+
+* Fri Mar 22 2019 FeRD (Frank Dana) <ferdnyc AT gmail com> - 2.4.4-1
+- New upstream release
+
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
2.4.3-3
+- Rebuilt for
https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Wed Nov 14 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 2.4.3-2
+- Add patch to fix opening files via commandline / .desktop
+
+* Mon Sep 3 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 2.4.3-1
+- New upstream release 2.4.3
+- Update libopenshot dependency version to new 0.2.2 release
+- Drop several upstreamed build fixes
+- Use upstream appdata file instead of our own
+- Patch upstream appdata file for missed release tag
+- Add openshot-owner(a)rpmfusion.org as update contact in appdata
+- Clean up installed files
+- New translations path, update find logic and packaging
+
+* Sat Sep 1 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 2.4.2-2
+- Updated package description
+- Rebuild for updated libopenshot (with new ImageMagick)
+
+* Tue Jul 31 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 2.4.2-1
+- New upstream release
+
+* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
2.4.1-7
+- Rebuilt for
https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Tue Jul 10 2018 Miro Hrončok <mhroncok(a)redhat.com> - 2.4.1-6
+- Rebuilt for Python 3.7
+
+* Thu Mar 01 2018 Richard Shaw <hobbes1069(a)gmail.com> - 2.4.1-5
+- Fix package ownership of locale directory, fixes RFBZ#4809.
+
+* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
2.4.1-4
+- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Sat Feb 17 2018 Sérgio Basto <sergio(a)serjux.com> - 2.4.1-3
+- Add some recommends to spec
+- Merge epel7 work, but we still haven't python-qt5 in epel7
+
+* Thu Jan 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.1-2
+- Rebuilt for ffmpeg-3.5 git
+
+* Sat Jan 13 2018 Richard Shaw <hobbes1069(a)gmail.com> - 2.4.1-1
+- Update to latest upstream release.
+
+* Wed Oct 25 2017 Richard Shaw <hobbes1069(a)gmail.com> - 2.4.0-3
+- Add recommends for Vera Sans font, fixes RFBZ#5677.
+
+* Mon Sep 11 2017 Sérgio Basto <sergio(a)serjux.com> - 2.4.0-2
+- Also requires libopenshot >= 0.1.8
+
+* Fri Sep 08 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.0-1
+- Update to 2.4.0
+- Use python macros
+- Remove obsolete scriptlets
+
+* Sun Sep 03 2017 Sérgio Basto <sergio(a)serjux.com> - 2.3.4-1
+- Update to 2.3.4
+
+* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.3.3-2
+- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Fri May 12 2017 Richard Shaw <hobbes1069(a)gmail.com> - 2.3.2-1
+- Update to latest upstream release.
+
+* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.3.1-2
+- Rebuild for ffmpeg update
+
+* Mon Apr 03 2017 Sérgio Basto <sergio(a)serjux.com> - 2.3.1-1
+- Update to 2.3.1
+
+* Fri Mar 31 2017 Richard Shaw <hobbes1069(a)gmail.com> - 2.3.0-1
+- Update to latest upstream release.
+
+* Sat Mar 25 2017 Sérgio Basto <sergio(a)serjux.com> - 2.2.0-1
+- Update openshot to 2.2.0
+
+* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org>
+- Rebuilt for
https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Sun Dec 4 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.1.0-2
+- All translation files now included in openshot-lang, fixes RFBZ#4358.
+- Change dependency on openshot-lang from Requires to Recommends.
+
+* Tue Aug 30 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.1.0-1
+- Update to latest upstream release.
+
+* Tue Aug 23 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.0.7-5
+- Install locale files.
+
+* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.0.7-4
+- Rebuilt for ffmpeg-3.1.1
+
+* Wed Jul 20 2016 Sérgio Basto <sergio(a)serjux.com> - 2.0.7-3
+- Add python3-qt5-webkit to package requires
+
+* Mon Apr 18 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.0.7-2
+- Update to require python3-libopenshot.
+
+* Fri Apr 8 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.0.7-1
+- Update to latest upstream release.
+
+* Fri Mar 4 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.0.6-1
+- Update to latest upstream release.
+
+* Mon Jan 11 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.0.4-1
+- Update to latest upstream release.
+
* Mon Apr 6 2015 Richard Shaw <hobbes1069(a)gmail.com> - 1.4.3-3
- Fix broken icon file (BZ#3546).
- Add ladspa as a install requirement (BZ#3472).
@@ -174,24 +290,3 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
* Mon Jan 30 2012 Richard Shaw <hobbes1069(a)gmail.com> - 1.4.1-1
- Update to latest release.
-
-* Fri Sep 23 2011 Richard Shaw <hobbes1069(a)gmail.com> - 1.4.0-1
-- New release.
-
-* Sun Apr 10 2011 Richard Shaw <hobbes1069(a)gmail.com> - 1.3.0-2
-- Fixed spec file for packaging guidelines compliance.
-
-* Mon Feb 14 2011 Richard Shaw <hobbes1069(a)gmail.com> - 1.3.0-1
-- Release 1.3.0
-
-* Thu Oct 11 2010 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 1.2.2-1
-- Release 1.2.2
-
-* Tue Jun 22 2010 Renich Bon Ćirić <renich(a)woralelandia.com> - 1.1.3-1
-- Release 1.1.3
-
-* Tue Jan 12 2010 Zarko <zarko.pintar(a)gmail.com> - 1.0.0-1
-- Release 1.0.0
-
-* Thu Dec 04 2009 Zarko <zarko.pintar(a)gmail.com> - 0.9.54-1
-- initial release
diff --git a/sources b/sources
index fc381b1..078097c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ec82a7e8b7700ee4a359458aedf19e9 openshot-1.4.3.tar.gz
+6addaf63691bd9bbe75a2fb854997bbe openshot-qt-2.4.4.tar.gz