diff -u winff-1.0.4/debian/changelog winff-1.0.4/debian/changelog --- winff-1.0.4/debian/changelog +++ winff-1.0.4/debian/changelog @@ -1,3 +1,15 @@ +winff (1.0.4-2ubuntu1) karmic; urgency=low + + * Merge from debian unstable (LP: #418765), remaining changes: + - Changed rules file to install presets in line with ffmpeg in karmic. + - Updated debian/README.debian + - Added suggest on (k|x|)ubuntu-restricted-extras to control file to + support presets. + - Added text to description to explain that the a user needs to + install libavcodec-unstripped-XX to use all presets. + + -- Paul Gevers Tue, 25 Aug 2009 20:08:40 +0200 + winff (1.0.4-2) unstable; urgency=low * Bumped policy version to 3.8.3 (no changes needed) @@ -16,6 +28,18 @@ -- Paul Gevers Fri, 21 Aug 2009 21:51:22 +0200 +winff (1.0.4-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable (LP: #399387), remaining changes: + - Changed rules file to install presets in line with ffmpeg in karmic. + - Updated debian/README.debian + - Added suggest on (k|x|)ubuntu-restricted-extras to control file to + support presets. + - Added text to description to explain that the a user needs to + install libavcodec-unstripped-XX to use all presets. + + -- Andres Rodriguez Tue, 14 Jul 2009 12:07:26 -0500 + winff (1.0.4-1) unstable; urgency=low * New upstream release @@ -43,6 +67,18 @@ -- Paul Gevers Mon, 25 May 2009 19:21:36 +0200 +winff (1.0.1-2ubuntu1) karmic; urgency=low + + * Merge from debian unstable, remaining changes (LP: #368898): + - Changed rules file to install presets in line with ffmpeg in karmic. + - Updated debian/README.debian + - Added suggest on (k|x|)ubuntu-restricted-extras to control file to + support presets. + - Added text to description to explain that the a user needs to + install libavcodec-unstripped-XX to use all presets. + + -- Paul Gevers Tue, 28 Apr 2009 22:35:48 +0200 + winff (1.0.1-2) unstable; urgency=low * Point to versioned licenses in debian/copyright (lintian) @@ -115,0 +152 @@ + diff -u winff-1.0.4/debian/control winff-1.0.4/debian/control --- winff-1.0.4/debian/control +++ winff-1.0.4/debian/control @@ -1,7 +1,8 @@ Source: winff Section: video Priority: extra -Maintainer: Paul Gevers +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Paul Gevers Build-Depends: debhelper (>= 5), dpatch, lazarus-ide, @@ -15,7 +16,9 @@ Architecture: any Depends: ffmpeg, xterm | x-terminal-emulator, ${shlibs:Depends}, ${misc:Depends} -Suggests: www-browser, pdf-viewer +Suggests: www-browser, pdf-viewer, + ubuntu-restricted-extras | kubuntu-restricted-extras | + xubuntu-restricted-extras Breaks: shared-mime-info (<< 0.40) Description: graphical video and audio batch converter using ffmpeg WinFF is a graphical user interface for FFmpeg. It will convert @@ -30,0 +34,5 @@ + . + For most presets to work, it is necessary to have the unstripped version + of the libavcodec in the multiverse repository, which can be obtained by + installing ubuntu-restricted-extras or kubuntu-restricted-extras or + xubuntu-restricted-extras as suggested by this package. diff -u winff-1.0.4/debian/README.Debian winff-1.0.4/debian/README.Debian --- winff-1.0.4/debian/README.Debian +++ winff-1.0.4/debian/README.Debian @@ -1,3 +1,7 @@ +The version of ffmpeg in Ubuntu can at this moment convert all the +formats in the current presents, only when libavcodec-unstripped-## +is installed (via (k)ubuntu-restricted-extras). + Not all the original presets that come with WinFF work with the Debian version of ffmpeg. Therefore, a filtered version is provided as a standard. The original presets are still provided in @@ -14 +18 @@ -Paul Gevers, March 25, 2009 +Paul Gevers, April 28, 2009 diff -u winff-1.0.4/debian/rules winff-1.0.4/debian/rules --- winff-1.0.4/debian/rules +++ winff-1.0.4/debian/rules @@ -13,6 +13,7 @@ dh_testdir if [ -f presets.xml ] ; then mv presets.xml presets-orig.xml; fi + cp debian/presets-libavcodec52-v3.xml debian/presets.xml cd languages ;\ if [ -f winff.pb.po ] ; then mv winff.pb.po winff.pt_BR.po; fi ;\ if [ -f winff.po ] ; then mv winff.po winff.en.po; fi ;\