From b1cb8c11a265ca7fefc029a68061ad9b66c377f4 Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Wed, 26 Jan 2005 16:07:02 +0000 Subject: [PATCH] Andreas V. Meier: add qdvdauthor, my Nr.1 of ugliest configure scripts [2005010920322124317] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5514 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/avm/qdvdauthor/qdvdauthor.conf | 17 ++++++++++ package/avm/qdvdauthor/qdvdauthor.desc | 44 ++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 package/avm/qdvdauthor/qdvdauthor.conf create mode 100644 package/avm/qdvdauthor/qdvdauthor.desc diff --git a/package/avm/qdvdauthor/qdvdauthor.conf b/package/avm/qdvdauthor/qdvdauthor.conf new file mode 100644 index 000000000..5b24f7a7e --- /dev/null +++ b/package/avm/qdvdauthor/qdvdauthor.conf @@ -0,0 +1,17 @@ +# oehm - the configure script is rather strange - we can not detect the options +# this is rather bruce force - do not do this in other *normal* packages ... +confopt="" +var_append confopt " " "--build-qplayer" +var_append confopt " " "--build-qslideshow" +pkginstalled xine || pkginstalled mplayer && \ + var_append confopt " " "--with-mplayer-support" + +qdvdauthor_cm() +{ + echo Running "./configure $confopt" + eval "./configure $confopt" + rm -f bin/dvdproject + cp -v bin/* $root/$prefix/bin/ +} + +custmain="qdvdauthor_cm" diff --git a/package/avm/qdvdauthor/qdvdauthor.desc b/package/avm/qdvdauthor/qdvdauthor.desc new file mode 100644 index 000000000..12b381952 --- /dev/null +++ b/package/avm/qdvdauthor/qdvdauthor.desc @@ -0,0 +1,44 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/avm/qdvdauthor/qdvdauthor.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] DVD Authoring GUI + +[T] 'Q' DVD-Author is a GUI frontent for dvdauthor and related tools. The +[T] goal is to provide an easy-to-use, yet powerful and complete interface to +[T] generate DVD menus, slideshows, and videos to burn on a DVD under Linux. + +[U] http://qdvdauthor.sourceforge.net/ + +[A] Varol Okan +[M] Andreas V. 'netrunner' Meier + +[C] extra/tool + +[L] GPL +[S] Alpha +[V] 2005-01-06 +[P] X -----5---9 800.000 + +# [D] 1940607727 qdvdauthor-0.0.8.tar.gz http://dl.sourceforge.net/qdvdauthor/ +[D] X qdvdauthor-2005-01-06.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/qdvdauthor::qdvdauthor/!20050106/ +