Package Details: qdvdauthor-templates 1.11.1-1

Package Base: qdvdauthor-templates
Description: Templates for 'Q' DVD-Author
Upstream URL: http://qdvdauthor.sourceforge.net
Category: multimedia
Licenses: CCPL:by-sa
Submitter: None
Maintainer: None
Last Packager: None
Votes: 16
First Submitted: 2008-08-20 19:49
Last Updated: 2012-01-11 21:35

Latest Comments

Anonymous comment

2012-09-30 13:56

Due to recent changes in Arch Linux for the worse, and the bad, ignorant and arrogant attitude of the Arch Linux devs, who aren't able to take criticism, who only want to hear their own opinion, I decided to not contribute to Arch Linux anymore. So I orphan this package.

Comment by ruario

2012-01-13 13:45

even better!

Anonymous comment

2012-01-11 21:36

Removed the bsdtar command from the PKGBUILD. Meanwhile rpm sources are unpacked by makepkg automatically.

Anonymous comment

2012-01-09 16:22

Thanks for the info, ruario. Switched from rpm2cpio to bsdtar without incrementing $pkgrel.

Comment by ruario

2012-01-09 14:41

you don't need rpmextract or rpm2cpio. Every Arch install includes bsdtar because it is provided by the libarchive package, which pacman itself depends on. bsdtar can open rpm files itself directly, e.g.

bsdtar xf qdvdauthor-templates-1.11.1-1.i586.rpm

Comment by tjbp

2011-11-24 01:56

If I click Tools -> Check Installation I am prompted to update the masks because it erroneously detects an outdated version. This is because build() deletes /usr/share/qdvdauthor/masks/VERSION.

Additionally, it prompts to download the following templates:
http://qdvdauthor.sourceforge.net/templates/WobblyWater.tar.gz
http://qdvdauthor.sourceforge.net/templates/MusicDVD.tar.gz
http://qdvdauthor.sourceforge.net/templates/hammock.tar.gz
http://qdvdauthor.sourceforge.net/templates/Cinema.tar.gz
http://qdvdauthor.sourceforge.net/templates/Horizon.tar.gz
http://qdvdauthor.sourceforge.net/templates/flor.tar.gz
http://qdvdauthor.sourceforge.net/templates/superbike.tar.gz
http://qdvdauthor.sourceforge.net/templates/stamps.tar.gz

They aren't in the source rpm, so I guess it's an upstream thing.

Anonymous comment

2011-11-23 21:11

There are no new templates in the SVN and I can't see any new templates in the qdvdauthor templates installer. And I can't install any templates with the templates installer. So I doubt that there are new versions. If you can find a link to updated templates, I will check that again. But I doubt that there are any.

Comment by tjbp

2011-11-23 19:16

Upstream doesn't seem to have updated the rpm (hadn't realised), but there are updated resources available via its auto-updater. The program connects to the projects.sourceforge.net IP, but I can't see what exactly on the server it's consulting...

Anonymous comment

2011-11-23 04:08

Where did you find a new template version?

Anonymous comment

2011-11-10 11:18

Does rpm provide the script rpmextract.sh, too? Because this PKGBUILD doesn't use rpm2cpio but rpmextract.sh. Well, if necessary I could change the rpmextract.sh command to the rpm2cpio command in the PKGBUILD.

But regarding the makedepends I would suggest adding a "provides=('rpmextract')" to the rpm PKGBUILD, since it also has a "conflicts=('rpmextract')" and rpmextract is in [extra] while rpm is just in AUR. It's not possible to add two packages for the same functionality in makedepends, especially no conflicting packages. So I will keep the makedepends as it is.

Comment by drankinatty

2011-11-10 05:42

PKGBUILD makedepends needs updating to except either rpmextract or rpm as both provide rpm2cpio.