Package Details: sinthgunt 2.1.0-1

Package Base: sinthgunt
Description: Sinthgunt is an easy to use GUI for ffmpeg with more than 100 pre-configured conversion settings.
Upstream URL: http://code.google.com/p/sinthgunt/
Category: multimedia
Licenses: GPL3
Submitter: archtux
Maintainer: triceratops1
Last Packager: None
Votes: 19
First Submitted: 2009-07-25 17:57
Last Updated: 2013-04-24 21:21

Latest Comments

Comment by TrialnError

2013-04-24 21:21

Updated the package

Comment by archtux

2010-11-22 11:35

@Army
Thanks for the remark.
I didn't have youtube-dl installed and wasn't aware of the conflict!

Anonymous comment

2010-11-22 10:48

This new version wants to install youtube-dl, which is also available as a single package. So you have two options, either add

conflicts=(youtube-dl)
provides=(youtube-dl)

to your PKGBUILD or put a

rm -f ${pkgdir}/usr/bin/youtube-dl

to the end of your build function and add youtube-dl as a dependency.

Personally, I'd prefer the second version.