Projects
Multimedia
winff
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
winff.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Sep 18 10:26:24 UTC 2013 - fisiu@opensuse.org + +- Update to 1.5.2. + +------------------------------------------------------------------- Sun Apr 29 19:22:42 CET 2012 - pascal.bleser@opensuse.org - initial version (1.4.2)
View file
winff.spec
Changed
@@ -1,5 +1,6 @@ -# vim: set sw=4 ts=4 et nu: - +# +# spec file for package winff +# # Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -11,25 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.links2linux.org/ -Name: winff -Version: 1.4.2 -Release: 0.pm.1 -Summary: Multimedia File Converter -Source: http://winff.googlecode.com/files/winff-%{version}-source.tar.gz -Source1: winff.desktop -URL: http://winff.org -Group: Productivity/Multimedia/Video/Editors and Convertors -License: GPL-3.0+ -BuildRoot: %{_tmppath}/build-%{name}-%{version} -BuildRequires: lazarus -BuildRequires: cairo-devel -BuildRequires: atk-devel -BuildRequires: pango-devel -BuildRequires: gtk2-devel -BuildRequires: update-desktop-files -Requires: ffmpeg +Name: winff +Version: 1.5.2 +Release: 0 +License: GPL-3.0+ +Summary: Multimedia File Converter +Url: http://winff.org +Group: Productivity/Multimedia/Video/Editors and Convertors +Source0: https://winff.googlecode.com/files/WinFF-1.5.2-source.tar.gz +Source1: winff.desktop +BuildRequires: atk-devel +BuildRequires: lazarus +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(pango) +Requires: ffmpeg +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description WinFF is a GUI for the command line video converter, FFMPEG. It will convert @@ -40,23 +41,26 @@ %lang_package %prep -%setup -q -n winff +%setup -q -c winff +# rmove exec bits +chmod a-x {README.txt,changelog.txt,AUTHORS,README-Presets.txt} %build lazbuild winff.lpr --ws=gtk2 %install -%__install -D -m0755 winff "%{buildroot}%{_bindir}/winff" -%__install -d -m0755 "%{buildroot}%{_datadir}/winff" -find . -name '*.xml' -exec %__install -D -m0644 {} "%{buildroot}%{_datadir}/winff/" \; -%__install -D -m0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop" +install -D -m 0755 winff "%{buildroot}%{_bindir}/winff" +install -d -m 0755 "%{buildroot}%{_datadir}/winff" +find . -name '*.xml' \ + -exec install -D -m0644 {} "%{buildroot}%{_datadir}/winff/" \; +install -D -m0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop" for s in 16 24 32 48; do - %__install -D -m0644 "winff-icons/${s}x${s}/winff.png" \ + install -D -m0644 "winff-icons/${s}x${s}/winff.png" \ "%{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/winff.png" done -%__install -d -m0755 "%{buildroot}%{_datadir}/winff/languages" -find . -name '*.po' -exec %__install -D -m0644 {} "%{buildroot}%{_datadir}/winff/languages/" \; +install -d -m0755 "%{buildroot}%{_datadir}/winff/languages" +find . -name '*.po' -exec install -D -m0644 {} "%{buildroot}%{_datadir}/winff/languages/" \; %suse_update_desktop_file -r "%{name}" AudioVideo AudioVideoEditing @@ -70,9 +74,6 @@ done popd -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files %defattr(-,root,root) %doc AUTHORS *.txt
View file
WinFF-1.5.2-source.tar.gz
Added
View file
winff-1.4.2-source.tar.gz
Deleted
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
.