From d5c39af472746bd710d67e2b133c40b1dee51626 Mon Sep 17 00:00:00 2001 From: fake Date: Fri, 24 Sep 2004 13:19:17 +0000 Subject: [PATCH] fake: add package 'mythmusic' [2004091411080420943] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4356 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/fake/mythmusic/mythmusic.conf | 23 +++++++++++++++ package/fake/mythmusic/mythmusic.desc | 41 +++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 package/fake/mythmusic/mythmusic.conf create mode 100644 package/fake/mythmusic/mythmusic.desc diff --git a/package/fake/mythmusic/mythmusic.conf b/package/fake/mythmusic/mythmusic.conf new file mode 100644 index 000000000..e88a359ed --- /dev/null +++ b/package/fake/mythmusic/mythmusic.conf @@ -0,0 +1,23 @@ + +if [ -z "$ROCKCFG_PKG_MYTHTV_PREFIX" ] ; then + prefix=opt/mythtv +else + prefix=$ROCKCFG_PKG_MYTHTV_PREFIX +fi + +mythmusic_premake() { + sed -i -e "s,^PREFIX = /usr/local\$,PREFIX = $root/$prefix," settings.pro + qmake mythmusic.pro +} + +# their 'configure' is not what we'd expect. +# additionally, enabling opengl it segfaults for me... +#confopt="--enable-opengl" +confopt="" +extraconfopt="" + +pkginstalled fftw && confopt="$confopt --enable-fftw" +pkginstalled libsdl && confopt="$confopt --enable-sdl" + +hook_add premake 1 mythmusic_premake + diff --git a/package/fake/mythmusic/mythmusic.desc b/package/fake/mythmusic/mythmusic.desc new file mode 100644 index 000000000..37566dc56 --- /dev/null +++ b/package/fake/mythmusic/mythmusic.desc @@ -0,0 +1,41 @@ +[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/fake/mythmusic/mythmusic.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2003 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] a music plug-in for MythTV + +[T] This plugin lets you browse, play and visualize Music in a variety of +[T] formats on your mythtv-equipped box. + +[U] http://www.mythtv.org + +[A] Isaac Richards +[M] fake + +[C] extra/multimedia + +[L] GPL +[S] Stable +[V] 0.16 +[P] X -?---5---9 128.100 + +[D] 2093975099 mythmusic-0.16.tar.bz2 http://www.mythtv.org/mc/ +