gnome-video-effects-vl.spec 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Summary: Collection of GStreamer video effects
  2. Name: gnome-video-effects
  3. Version: 0.5.0
  4. Release: 1%{?_dist_release}
  5. Vendor: Project Vine
  6. Distribution: Vine Linux
  7. License: GPLv2
  8. URL: http://live.gnome.org/GnomeVideoEffects
  9. %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
  10. Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
  11. Buildarch: noarch
  12. BuildRequires: meson
  13. BuildRequires: intltool
  14. %description
  15. A collection of GStreamer effects to be used in different GNOME Modules.
  16. %prep
  17. %setup -q
  18. %build
  19. %meson
  20. %meson_build
  21. %install
  22. %meson_install
  23. %files
  24. %defattr(-,root,root,-)
  25. %license COPYING
  26. %doc AUTHORS NEWS README
  27. %{_datadir}/pkgconfig/gnome-video-effects.pc
  28. %{_datadir}/gnome-video-effects
  29. %changelog
  30. * Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.0-1
  31. - new upstream release.
  32. * Sun Jan 12 2014 Yoji TOYODA <bsyamato@seea.plala.or.jp> 0.4.0-2
  33. - rebuild with VineSeed environment
  34. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@seea.plala.or.jp> 0.4.0-1
  35. - new upstream release
  36. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@seea.plala.or.jp> 0.3.0-1
  37. - initial build for Vine Linux
  38. * Thu Mar 10 2011 Yanko Kaneti <yaneti@declera.com> 0.3.0-1
  39. - Update to 0.3.0.
  40. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-2
  41. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  42. * Mon Dec 6 2010 Yanko Kaneti <yaneti@declera.com> 0.2.0-1
  43. - Update to 0.2.0. New effects.
  44. * Wed Sep 1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.0-1
  45. - Packaged for review