Updated the package
Search Criteria
Package Details: sinthgunt 2.1.0-1
Package Actions
| 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: | |
| Submitter: | archtux |
| Maintainer: | triceratops1 |
| Last Packager: | None |
| Votes: | 19 |
| First Submitted: | 2009-07-25 17:57 |
| Last Updated: | 2013-04-24 21:21 |
Required by (0)
Sources
Latest Comments
Comment by TrialnError
Comment by archtux
@Army
Thanks for the remark.
I didn't have youtube-dl installed and wasn't aware of the conflict!
Anonymous comment
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.