[arch-commits] Commit in mythmusic/trunk (PKGBUILD)

2010-01-23 Thread Eric BĂ©langer
Date: Saturday, January 23, 2010 @ 21:40:17
  Author: eric
Revision: 65033

upgpkg: mythmusic 0.22-2
Rebuilt for libpng 1.4 and libjpeg 8

Modified:
  mythmusic/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-24 02:33:12 UTC (rev 65032)
+++ PKGBUILD2010-01-24 02:40:17 UTC (rev 65033)
@@ -4,7 +4,7 @@
 
 pkgname=mythmusic
 pkgver=0.22
-pkgrel=1
+pkgrel=2
 pkgdesc=Music playing plugin for MythTV
 arch=('i686' 'x86_64')
 url=http://www.mythtv.org;
@@ -13,6 +13,7 @@
   'libcdaudio' 'libid3tag' 'libmad' 'libvorbis' 'sdl' 'taglib')
 source=(ftp://ftp.osuosl.org/pub/mythtv/mythplugins-$pkgver.tar.bz2;)
 md5sums=('09c8fa1058399a0c5db169a71561e985')
+sha1sums=('dc60550ba57173e3a6616d6041042d844d5b638a')
 groups=('mythtv-extras')
 
 build() {



[arch-commits] Commit in mythmusic/trunk (PKGBUILD)

2009-12-14 Thread Juergen Hoetzel
Date: Monday, December 14, 2009 @ 12:00:36
  Author: juergen
Revision: 61261

fix my eMail address

Modified:
  mythmusic/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-14 16:54:33 UTC (rev 61260)
+++ PKGBUILD2009-12-14 17:00:36 UTC (rev 61261)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Juergen Hoetzel tra...@archlinux.org
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
 # Contributor: kleptophob...@gmail.com, Robert de Jager
 
 pkgname=mythmusic



[arch-commits] Commit in mythmusic/trunk (PKGBUILD)

2009-12-09 Thread Juergen Hoetzel
Date: Wednesday, December 9, 2009 @ 17:44:16
  Author: juergen
Revision: 60943

update to 0.22

Modified:
  mythmusic/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-09 22:44:08 UTC (rev 60942)
+++ PKGBUILD2009-12-09 22:44:16 UTC (rev 60943)
@@ -1,6 +1,6 @@
 # $Id$
 # Maintainer: Juergen Hoetzel tra...@archlinux.org
-# Contributor: kleptophob...@gmail.com
+# Contributor: kleptophob...@gmail.com, Robert de Jager
 
 pkgname=mythmusic
 pkgver=0.22
@@ -9,8 +9,8 @@
 arch=('i686' 'x86_64')
 url=http://www.mythtv.org;
 license=('GPL')
-depends=(mythtv=${pkgver} 'libid3tag' 'libmad' 'libvorbis' 'flac=1.1.4' 
'libcdaudio' \
- 'cdparanoia' 'fftw2' 'sdl' 'faad2=2.7' 'lame' 'taglib')
+depends=(mythtv=${pkgver} 'cdparanoia' 'faad2' 'fftw' 'flac' 'lame' 
+  'libcdaudio' 'libid3tag' 'libmad' 'libvorbis' 'sdl' 'taglib')
 source=(ftp://ftp.osuosl.org/pub/mythtv/mythplugins-$pkgver.tar.bz2;)
 md5sums=('09c8fa1058399a0c5db169a71561e985')
 groups=('mythtv-extras')



[arch-commits] Commit in mythmusic/trunk (PKGBUILD)

2009-12-04 Thread Juergen Hoetzel
Date: Friday, December 4, 2009 @ 08:18:28
  Author: juergen
Revision: 60373

update to 0.22

Modified:
  mythmusic/trunk/PKGBUILD

--+
 PKGBUILD |   28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-04 12:29:24 UTC (rev 60372)
+++ PKGBUILD2009-12-04 13:18:28 UTC (rev 60373)
@@ -3,8 +3,8 @@
 # Contributor: kleptophob...@gmail.com
 
 pkgname=mythmusic
-pkgver=0.21
-pkgrel=3
+pkgver=0.22
+pkgrel=1
 pkgdesc=Music playing plugin for MythTV
 arch=('i686' 'x86_64')
 url=http://www.mythtv.org;
@@ -13,23 +13,23 @@
  'cdparanoia' 'fftw2' 'sdl' 'faad2=2.7' 'lame' 'taglib')
 source=(ftp://ftp.osuosl.org/pub/mythtv/mythplugins-$pkgver.tar.bz2\
 mythmusic-0.21.patch)
-md5sums=('6c08043227bef1384858deee12b5cdc3' '63cac69a7d699dd09934cb560a72d504')
+md5sums=('09c8fa1058399a0c5db169a71561e985' '63cac69a7d699dd09934cb560a72d504')
 groups=('mythtv-extras')
 
 build() {
cd $startdir/src/mythplugins-${pkgver}
-   . /etc/profile.d/qt3.sh
+   ./configure --prefix=/usr \
+--disable-all \
+\
+--enable-$pkgname \
+\
+--enable-fftw \
+--enable-sdl \
+--enable-aac \
+--enable-opengl

-   # use QT3 qmake
-   export PATH=$QTDIR/bin:$PATH
-   patch  -p1 -i $startdir/src/mythmusic-0.21.patch || return 1
-  ./configure --prefix=/usr --disable-all --enable-mythmusic --enable-fftw \
---enable-sdl --enable-aac --enable-opengl
-
-   qmake mythplugins.pro
-   make qmake || return 1
-   make -j 2 || return 1
-
+   qmake mythplugins.pro 
+   make qmake 
make INSTALL_ROOT=$startdir/pkg install
 }