[arch-commits] Commit in (8 files)

2012-03-30 Thread Tobias Powalowski
Date: Friday, March 30, 2012 @ 03:58:39
  Author: tpowa
Revision: 154547

newpkg: depend for misdnutils

Added:
  spandsp/
  spandsp/repos/
  spandsp/trunk/
  spandsp/trunk/PKGBUILD
  spandsp/trunk/spandsp-0.0.6pre20-1-i686.pkg.tar.xz
  spandsp/trunk/spandsp-0.0.6pre20-1-i686.pkg.tar.xz.sig
  spandsp/trunk/spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz
  spandsp/trunk/spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz.sig

+
 PKGBUILD   |   30 +++
 spandsp-0.0.6pre20-1-i686.pkg.tar.xz   |1 
 spandsp-0.0.6pre20-1-i686.pkg.tar.xz.sig   |1 
 spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz |1 
 spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz.sig |1 
 5 files changed, 34 insertions(+)

Added: spandsp/trunk/PKGBUILD
===
--- spandsp/trunk/PKGBUILD  (rev 0)
+++ spandsp/trunk/PKGBUILD  2012-03-30 07:58:39 UTC (rev 154547)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=spandsp
+pkgver=0.0.6pre20
+pkgrel=1
+pkgdesc=A DSP library for telephony
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.soft-switch.org/;
+depends=('libtiff')
+source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
+options=(!libtool)
+
+build() {
+  cd $srcdir/$pkgname-0.0.6
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $srcdir/$pkgname-0.0.6
+   make check
+}  
+
+package() {
+  cd $srcdir/$pkgname-0.0.6
+  make DESTDIR=$pkgdir install
+}
+md5sums=('9bdf1d027f1b5dc5e622d707fa1634cb')


Property changes on: spandsp/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
Added: spandsp/trunk/spandsp-0.0.6pre20-1-i686.pkg.tar.xz
===
--- spandsp/trunk/spandsp-0.0.6pre20-1-i686.pkg.tar.xz  
(rev 0)
+++ spandsp/trunk/spandsp-0.0.6pre20-1-i686.pkg.tar.xz  2012-03-30 07:58:39 UTC 
(rev 154547)
@@ -0,0 +1 @@
+link /home/tobias/Arch/upload//spandsp-0.0.6pre20-1-i686.pkg.tar.xz
\ No newline at end of file


Property changes on: spandsp/trunk/spandsp-0.0.6pre20-1-i686.pkg.tar.xz
___
Added: svn:special
## -0,0 +1 ##
+*
Added: spandsp/trunk/spandsp-0.0.6pre20-1-i686.pkg.tar.xz.sig
===
--- spandsp/trunk/spandsp-0.0.6pre20-1-i686.pkg.tar.xz.sig  
(rev 0)
+++ spandsp/trunk/spandsp-0.0.6pre20-1-i686.pkg.tar.xz.sig  2012-03-30 
07:58:39 UTC (rev 154547)
@@ -0,0 +1 @@
+link /home/tobias/Arch/upload//spandsp-0.0.6pre20-1-i686.pkg.tar.xz.sig
\ No newline at end of file


Property changes on: spandsp/trunk/spandsp-0.0.6pre20-1-i686.pkg.tar.xz.sig
___
Added: svn:special
## -0,0 +1 ##
+*
Added: spandsp/trunk/spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz
===
--- spandsp/trunk/spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz
(rev 0)
+++ spandsp/trunk/spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz2012-03-30 
07:58:39 UTC (rev 154547)
@@ -0,0 +1 @@
+link /home/tobias/Arch/upload//spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz
\ No newline at end of file


Property changes on: spandsp/trunk/spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz
___
Added: svn:special
## -0,0 +1 ##
+*
Added: spandsp/trunk/spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz.sig
===
--- spandsp/trunk/spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz.sig
(rev 0)
+++ spandsp/trunk/spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz.sig2012-03-30 
07:58:39 UTC (rev 154547)
@@ -0,0 +1 @@
+link /home/tobias/Arch/upload//spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz.sig
\ No newline at end of file


Property changes on: spandsp/trunk/spandsp-0.0.6pre20-1-x86_64.pkg.tar.xz.sig
___
Added: svn:special
## -0,0 +1 ##
+*


[arch-commits] Commit in (8 files)

2012-02-10 Thread Giovanni Scafora
Date: Friday, February 10, 2012 @ 18:50:15
  Author: giovanni
Revision: 149807

Splitted package

Added:
  unrar/
  unrar/repos/
  unrar/trunk/
  unrar/trunk/PKGBUILD
  unrar/trunk/unrar-4.1.4-gcc.patch
  unrar/trunk/unrar-4.1.4-soname.patch
  unrar/trunk/unrar-4.1.4-types.patch
  unrar/trunk/unrar-4.1.4-variablesize.patch

+
 PKGBUILD   |   58 +++
 unrar-4.1.4-gcc.patch  |   18 
 unrar-4.1.4-soname.patch   |   11 +++
 unrar-4.1.4-types.patch|   21 ++
 unrar-4.1.4-variablesize.patch |   11 +++
 5 files changed, 119 insertions(+)

Added: unrar/trunk/PKGBUILD
===
--- unrar/trunk/PKGBUILD(rev 0)
+++ unrar/trunk/PKGBUILD2012-02-10 23:50:15 UTC (rev 149807)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgbase=unrar
+pkgname=('unrar' 'libunrar')
+pkgver=4.1.4
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.rarlab.com/rar_add.htm;
+license=('custom')
+makedepends=('gcc-libs')
+source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
+'unrar-4.1.4-types.patch'
+'unrar-4.1.4-gcc.patch'
+'unrar-4.1.4-variablesize.patch'
+'unrar-4.1.4-soname.patch')
+md5sums=('808c92a661820a637ca1330cf40c18e4'
+ 'ce5396b4cce009962c393a34c81e8f99'
+ '7af8795807b9d5c9e29b240be643223c'
+ '72df7e8d7049ed12a228f172c42eccb1'
+ '90935a3f6a55f2c3b85e2fd0c10a4d86')
+
+build() {
+  cd ${srcdir}/${pkgbase}
+
+  patch -Np0 -i ${srcdir}/unrar-4.1.4-types.patch
+  patch -Np0 -i ${srcdir}/unrar-4.1.4-gcc.patch
+  patch -Np0 -i ${srcdir}/unrar-4.1.4-variablesize.patch
+  patch -Np0 -i ${srcdir}/unrar-4.1.4-soname.patch
+
+  cp -a ${srcdir}/unrar ${srcdir}/libunrar
+  make -C ${srcdir}/libunrar -f makefile.unix lib libversion=${pkgver} 
CXXFLAGS=-fPIC ${CXXFLAGS}
+  make -f makefile.unix CXXFLAGS=-fPIC ${CXXFLAGS} STRIP=true
+}
+
+package_unrar() {
+  pkgdesc=The RAR uncompression program
+  depends=('gcc-libs')
+  cd ${srcdir}/${pkgbase}
+
+  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc=Library and header file for applications that use libunrar
+  depends=('gcc-libs')
+  cd ${srcdir}/libunrar
+
+  install -Dm755 libunrar.so.${pkgver} 
${pkgdir}/usr/lib/libunrar.so.${pkgver}
+  install -Dm644 dll.hpp ${pkgdir}/usr/include/unrar/dll.hpp
+  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so.4
+  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: unrar/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
Added: unrar/trunk/unrar-4.1.4-gcc.patch
===
--- unrar/trunk/unrar-4.1.4-gcc.patch   (rev 0)
+++ unrar/trunk/unrar-4.1.4-gcc.patch   2012-02-10 23:50:15 UTC (rev 149807)
@@ -0,0 +1,18 @@
+--- rar.hpp2011-01-04 14:28:47.0 +0200
 rar.hpp2011-01-05 01:25:54.667105215 +0200
+@@ -20,6 +20,7 @@
+ #include array.hpp
+ #include timefn.hpp
+ #include options.hpp
++#include global.hpp
+ #include headers.hpp
+ #include pathfn.hpp
+ #include strfn.hpp
+@@ -73,7 +74,6 @@
+ #include smallfn.hpp
+ #include ulinks.hpp
+ 
+-#include global.hpp
+ 
+ 
+ #endif

Added: unrar/trunk/unrar-4.1.4-soname.patch
===
--- unrar/trunk/unrar-4.1.4-soname.patch(rev 0)
+++ unrar/trunk/unrar-4.1.4-soname.patch2012-02-10 23:50:15 UTC (rev 
149807)
@@ -0,0 +1,11 @@
+--- makefile.unix  2010-03-30 17:26:26.0 +0200
 makefile.unix  2011-01-05 01:27:11.092105262 +0200
+@@ -133,7 +133,7 @@ sfx:   $(OBJECTS)
+ lib:  WHAT=RARDLL
+ lib:  $(OBJECTS) $(LIB_OBJ)
+   @rm -f libunrar.so
+-  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
++  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ 
+ install-unrar:
+   install -D unrar $(DESTDIR)/bin/unrar

Added: unrar/trunk/unrar-4.1.4-types.patch
===
--- unrar/trunk/unrar-4.1.4-types.patch (rev 0)
+++ unrar/trunk/unrar-4.1.4-types.patch 2012-02-10 23:50:15 UTC (rev 149807)
@@ -0,0 +1,21 @@
+--- rartypes.hpp
 rartypes.hpp
+@@ -1,14 +1,15 @@
+ #ifndef _RAR_TYPES_
+ #define _RAR_TYPES_
++#includestdint.h
+ 
+ typedef unsigned charbyte;   // unsigned 8 bits
+-typedef unsigned short   ushort; 

[arch-commits] Commit in (8 files)

2011-09-11 Thread Florian Pritz
Date: Sunday, September 11, 2011 @ 05:49:42
  Author: bluewind
Revision: 137797

add perl-io-socket-inet6 and perl-socket6

Added:
  perl-io-socket-inet6/
  perl-io-socket-inet6/repos/
  perl-io-socket-inet6/trunk/
  perl-io-socket-inet6/trunk/PKGBUILD
  perl-socket6/
  perl-socket6/repos/
  perl-socket6/trunk/
  perl-socket6/trunk/PKGBUILD

-+
 perl-io-socket-inet6/trunk/PKGBUILD |   49 ++
 perl-socket6/trunk/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

Added: perl-io-socket-inet6/trunk/PKGBUILD
===
--- perl-io-socket-inet6/trunk/PKGBUILD (rev 0)
+++ perl-io-socket-inet6/trunk/PKGBUILD 2011-09-11 09:49:42 UTC (rev 137797)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-io-socket-inet6'
+pkgver='2.67'
+pkgrel='1'
+pkgdesc=Object interface for AF_INET|AF_INET6 domain sockets
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-socket6=0.12')
+makedepends=()
+url='http://search.cpan.org/dist/IO-Socket-INET6'
+source=('http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-2.67.tar.gz')
+md5sums=('228c12e74df686f78b09aee1139dc11c')
+sha512sums=('66963be943664175d693fbc8f9e49498d9a544dc1cc4d99f30d97ffd17fb446d719d153cc439dd3586a8014dae0257088f61fe1da9aa851ea379cc518ccb5863')
+_distdir=${srcdir}/IO-Socket-INET6-2.67
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $_distdir
+  make install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Added: perl-socket6/trunk/PKGBUILD
===
--- perl-socket6/trunk/PKGBUILD (rev 0)
+++ perl-socket6/trunk/PKGBUILD 2011-09-11 09:49:42 UTC (rev 137797)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-socket6'
+pkgver='0.23'
+pkgrel='1'
+pkgdesc=getaddrinfo/getnameinfo support module
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/Socket6'
+source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
+md5sums=('2c02adb13c449d48d232bb704ddbd492')
+sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
+_distdir=${srcdir}/Socket6-0.23
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $_distdir
+  make install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (8 files)

2011-05-24 Thread Andrea Scarpino
Date: Tuesday, May 24, 2011 @ 09:21:06
  Author: andrea
Revision: 124799

KDE 4.7beta1 - those have to conflict with kdegraphics-libs

Modified:
  kdegraphics-ksaneplugin/kde-unstable/PKGBUILD
  kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD
  kdegraphics-svgpart/kde-unstable/PKGBUILD
  kdegraphics-thumbnailers/kde-unstable/PKGBUILD
  libkdcraw/kde-unstable/PKGBUILD
  libkexiv2/kde-unstable/PKGBUILD
  libkipi/kde-unstable/PKGBUILD
  libksane/kde-unstable/PKGBUILD

---+
 kdegraphics-ksaneplugin/kde-unstable/PKGBUILD |1 +
 kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD |1 +
 kdegraphics-svgpart/kde-unstable/PKGBUILD |1 +
 kdegraphics-thumbnailers/kde-unstable/PKGBUILD|1 +
 libkdcraw/kde-unstable/PKGBUILD   |1 +
 libkexiv2/kde-unstable/PKGBUILD   |1 +
 libkipi/kde-unstable/PKGBUILD |1 +
 libksane/kde-unstable/PKGBUILD|1 +
 8 files changed, 8 insertions(+)

Modified: kdegraphics-ksaneplugin/kde-unstable/PKGBUILD
===
--- kdegraphics-ksaneplugin/kde-unstable/PKGBUILD   2011-05-24 13:19:14 UTC 
(rev 124798)
+++ kdegraphics-ksaneplugin/kde-unstable/PKGBUILD   2011-05-24 13:21:06 UTC 
(rev 124799)
@@ -10,6 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('libksane')
 makedepends=('cmake' 'automoc4')
+conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.bz2;)
 sha1sums=('3caa70899ed3797c9739409d311779f39fa9eda7')
 

Modified: kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD
===
--- kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD   2011-05-24 13:19:14 UTC 
(rev 124798)
+++ kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD   2011-05-24 13:21:06 UTC 
(rev 124799)
@@ -10,6 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
+conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('bc4c901bc4bc7080c91ed739d2480294d2fc5033')
 

Modified: kdegraphics-svgpart/kde-unstable/PKGBUILD
===
--- kdegraphics-svgpart/kde-unstable/PKGBUILD   2011-05-24 13:19:14 UTC (rev 
124798)
+++ kdegraphics-svgpart/kde-unstable/PKGBUILD   2011-05-24 13:21:06 UTC (rev 
124799)
@@ -10,6 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
+conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.bz2;)
 sha1sums=('300fc6a062ea34e6131097ae9a59e8279f3c1193')
 

Modified: kdegraphics-thumbnailers/kde-unstable/PKGBUILD
===
--- kdegraphics-thumbnailers/kde-unstable/PKGBUILD  2011-05-24 13:19:14 UTC 
(rev 124798)
+++ kdegraphics-thumbnailers/kde-unstable/PKGBUILD  2011-05-24 13:21:06 UTC 
(rev 124799)
@@ -10,6 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('libkexiv2' 'libkdcraw')
 makedepends=('cmake' 'automoc4')
+conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('d350cb85ad8520be00f6ee1f05a393d777e0f021')
 

Modified: libkdcraw/kde-unstable/PKGBUILD
===
--- libkdcraw/kde-unstable/PKGBUILD 2011-05-24 13:19:14 UTC (rev 124798)
+++ libkdcraw/kde-unstable/PKGBUILD 2011-05-24 13:21:06 UTC (rev 124799)
@@ -10,6 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs' 'lcms')
 makedepends=('cmake' 'automoc4')
+conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('19fe60a51ede7bf5b4047f8fff22cd8361ebd90c')

Modified: libkexiv2/kde-unstable/PKGBUILD
===
--- libkexiv2/kde-unstable/PKGBUILD 2011-05-24 13:19:14 UTC (rev 124798)
+++ libkexiv2/kde-unstable/PKGBUILD 2011-05-24 13:21:06 UTC (rev 124799)
@@ -10,6 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
+conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('cff979e2bcc604ec422feff0bc1fee3483955e5d')
 

Modified: libkipi/kde-unstable/PKGBUILD
===
--- libkipi/kde-unstable/PKGBUILD   2011-05-24 13:19:14 UTC (rev 124798)
+++ libkipi/kde-unstable/PKGBUILD   2011-05-24 13:21:06 UTC (rev 124799)
@@ -10,6 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
+conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 

[arch-commits] Commit in (8 files)

2011-05-23 Thread Andrea Scarpino
Date: Monday, May 23, 2011 @ 17:22:48
  Author: andrea
Revision: 124689

KDE 4.7beta1 - splitted kwrite/kate

Added:
  kdesdk-kate/
  kdesdk-kate/kde-unstable/
  kdesdk-kate/kde-unstable/PKGBUILD
  kdesdk-kate/kde-unstable/kdebase-kwrite.install
  kdesdk-kate/kde-unstable/kdesdk-kate.install
  kdesdk-kate/kde-unstable/pkgbuild-highlight.patch
  kdesdk-kate/repos/
  kdesdk-kate/trunk/

--+
 PKGBUILD |   58 +
 kdebase-kwrite.install   |   12 +
 kdesdk-kate.install  |   12 +
 pkgbuild-highlight.patch |   11 
 4 files changed, 93 insertions(+)

Added: kdesdk-kate/kde-unstable/PKGBUILD
===
--- kdesdk-kate/kde-unstable/PKGBUILD   (rev 0)
+++ kdesdk-kate/kde-unstable/PKGBUILD   2011-05-23 21:22:48 UTC (rev 124689)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-kwrite'
+ 'kdesdk-kate')
+pkgver=4.6.80
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.bz2;
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('9c95690b9f967a0ed52afcf6c4d7ace3ef9284ff'
+  'ab0c5d2a796b0f283154799add161c99f48ffcd5')
+
+build() {
+  cd ${srcdir}/kate-${pkgver}
+  patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_KTEXTEDITOR=OFF
+  make
+}
+
+package_kdebase-kwrite() {
+  pkgdesc=Text Editor
+  depends=('kdebase-runtime')
+  groups=('kde' 'kdebase')
+  install='kdebase-kwrite.install'
+
+  cd ${srcdir}/build/kwrite
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/build/part
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/build/doc/kwrite
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdesdk-kate() {
+  pkgdesc=Advanced Text Editor
+  depends=('kdebase-kwrite')
+  groups=('kde' 'kdesdk')
+  install='kdesdk-kate.install'
+
+  cd ${srcdir}/build/kate
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/build/doc/kate
+  make DESTDIR=${pkgdir} install
+}


Property changes on: kdesdk-kate/kde-unstable/PKGBUILD
___
Added: svn:keywords
   + Id

Added: kdesdk-kate/kde-unstable/kdebase-kwrite.install
===
--- kdesdk-kate/kde-unstable/kdebase-kwrite.install 
(rev 0)
+++ kdesdk-kate/kde-unstable/kdebase-kwrite.install 2011-05-23 21:22:48 UTC 
(rev 124689)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Added: kdesdk-kate/kde-unstable/kdesdk-kate.install
===
--- kdesdk-kate/kde-unstable/kdesdk-kate.install
(rev 0)
+++ kdesdk-kate/kde-unstable/kdesdk-kate.install2011-05-23 21:22:48 UTC 
(rev 124689)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Added: kdesdk-kate/kde-unstable/pkgbuild-highlight.patch
===
--- kdesdk-kate/kde-unstable/pkgbuild-highlight.patch   
(rev 0)
+++ kdesdk-kate/kde-unstable/pkgbuild-highlight.patch   2011-05-23 21:22:48 UTC 
(rev 124689)
@@ -0,0 +1,11 @@
+--- kate-4.6.80/part/syntax/data/bash.xml~ 2011-05-23 21:20:34.295137123 
+
 kate-4.6.80/part/syntax/data/bash.xml  2011-05-23 21:20:54.581993368 
+
+@@ -8,7 +8,7 @@
+ !ENTITY noword   (?![\w$+-])!-- no word, $, + or 
- following --
+ !ENTITY pathpart ([\w_@.#37;*?+-]|\\ ) !-- valid character 
in a file name --
+ ]
+-language name=Bash version=2.12 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
++language name=Bash version=2.12 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
+ 
+ !-- (c) 2004 by Wilbert Berendsen (wilb...@kde.nl)
+ Changes by Matthew Woehlke (mw_tr...@users.sourceforge.net)



[arch-commits] Commit in (8 files)

2011-01-02 Thread Allan McRae
Date: Sunday, January 2, 2011 @ 07:57:35
  Author: allan
Revision: 104422

new gcc dependencies

Added:
  cloog/
  cloog/repos/
  cloog/trunk/
  cloog/trunk/PKGBUILD
  isl/
  isl/repos/
  isl/trunk/
  isl/trunk/PKGBUILD

--+
 cloog/trunk/PKGBUILD |   27 +++
 isl/trunk/PKGBUILD   |   25 +
 2 files changed, 52 insertions(+)

Added: cloog/trunk/PKGBUILD
===
--- cloog/trunk/PKGBUILD(rev 0)
+++ cloog/trunk/PKGBUILD2011-01-02 12:57:35 UTC (rev 104422)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=cloog
+pkgver=0.16.0
+pkgrel=1
+pkgdesc=Library that generates loops for scanning polyhedra
+arch=('i686' 'x86_64')
+url=http://www.bastoul.net/cloog/;
+license=('GPL')
+depends=('isl' 'gmp')
+conflicts=('cloog-ppl0.15.10-2')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('9292e98031b5a47c6f4ab9c12a249c1d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-isl=system --with-gmp=system
+  make
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}


Property changes on: cloog/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: isl/trunk/PKGBUILD
===
--- isl/trunk/PKGBUILD  (rev 0)
+++ isl/trunk/PKGBUILD  2011-01-02 12:57:35 UTC (rev 104422)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.05
+pkgrel=1
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://www.kotnet.org/~skimo/isl/;
+license=('LGPL2.1')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('9dd2d7166d84e1c0a8b6f12ab2e840f7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}


Property changes on: isl/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in (8 files)

2010-12-30 Thread Ionut Biru
Date: Thursday, December 30, 2010 @ 15:00:05
  Author: ibiru
Revision: 104208

add hyphen-ro mythes-ro packages

Added:
  hyphen-ro/
  hyphen-ro/repos/
  hyphen-ro/trunk/
  hyphen-ro/trunk/PKGBUILD
  mythes-ro/
  mythes-ro/repos/
  mythes-ro/trunk/
  mythes-ro/trunk/PKGBUILD

--+
 hyphen-ro/trunk/PKGBUILD |   29 +
 mythes-ro/trunk/PKGBUILD |   30 ++
 2 files changed, 59 insertions(+)

Added: hyphen-ro/trunk/PKGBUILD
===
--- hyphen-ro/trunk/PKGBUILD(rev 0)
+++ hyphen-ro/trunk/PKGBUILD2010-12-30 20:00:05 UTC (rev 104208)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=hyphen-ro
+pkgver=3.3.6
+pkgrel=1
+pkgdesc=Romanian hyphenation rules
+arch=('any')
+url=http://sourceforge.net/projects/rospell/;
+license=('GPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(http://downloads.sourceforge.net/rospell/hyph_ro_RO.${pkgver}.zip)
+md5sums=('1f623974fda904ad828daaf01adf9ffa')
+
+build() {
+  cd ${srcdir}
+
+  install -dm755 ${pkgdir}/usr/share/hyphen
+
+  install -m644 hyph_ro_RO.dic ${pkgdir}/usr/share/hyphen/hyph_ro_RO.dic
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename $file) .
+done
+  popd
+}


Property changes on: hyphen-ro/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: mythes-ro/trunk/PKGBUILD
===
--- mythes-ro/trunk/PKGBUILD(rev 0)
+++ mythes-ro/trunk/PKGBUILD2010-12-30 20:00:05 UTC (rev 104208)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=mythes-ro
+pkgver=3.3
+pkgrel=1
+pkgdesc=Romanian thesaurus
+arch=('any')
+url=http://sourceforge.net/projects/rospell/;
+license=('GPL')
+optdepends=('libmythes: offers thesaurus library functions')
+source=(http://downloads.sourceforge.net/rospell/th_ro_RO.${pkgver}.zip)
+md5sums=('3ed53f2e3774fec2d6addd88c4ac7170')
+
+build() {
+  cd ${srcdir}
+
+  install -dm755 ${pkgdir}/usr/share/mythes
+
+  install -m644 th_ro_RO.dat ${pkgdir}/usr/share/mythes/th_ro_RO.dat
+  install -m644 th_ro_RO.idx ${pkgdir}/usr/share/mythes/th_ro_RO.idx
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/mythes/*; do
+  ln -sv /usr/share/mythes/$(basename $file) .
+done
+  popd
+}


Property changes on: mythes-ro/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in (8 files)

2010-09-28 Thread andyrtr
Date: Tuesday, September 28, 2010 @ 15:20:28
  Author: andyrtr
Revision: 92079

add libreoffice pkg

Added:
  libreoffice/
  libreoffice/repos/
  libreoffice/trunk/
  libreoffice/trunk/ArchLinux.patch
  libreoffice/trunk/ChangeLog
  libreoffice/trunk/PKGBUILD
  libreoffice/trunk/buildfix_64bit_system_libjpeg.diff
  libreoffice/trunk/libreoffice.install

+
 ArchLinux.patch|   11 +
 ChangeLog  |  220 
 PKGBUILD   |  240 +++
 buildfix_64bit_system_libjpeg.diff |   11 +
 libreoffice.install|   21 +++
 5 files changed, 503 insertions(+)

Added: libreoffice/trunk/ArchLinux.patch
===
--- libreoffice/trunk/ArchLinux.patch   (rev 0)
+++ libreoffice/trunk/ArchLinux.patch   2010-09-28 19:20:28 UTC (rev 92079)
@@ -0,0 +1,11 @@
+--- patches/dev300/apply   2009-05-07 19:44:13.0 +
 patches/dev300/apply.new   2009-05-11 18:46:58.108316633 +
+@@ -108,7 +108,7 @@
+ rpl2: rPathCommon
+ rpl2-64: rPathCommon
+ # ArchLinux
+-ArchLinux: LinuxCommon
++ArchLinux: LinuxCommon, NotDebian, CairoFonts, Shrink
+ # Win32
+ Win32 : Win32Common
+ # translate.org.za

Added: libreoffice/trunk/ChangeLog
===
--- libreoffice/trunk/ChangeLog (rev 0)
+++ libreoffice/trunk/ChangeLog 2010-09-28 19:20:28 UTC (rev 92079)
@@ -0,0 +1,220 @@
+2010-09-28 Andreas Radke andyrtr at archlinux.org
+
+   * new libreoffice based on go-openffice, see
+   http://www.freedesktop.org/wiki/Software/LibreOffice
+
+2010-09-16 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.98.1-1 :
+   - prepare new 3.3 cycle in testing
+   - alpha1 release
+   - use old style provided splitted sources
+   - remove git and rsync from makedeps
+
+2010-09-15 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.1.4-2 :
+   - disable-gio feature, see
+   https://bugs.archlinux.org/task/18461 and
+   https://bugzilla.novell.com/show_bug.cgi?id=567846
+   http://bugs.gentoo.org/289665
+   https://bugs.archlinux.org/task/18133 too?
+
+2010-09-11 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.1.4-1 :
+   - new upstream stable release
+   - bring deps/makedeps/optdeps in sync with 
+ vanilla OOo
+   - rework deps for clean builds
+   - use system libwpg as optdep
+
+2010-06-06 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.1.3-1 :
+   - new upstream release = 3.2.1 RC2 = final
+   - bring deps/makedeps/optdeps in sync with 
+ vanilla OOo
+
+2010-05-15 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.1.1-1 :
+   - new upstream release = 3.2.1 RC1
+   - enable system-graphite
+   - cleanup ArchLinux.patch
+
+2010-04-04 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.0.9-2 :
+   - rebuild for icu 4.4
+   - use internal redland. system one is still too broken
+
+2010-03-26 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.0.9-1 :
+new upstream release = post 3.2.0 bugfix release
+   use lzma2/xz compression now for the source
+   try to workaround bugs caused by use of new system redland
+   use system lucene again that we downgraded to 2.9.2
+
+2010-03-15 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.0.7-1 :
+new upstream release = post 3.2.0 bugfix release
+
+2010-02-07 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.0.5-1 :
+new upstream release = 3.2.0rc5
+   
+2010-01-29 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.0.4-1 :
+new upstream release = 3.2.0rc4
+   fix some weird 444/555 permissions to solve
+   http://bugs.archlinux.org/task/17656
+
+2010-01-15 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.0.2-1 :
+new upstream release = 3.2.0rc2
+
+2009-12-28 Andreas Radke andyrtr at archlinux.org
+
+* 3.2.0.1-1 :
+new upstream release = 3.2.0rc1
+   change how source is now downloaded via git/rsync
+   build with more system libs
+
+2009-11-28 Andreas Radke andyrtr at archlinux.org
+
+* 3.1.1.5-1 :
+new upstream bugfix release
+
+2009-10-22 Andreas Radke andyrtr at archlinux.org
+
+* 3.1.1.4-1 :
+new upstream bugfix release
+
+2009-10-09 Andreas Radke andyrtr at archlinux.org
+
+* 3.1.1.3-1 :
+new upstream bugfix release
+drop db48 patch
+fix mktemp path, #15410
+
+2009-09-28 Andreas Radke andyrtr at archlinux.org
+
+* 3.1.1.2-2 :
+   rebuild for new db4.8
+   make install script silent to suppress kde4 noise
+   
+2009-09-24 Andreas Radke andyrtr at archlinux.org
+
+* 3.1.1.2-1 :
+   new upstrem release = go-oo 3.1.1.2 (final + fixes)
+   

[arch-commits] Commit in (8 files)

2010-08-31 Thread Andrea Scarpino
Date: Tuesday, August 31, 2010 @ 09:02:17
  Author: andrea
Revision: 89395

new kdeedu-marble dependence (FS#20601)

Added:
  gpsd/
  gpsd/repos/
  gpsd/trunk/
  gpsd/trunk/99-gpsd-usb.rules
  gpsd/trunk/PKGBUILD
  gpsd/trunk/gpsd
  gpsd/trunk/gpsd.confd
  gpsd/trunk/gpsd.install

---+
 99-gpsd-usb.rules |   19 +
 PKGBUILD  |   58 
 gpsd  |   43 ++
 gpsd.confd|   22 +++
 gpsd.install  |6 +
 5 files changed, 148 insertions(+)

Added: gpsd/trunk/99-gpsd-usb.rules
===
--- gpsd/trunk/99-gpsd-usb.rules(rev 0)
+++ gpsd/trunk/99-gpsd-usb.rules2010-08-31 13:02:17 UTC (rev 89395)
@@ -0,0 +1,19 @@
+# udev rules for the gpsd USB hotplugging
+
+SUBSYSTEM!=tty, GOTO=gpsd-usb_rules_end
+
+#ATTRS{idVendor}==067b, ATTRS{idProduct}==2303, SUBSYSTEM==tty, 
ACTION==add, KERNEL==ttyUSB[0-9]*, SYMLINK=gps%n, 
RUN+=/etc/hotplug/usb/gpsd add $root/%k
+#ATTRS{idVendor}==067b, ATTRS{idProduct}==2303, SUBSYSTEM==tty, 
ACTION==remove, KERNEL==ttyUSB[0-9]*, RUN+=/etc/hotplug/usb/gpsd remove 
$root/%k
+ATTRS{idVendor}==0403, ATTRS{idProduct}==6001, SUBSYSTEM==tty, 
ACTION==add, KERNEL==ttyUSB[0-9]*, SYMLINK=gps%n, 
RUN+=/etc/hotplug/usb/gpsd add $root/%k
+ATTRS{idVendor}==0403, ATTRS{idProduct}==6001, SUBSYSTEM==tty, 
ACTION==remove, KERNEL==ttyUSB[0-9]*, RUN+=/etc/hotplug/usb/gpsd remove 
$root/%k
+ATTRS{idVendor}==1163, ATTRS{idProduct}==0100, SUBSYSTEM==tty, 
ACTION==add, KERNEL==ttyUSB[0-9]*, SYMLINK=gps%n, 
RUN+=/etc/hotplug/usb/gpsd add $root/%k
+ATTRS{idVendor}==1163, ATTRS{idProduct}==0100, SUBSYSTEM==tty, 
ACTION==remove, KERNEL==ttyUSB[0-9]*, RUN+=/etc/hotplug/usb/gpsd remove 
$root/%k
+ATTRS{idVendor}==067b, ATTRS{idProduct}==aaa0, SUBSYSTEM==tty, 
ACTION==add, KERNEL==ttyUSB[0-9]*, SYMLINK=gps%n, 
RUN+=/etc/hotplug/usb/gpsd add $root/%k
+ATTRS{idVendor}==067b, ATTRS{idProduct}==aaa0, SUBSYSTEM==tty, 
ACTION==remove, KERNEL==ttyUSB[0-9]*, RUN+=/etc/hotplug/usb/gpsd remove 
$root/%k
+ATTRS{idVendor}==091e, ATTRS{idProduct}==0003, SUBSYSTEM==tty, 
ACTION==add, KERNEL==ttyUSB[0-9]*, SYMLINK=gps%n, 
RUN+=/etc/hotplug/usb/gpsd add $root/%k
+ATTRS{idVendor}==091e, ATTRS{idProduct}==0003, SUBSYSTEM==tty, 
ACTION==remove, KERNEL==ttyUSB[0-9]*, RUN+=/etc/hotplug/usb/gpsd remove 
$root/%k
+#ATTRS{idVendor}==, ATTRS{idProduct}==, SUBSYSTEM==tty, ACTION==add, 
KERNEL==ttyUSB[0-9]*, SYMLINK=gps%n, RUN+=/etc/hotplug/usb/gpsd add 
$root/%k
+#ATTRS{idVendor}==, ATTRS{idProduct}==, SUBSYSTEM==tty, 
ACTION==remove, KERNEL==ttyUSB[0-9]*, RUN+=/etc/hotplug/usb/gpsd remove 
$root/%k
+
+LABEL=gpsd-usb_rules_end
+

Added: gpsd/trunk/PKGBUILD
===
--- gpsd/trunk/PKGBUILD (rev 0)
+++ gpsd/trunk/PKGBUILD 2010-08-31 13:02:17 UTC (rev 89395)
@@ -0,0 +1,58 @@
+# $Id: PKGBUILD 24866 2010-08-29 07:19:22Z spupykin $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Giacomo Rizzo a...@free-os.it
+
+pkgname=gpsd
+pkgver=2.95
+pkgrel=3
+pkgdesc=GPS daemon and library to support USB/serial GPS devices
+arch=('i686' 'x86_64')
+url=http://gpsd.berlios.de;
+license=('GPL')
+depends=('lesstif' 'libxaw' 'python' 'pth' 'libusb1' 'qt')
+optdepends=('php: generate a PHP status page for your GPS'
+'php-gd: image support for the PHP status page')
+backup=('etc/conf.d/gpsd'
+'etc/udev/rules.d/99-gpsd-usb.rules')
+options=('!libtool' 'force')
+install=${pkgname}.install
+source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'gpsd')
+md5sums=('12535a9ed9fecf9ea2c5bdc9840da5ae'
+ 'f929322fc4670543fcb36dafc7bb9e03')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # install python to the same DESTDIR given make
+  sed -i 's|--prefix=${prefix} # --root=$(DESTDIR)|--prefix=${prefix} 
--root=$(DESTDIR)|' Makefile.am Makefile.in
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Our own udev-install since the Makefile uses absolute paths
+  # Original file names are [mostly] unmodified: useful to match process name 
in case of error
+  # Following the switch from hotplug to udev helper scripts now live in 
/lib/udev/ instead of /etc/hotplug/
+  sed -i 's|GPSD_OPTIONS=|GPSD_OPTIONS=-P /var/run/gpsd.pid|' 
packaging/deb/etc_default_gpsd
+  sed -i 's|/var/run/gpsd.sock|/var/run/gpsd/gpsd.sock|' 
packaging/deb/etc_default_gpsd
+  install -D -m644 packaging/deb/etc_default_gpsd ${pkgdir}/etc/conf.d/gpsd
+
+  sed -i 's|Id: gpsd.rules|Id: 99-gpsd-usb.rules|' gpsd.rules
+  install -D -m644 gpsd.rules 

[arch-commits] Commit in (8 files)

2010-06-26 Thread Ionut Biru
Date: Saturday, June 26, 2010 @ 11:15:01
  Author: ibiru
Revision: 84126

initial commit for libva

Added:
  libva/
  libva/repos/
  libva/trunk/
  libva/trunk/PKGBUILD
  vdpau-video/
  vdpau-video/repos/
  vdpau-video/trunk/
  vdpau-video/trunk/PKGBUILD

+
 libva/trunk/PKGBUILD   |   34 ++
 vdpau-video/trunk/PKGBUILD |   23 +++
 2 files changed, 57 insertions(+)

Added: libva/trunk/PKGBUILD
===
--- libva/trunk/PKGBUILD(rev 0)
+++ libva/trunk/PKGBUILD2010-06-26 15:15:01 UTC (rev 84126)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+pkgname=libva
+pkgver=0.31.0_p13
+pkgrel=1
+pkgdesc=libva with patches to extend VA API with data needed for VDPAU and 
XvBA backends.
+arch=('i686' 'x86_64')
+url=http://www.splitted-desktop.com/~gbeauchesne/libva/;
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('vdpau-video: livdpau support')
+options=('!libtool')
+source=(http://www.splitted-desktop.com/~gbeauchesne/${pkgname}/${pkgname}_${pkgver/_p*}-1+sds${pkgver##*_p}.tar.gz)
+md5sums=('0e3d5a49d336cf77e497dfa741d592a2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_p*}
+  for p in debian/patches/*.patch;
+do patch -p1  $p
+  done
+  autoreconf -fi
+  ./configure --prefix=/usr  --enable-i965-driver
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_p*}
+  make DESTDIR=${pkgdir} install
+  install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: libva/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: vdpau-video/trunk/PKGBUILD
===
--- vdpau-video/trunk/PKGBUILD  (rev 0)
+++ vdpau-video/trunk/PKGBUILD  2010-06-26 15:15:01 UTC (rev 84126)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=vdpau-video
+pkgver=0.6.9
+pkgrel=1
+pkgdesc=VDPAU backend for VA API
+arch=('i686' 'x86_64')
+url=http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/;
+license=('GPL')
+depends=('libva' 'libvdpau')
+makedepends=('mesa')
+source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz)
+md5sums=('0aa9a5d444f1c661ad4f5bde1a89dcba')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-glx
+  make || return 1
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: vdpau-video/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in (8 files)

2010-06-25 Thread Ionut Biru
Date: Friday, June 25, 2010 @ 07:13:40
  Author: ibiru
Revision: 84017

added soapy package needed for twisted. FS#19698

Added:
  python-fpconst/
  python-fpconst/repos/
  python-fpconst/trunk/
  python-fpconst/trunk/PKGBUILD
  python-soappy/
  python-soappy/repos/
  python-soappy/trunk/
  python-soappy/trunk/PKGBUILD

---+
 python-fpconst/trunk/PKGBUILD |   21 +
 python-soappy/trunk/PKGBUILD  |   24 
 2 files changed, 45 insertions(+)

Added: python-fpconst/trunk/PKGBUILD
===
--- python-fpconst/trunk/PKGBUILD   (rev 0)
+++ python-fpconst/trunk/PKGBUILD   2010-06-25 11:13:40 UTC (rev 84017)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgname=python-fpconst
+_pkgbasename=fpconst
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=Utilities for handling IEEE 754 floating point special values
+arch=('any')
+url=http://pypi.python.org/pypi/fpconst/;
+license=('APACHE')
+depends=('python')
+source=(http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  python setup.py install --root=${pkgdir} || return 1
+}


Property changes on: python-fpconst/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: python-soappy/trunk/PKGBUILD
===
--- python-soappy/trunk/PKGBUILD(rev 0)
+++ python-soappy/trunk/PKGBUILD2010-06-25 11:13:40 UTC (rev 84017)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgname=python-soappy
+pkgver=0.12.0
+pkgrel=8
+pkgdesc=A module which implements a high-level interface to SOAP functions
+arch=('any')
+url=http://pywebsvcs.sourceforge.net/;
+license=('custom')
+depends=('python-fpconst' 'pyxml')
+optdepends=('python-m2crypto: for support for server-side SSL')
+source=(http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz)
+md5sums=('d0d29f9b6fb27bfadc69b64a36321e20')
+
+build() {
+  cd ${srcdir}/SOAPpy-${pkgver}
+  sed -i s/from __future__ import nested_scopes/#\0/g SOAPpy/*.py
+  python setup.py build || return 1
+  python setup.py install --root=${pkgdir} || return 1
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: python-soappy/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in (8 files)

2010-06-10 Thread Ronald van Haren
Date: Thursday, June 10, 2010 @ 04:33:01
  Author: ronald
Revision: 82303

add libktorrent PKGBUILD, needed for ktorrent

Added:
  libktorrent/
  libktorrent/repos/
  libktorrent/trunk/
  libktorrent/trunk/PKGBUILD
Modified:
  gjs/trunk/PKGBUILD
  glib2/trunk/PKGBUILD
  gnome-shell/trunk/PKGBUILD
  ktorrent/trunk/PKGBUILD

+
 gjs/trunk/PKGBUILD |6 +++---
 glib2/trunk/PKGBUILD   |   17 -
 gnome-shell/trunk/PKGBUILD |6 +++---
 ktorrent/trunk/PKGBUILD|   10 +-
 libktorrent/trunk/PKGBUILD |   30 ++
 5 files changed, 53 insertions(+), 16 deletions(-)

Modified: gjs/trunk/PKGBUILD
===
--- gjs/trunk/PKGBUILD  2010-06-10 08:15:54 UTC (rev 82302)
+++ gjs/trunk/PKGBUILD  2010-06-10 08:33:01 UTC (rev 82303)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=gjs
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc=Javascript Bindings for GNOME
 arch=('i686' 'x86_64')
@@ -9,8 +9,7 @@
 license=('GPL')
 depends=('gobject-introspection=0.6.9' 'xulrunner=1.9.2')
 options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5c5a54bbb819bfaea1e0e76f0508467e8d5690360ab550e1284951d905a56e5d')
+source=(http://download.gnome.org/sources/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -18,3 +17,4 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }
+sha1sums=('a4fb8ae8e83e338081d5f9dc867d2612b57669b1')

Modified: glib2/trunk/PKGBUILD
===
--- glib2/trunk/PKGBUILD2010-06-10 08:15:54 UTC (rev 82302)
+++ glib2/trunk/PKGBUILD2010-06-10 08:33:01 UTC (rev 82303)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
-pkgname=glib2
+pkgname=glib2-patched
 pkgver=2.24.1
 pkgrel=1
 pkgdesc=Common C routines used by GTK+ 2.4 and other libs
@@ -11,15 +11,18 @@
 depends=('pcre=8.02')
 makedepends=('pkgconfig')
 options=('!libtool' '!docs')
+conflicts=('glib2')
+provides=('glib2')
 source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.24/glib-${pkgver}.tar.bz2
 glib2.sh
-glib2.csh)
-sha256sums=('014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04'
-'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
-'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
+glib2.csh
+gio.patch)
 
 build() {
   cd ${srcdir}/glib-${pkgver}
+
+  patch -Np1 -i ${srcdir}/gio.patch || return 1
+
   ./configure --prefix=/usr --enable-static --enable-shared \
   --with-pcre=system --disable-fam || return 1
   make || return 1
@@ -31,3 +34,7 @@
 
   chmod 755 ${pkgdir}/usr/bin/gtester-report || return 1
 }
+sha1sums=('d4835bb1618fc1e1dfe88ef8443c12fcae69f90e'
+  'bfe05590a6498259f1045a591fd886a8572f271a'
+  '6db09da816d69aab7a5cbf3460ee082bef200891'
+  '951442c860e9bf85733dc639c385dc21a15d5891')

Modified: gnome-shell/trunk/PKGBUILD
===
--- gnome-shell/trunk/PKGBUILD  2010-06-10 08:15:54 UTC (rev 82302)
+++ gnome-shell/trunk/PKGBUILD  2010-06-10 08:33:01 UTC (rev 82303)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab panosfi...@gmail.com
 
 pkgname=gnome-shell
-pkgver=2.29.1
+pkgver=2.31.2
 pkgrel=1
 pkgdesc=The next generation GNOME Shell. Experimental, GNOME 3.0 version.
 arch=('i686' 'x86_64')
@@ -13,8 +13,7 @@
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils=0.19.5' 'gir-repository')
 options=('!libtool' '!emptydirs')
 install=gnome-shell.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.29/gnome-shell-$pkgver.tar.bz2)
-sha256sums=('710b863c0beea45543f8057d31b028ec85e19efeedda2b964d784d6fc1729c0b')
+source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.31/gnome-shell-$pkgver.tar.bz2)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -28,3 +27,4 @@
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }
 
+sha1sums=('9df6117f9d3b9f9056e71f801cb1cefe66569ee9')

Modified: ktorrent/trunk/PKGBUILD
===
--- ktorrent/trunk/PKGBUILD 2010-06-10 08:15:54 UTC (rev 82302)
+++ ktorrent/trunk/PKGBUILD 2010-06-10 08:33:01 UTC (rev 82303)
@@ -4,8 +4,8 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=3.3.4
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 pkgdesc=A BitTorrent program for KDE
 arch=('i686' 'x86_64')
 url=http://ktorrent.org;
@@ -14,12 +14,12 @@
 # 'kdebase-runtime' is needed for some of the icons in the interface to show
 makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 
'kdebase-workspace')
 # 'kdebase-workspace' is needed to enable plasmoid building
-source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;

[arch-commits] Commit in (8 files)

2010-06-10 Thread Eric BĂ©langer
Date: Thursday, June 10, 2010 @ 10:38:22
  Author: eric
Revision: 82373

Adding racket (drscheme's new name ) to repo

Added:
  racket/
  racket/repos/
  racket/trunk/
  racket/trunk/ChangeLog
  racket/trunk/PKGBUILD
  racket/trunk/drracket.desktop
  racket/trunk/libpng-1.4.patch
  racket/trunk/racket.install

--+
 ChangeLog|   96 +
 PKGBUILD |   38 
 drracket.desktop |9 
 libpng-1.4.patch |   16 
 racket.install   |   11 ++
 5 files changed, 170 insertions(+)

Added: racket/trunk/ChangeLog
===
--- racket/trunk/ChangeLog  (rev 0)
+++ racket/trunk/ChangeLog  2010-06-10 14:38:22 UTC (rev 82373)
@@ -0,0 +1,96 @@
+2010-06-10  Eric Belanger  e...@archlinux.org
+
+   * racket 5.0-1
+   * Renamed drscheme package
+   * Upstream update
+   * Updated url
+   * Changed libxaw and mesa depends to makedepends
+
+2010-04-10  Andrea Scarpino and...@archlinux.org
+
+   * drscheme 4.2.5-1
+   * Upstream update
+
+2010-01-29  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.2.4-1
+   * Upstream update
+
+2010-01-17  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.2.3-3
+   * Rebuilt for libpng 1.4 and libjpeg 8
+
+2010-01-03  Ionut Biru io...@archlinux.ro
+
+   * drscheme 4.2.3-2
+   * disable noopt
+
+2009-12-01  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.2.3-1
+   * Upstream update
+
+2009-10-14  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.2.2-1
+   * Upstream update
+
+2009-07-31  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.2.1-1
+   * Upstream update
+
+2009-07-01  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.2-2
+   * Rebuilt against libjpeg 7
+
+2009-06-04  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.2-1
+   * Upstream update
+
+2009-03-22  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.1.5-1
+   * Upstream update
+
+2009-01-21  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.1.4-1
+   * Upstream update
+
+2008-12-03  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.1.3-1
+   * Upstream update
+
+2008-11-11  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.1.2-1
+   * Upstream update
+
+2008-11-08  Jan de Groot j...@archlinux.org
+
+   * drscheme 4.1.1-2
+   * Rebuild for libxaw
+
+2008-10-09  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.1.1-1
+   * Upstream update
+
+2008-08-19  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.1-1
+   * Upstream update
+
+2008-07-13  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.0.2-1
+   * Upstream update
+   * Added patches (nonstandard-install.patch, paths-fix.patch)
+ to remove build directory path hard-coded in executables
+   * Updated openssl versioned dependency
+   * Added ChangeLog

Added: racket/trunk/PKGBUILD
===
--- racket/trunk/PKGBUILD   (rev 0)
+++ racket/trunk/PKGBUILD   2010-06-10 14:38:22 UTC (rev 82373)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=racket
+pkgver=5.0
+pkgrel=1
+pkgdesc=PLT Racket (a variant of Scheme) Environment
+arch=('i686' 'x86_64')
+url=http://racket-lang.org/;
+license=('LGPL')
+depends=('gcc-libs' 'cairo' 'desktop-file-utils' 'libjpeg' 'libgl' 'libxmu' 
'libxft')
+makedepends=('mesa' 'libxaw')
+provides=('drscheme')
+conflicts=('drscheme')
+replaces=('drscheme')
+options=('!makeflags')
+install=racket.install
+source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
+   drracket.desktop libpng-1.4.patch)
+md5sums=('369af9d3728ab636e8234d8ee039658c' '9223c9736ead677431542b41271c7b3c'\
+ 'ec18faef466c1f18047d14a50be0413c')
+sha1sums=('9b76bd19da9af1fd684abdebb68ca72a7599541a' 
'a20808f6b250225704856f82a544681a962a299d'\
+ '2280da2a2ce28b13530c9e749939b895c25fd22e')
+
+build() {
+  cd ${srcdir}/plt-${pkgver}/src
+  patch -p2  ../../libpng-1.4.patch || return 1
+  ./configure --prefix=/usr || return 1
+  make || return 1
+}
+
+package() {
+  cd ${srcdir}/plt-${pkgver}/src
+  make DESTDIR=${pkgdir} install || return 1
+  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm || return 1
+  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop || return 1
+}


Property changes on: racket/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: racket/trunk/drracket.desktop
===
--- racket/trunk/drracket.desktop   

[arch-commits] Commit in (8 files)

2010-05-27 Thread Pierre Schmitz
Date: Thursday, May 27, 2010 @ 17:53:59
  Author: pierre
Revision: 81294

rename xz-utils to xz for future builds

Modified:
  archboot/trunk/PKGBUILD
  file-roller/trunk/PKGBUILD
  fsarchiver/trunk/PKGBUILD
  kdelibs/kde-unstable/PKGBUILD
  kdelibs/trunk/PKGBUILD
  libarchive/trunk/PKGBUILD
  metalog/trunk/PKGBUILD
  mkinitcpio/trunk/PKGBUILD

---+
 archboot/trunk/PKGBUILD   |2 +-
 file-roller/trunk/PKGBUILD|2 +-
 fsarchiver/trunk/PKGBUILD |2 +-
 kdelibs/kde-unstable/PKGBUILD |2 +-
 kdelibs/trunk/PKGBUILD|2 +-
 libarchive/trunk/PKGBUILD |2 +-
 metalog/trunk/PKGBUILD|2 +-
 mkinitcpio/trunk/PKGBUILD |2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

Modified: archboot/trunk/PKGBUILD
===
--- archboot/trunk/PKGBUILD 2010-05-27 21:42:28 UTC (rev 81293)
+++ archboot/trunk/PKGBUILD 2010-05-27 21:53:59 UTC (rev 81294)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 license=('GPL')
 url=http://www.archlinux.org/;
-depends=('mkinitcpio=0.6.4-1' 'mksyslinux=2008.12-1' 'mkpxelinux=2009.09-1' 
'mkisolinux=2008.12-1' 'initscripts=2010.05-3' 'subversion=1.6.9-5' 
'wget=1.12-2' 'bash=4.1.007-1' 'coreutils=8.5-1' 'cryptsetup=1.1.1_rc2-1' 
'dialog=1.1_20100428-1' 'e2fsprogs=1.41.12-1' 'findutils=4.4.2-2' 
'gawk=3.1.8-1' 'grep=2.6.3-1' 'iputils=20100214-2' 'jfsutils=1.1.14-1' 
'less=436-1' 'lvm2=2.02.64-1' 'mdadm=3.1.2-2' 'module-init-tools=3.11.1-2' 
'nano=2.2.4-1' 'ncurses=5.7-3' 'net-tools=1.60-14' 'gnu-netcat=0.7.1-3' 
'ntfsprogs=2.0.0-4' 'pcmciautils=016-1' 'procps=3.2.8-1' 'psmisc=22.11-1' 
'reiserfsprogs=3.6.21-2' 'sed=4.2.1-2' 'snarf=7.0-4' 'syslog-ng=3.1.0-1' 
'sysvinit=2.86-5' 'tar=1.23-1' 'util-linux-ng=2.17.2-2' 'which=2.20-3' 
'kbd=1.15.2-1' 'wireless_tools=29-3' 'xfsprogs=3.1.2-1' 'dnsutils=9.6.1-3' 
'hdparm=9.28-1' 'memtest86+=4.00-1' 'grub=0.97-17' 'inetutils=1.8-1' 
'openssh=5.4p1-4' 'hwdetect=2010.04-2' 'shadow=4.1.4.2-2' 'bridge-utils=1.4-
 3' 'ifenslave=1.1.0-5' 'cpufrequtils=007-1' 'links=2.2-4' 
'tcp_wrappers=7.6-11' 'dosfstools=3.0.9-1' 'glibc=2.11.1-3' 
'linux-api-headers=2.6.33.2-1' 'kernel26=2.6.34-1'  
'kernel26-firmware=2.6.34-1' 'kernel26-lts=2.6.32.13-1' 'xinetd=2.3.14-5' 
'kexec-tools=2.0.1-1' 'ppp=2.4.5-1' 'rp-pppoe=3.10-5' 'lilo=22.8-4' 
'iptables=1.4.7-1' 'capi4k-utils=050718-7' 'isdn4k-utils=3.2p1-5' 
'ntfs-3g=2010.5.16-1' 'pciutils=3.1.7-1' 'usbutils=0.87-1' 'vpnc=0.5.3-2' 
'openvpn=2.1.1-2' 'b43-fwcutter=013-1' 'wpa_supplicant=0.6.10-2' 
'rsync=3.0.7-1' 'gzip=1.4-1' 'libarchive=2.8.3-3' 'device-mapper=2.02.64-1' 
'screen=4.0.3-8' 'libelf=0.8.13-1' 'pam=1.1.1-1' 'cracklib=2.8.16-1' 
'nfs-utils=1.2.2-2' 'nfsidmap=0.23-3' 'readline=6.1.002-1' 'acl=2.2.49-1' 
'attr=2.4.44-1' 'pcre=8.02-1' 'cpio=2.11-2' 'fuse=2.8.4-1' 
'libusb=0.1.12-4' 'vim=7.2-1' 'vim-runtime=7.2-1' 'lzo2=2.03-1' 
'libsasl=2.1.23-4' 'libldap=2.4.21-2' 'gpm=1.20.6-5' 'libevent=1.4.13-1' 
'gcc-lib
 s=4.5.0-1' 'sdparm=1.05-1' 'licenses=2.6-1' 'pptpclient=1.7.2-2' 
'rt2x00-rt61-fw=1.2-4' 'rt2x00-rt71w-fw=1.8-4' 'ndiswrapper=1.56-3' 
'ndiswrapper-utils=1.56-2' 'zd1211-firmware=1.4-3' 'ipw2100-fw=1.3-4' 
'ipw2200-fw=3.1-2' 'iwlwifi-3945-ucode=15.32.2.9-2' 
'iwlwifi-4965-ucode=228.61.2.24-2' 'iwlwifi-5000-ucode=8.24.2.12-2' 
'smbclient=3.5.2-1' 'bittorrent=5.2.2-2' 'dhcpcd=5.2.2-1' 'openssl=1.0.0-2' 
'git=1.7.1-1' 'dmraid=1.0.0.rc16+CVS-2' 'linux-atm=2.5.1-1' 
'netcfg=2.5.4-1' 'tiacx=20080210-15' 'tiacx-firmware=2-2' 'parted=2.2-1' 
'tzdata=2010j-1' 'ntp=4.2.6-3' 'libgcrypt=1.4.5-2' 'iw=0.9.18-1' 
'crda=1.1.1-1' 'libnl=1.1-2' 'iproute2=2.6.33-1' 
'wireless-regdb=2009.11.25-1' 'v86d=0.1.9-10' 'dhclient=4.1.0.p1-3' 
'syslinux=3.86-1' 'mtools=4.0.13-1' 'fsarchiver=0.6.10-1' 
'iwlwifi-5150-ucode=8.24.2.2-2' 'xz-utils=4.999.9beta-2' 'libtirpc=0.2.1-1' 
'librpcsecgss=0.19-3' 'rpcbind=0.2.0-1' 'testdisk=6.11.3-3' 'wipe=2.3.0-1' 
'clamav=0.96-1' 'ddr
 escue=1.11-1' 'udev=151-3' 'udev-compat=151-3' 
'iwlwifi-1000-ucode=128.50.3.1-1' 'iwlwifi-6000-ucode=9.193.4.1-1' 
'ar9170-fw=1.0-2' 'rt2870usb-fw=8-1' 'ifplugd=0.28-7' 'wpa_actiond=1.1-1' 
'nouveau-drm-lts=0.0.16_20100313-2' 'nouveau-firmware=20091212-3' 
'rfkill=0.4-1' 'libgssglue=0.1-2' 'mkinitcpio-nfs-utils=0.2-1' 
'gdisk=0.6.7-1' 'nilfs-utils=2.0.18-1' 
'btrfs-progs-unstable=0.19.20100317-1' 'ndiswrapper-lts=1.56-1')
+depends=('mkinitcpio=0.6.4-1' 'mksyslinux=2008.12-1' 'mkpxelinux=2009.09-1' 
'mkisolinux=2008.12-1' 'initscripts=2010.05-3' 'subversion=1.6.9-5' 
'wget=1.12-2' 'bash=4.1.007-1' 'coreutils=8.5-1' 'cryptsetup=1.1.1_rc2-1' 
'dialog=1.1_20100428-1' 'e2fsprogs=1.41.12-1' 'findutils=4.4.2-2' 
'gawk=3.1.8-1' 'grep=2.6.3-1' 'iputils=20100214-2' 'jfsutils=1.1.14-1' 
'less=436-1' 'lvm2=2.02.64-1' 'mdadm=3.1.2-2' 'module-init-tools=3.11.1-2' 
'nano=2.2.4-1' 'ncurses=5.7-3' 'net-tools=1.60-14' 'gnu-netcat=0.7.1-3' 
'ntfsprogs=2.0.0-4' 'pcmciautils=016-1' 'procps=3.2.8-1' 'psmisc=22.11-1' 
'reiserfsprogs=3.6.21-2' 

[arch-commits] Commit in (8 files)

2010-05-23 Thread Ionut Biru
Date: Sunday, May 23, 2010 @ 18:21:57
  Author: ibiru
Revision: 80919

split builds for transmission and adding transmission-qt support

Added:
  transmission/
  transmission/trunk/
  transmission/trunk/PKGBUILD
  transmission/trunk/qtr.desktop
  transmission/trunk/transmission-cli.install
  transmission/trunk/transmission-gtk.install
  transmission/trunk/transmissiond
  transmission/trunk/transmissiond.conf

--+
 PKGBUILD |   73 +
 qtr.desktop  |   10 ++
 transmission-cli.install |9 +
 transmission-gtk.install |   12 +++
 transmissiond|   37 ++
 transmissiond.conf   |2 +
 6 files changed, 143 insertions(+)

Added: transmission/trunk/PKGBUILD
===
--- transmission/trunk/PKGBUILD (rev 0)
+++ transmission/trunk/PKGBUILD 2010-05-23 22:21:57 UTC (rev 80919)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgbase=transmission
+pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
+pkgver=1.93
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.transmissionbt.com/;
+license=('MIT')
+makedepends=('intltool' 'curl' 'libnotify' 'desktop-file-utils' 'qt' 
'libevent')
+source=(http://mirrors.m0k.org/transmission/files/${pkgbase}-${pkgver}.tar.bz2
+transmissiond transmissiond.conf qtr.desktop)
+md5sums=('f68358d03e46bec5704bbaa894990152'
+ '50b7c17300bc8b38f44fb6f681ba05d0'
+ '4170b71ad5d6c499a8a16c6e86b77cce'
+ '18912ee58b00938c177f64f6bdd6eed9')
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+  ./configure --prefix=/usr --disable-wx || return 1
+  make || return 1
+  pushd qt
+  qmake qtr.pro || return 1
+  make || return 1
+}
+package_transmission-cli() {
+  pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
+  depends=('curl' 'libevent')
+  backup=('etc/conf.d/transmissiond')
+  install=transmission-cli.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  for dir in daemon cli web
+  do
+  make -C ${dir} DESTDIR=${pkgdir} install || return 1
+  done
+
+  install -D -m755 ${srcdir}/transmissiond 
${pkgdir}/etc/rc.d/transmissiond || return 1
+  install -D -m644 ${srcdir}/transmissiond.conf 
${pkgdir}/etc/conf.d/transmissiond || return 1
+  install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/transmission-cli/COPYING || return 1
+
+}
+
+package_transmission-gtk() {
+  pkgdesc=Fast, easy, and free BitTorrent client (GTK+ GUI)
+  depends=('curl' 'libevent' 'libnotify' 'desktop-file-utils' 
'hicolor-icon-theme')
+  optdepends=('notification-daemon: Desktop notification support'
+ 'transmission-cli: daemon and web support')
+  install=transmission-gtk.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make -C gtk DESTDIR=${pkgdir} install || return 1
+  install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/transmission-gtk/COPYING || return 1
+}
+
+package_transmission-qt() {
+  pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
+  depends=('curl' 'qt')
+  optdepends=('transmission-cli: daemon and web support')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make -C qt INSTALL_ROOT=${pkgdir}/usr install || return 1
+
+  install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/transmission-qt/COPYING || return 1
+  install -D -m644 gtk/transmission.png 
${pkgdir}/usr/share/pixmaps/transmission-qt.png || return 1
+  install -D -m644 ${srcdir}/qtr.desktop 
${pkgdir}/usr/share/applications/qtr.desktop || return 1
+}


Property changes on: transmission/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: transmission/trunk/qtr.desktop
===
--- transmission/trunk/qtr.desktop  (rev 0)
+++ transmission/trunk/qtr.desktop  2010-05-23 22:21:57 UTC (rev 80919)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Qtransmission Bittorrent Client
+GenericName=BitTorrent Client
+Comment=Download and share files over BitTorrent
+Exec=qtr %F
+Icon=transmission-qt
+Terminal=false
+Type=Application
+MimeType=application/x-bittorrent;
+Categories=Network;FileTransfer;P2P;Qt;

Added: transmission/trunk/transmission-cli.install
===
--- transmission/trunk/transmission-cli.install (rev 0)
+++ transmission/trunk/transmission-cli.install 2010-05-23 22:21:57 UTC (rev 
80919)
@@ -0,0 +1,9 @@
+post_install() {
+  cat  _EOF
+
+  If you want to run the Transmission daemon at boot,
+  add transmissiond to the DAEMONS array in /etc/rc.conf.
+  You have to set the user in /etc/conf.d/transmissiond.
+
+_EOF
+}

Added: transmission/trunk/transmission-gtk.install

[arch-commits] Commit in (8 files)

2010-05-10 Thread Tobias Powalowski
Date: Monday, May 10, 2010 @ 14:54:00
  Author: tpowa
Revision: 80037

newpkg: build against lts kernel

Added:
  nouveau-drm-lts/
  nouveau-drm-lts/repos/
  nouveau-drm-lts/trunk/
  nouveau-drm-lts/trunk/COPYING
  nouveau-drm-lts/trunk/Makefile
  nouveau-drm-lts/trunk/PKGBUILD
  nouveau-drm-lts/trunk/dont_check_for_pthread.patch
  nouveau-drm-lts/trunk/nouveau-drm.install

--+
 COPYING  |   48 +++
 Makefile |  102 +
 PKGBUILD |   44 +
 dont_check_for_pthread.patch |   49 +++
 nouveau-drm.install  |   16 ++
 5 files changed, 259 insertions(+)

Added: nouveau-drm-lts/trunk/COPYING
===
--- nouveau-drm-lts/trunk/COPYING   (rev 0)
+++ nouveau-drm-lts/trunk/COPYING   2010-05-10 18:54:00 UTC (rev 80037)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Added: nouveau-drm-lts/trunk/Makefile
===
--- nouveau-drm-lts/trunk/Makefile  (rev 0)
+++ nouveau-drm-lts/trunk/Makefile  2010-05-10 18:54:00 UTC (rev 80037)
@@ -0,0 +1,102 @@
+# This Makefile is loosely based on the drm.git/linux-core/Makefile and
+# the preliminary work by Christopher James Halse Rogers.
+# Edited by Pekka Paalanen p...@iki.fi
+
+# By default, the build is done against the running linux kernel source.
+# To build against a different kernel source tree, set LINUXDIR:
+#
+#make LINUXDIR=/path/to/kernel/source
+
+# By default, it is assumed the Nouveau kernel tree is found in $PWD/../.
+# To use a different path to the Nouveau kernel tree, set NOUVEAUROOTDIR:
+#
+#make NOUVEAUROOTDIR=/path/to/nouveau/linux-2.6
+
+
+ifndef LINUXDIR
+RUNNING_REL := $(shell uname -r)
+
+LINUXDIR := $(shell if [ -e /lib/modules/$(RUNNING_REL)/source ]; then \
+   echo /lib/modules/$(RUNNING_REL)/source; \
+   else echo /lib/modules/$(RUNNING_REL)/build; fi)
+endif
+
+NOUVEAUGITREMOTE ?= origin
+NOUVEAUROOTDIR ?= $(CURDIR)/..
+override NOUVEAUROOTDIR := $(abspath $(NOUVEAUROOTDIR))
+
+TESTFILE := include/drm/nouveau_drm.h
+ifeq ($(wildcard $(NOUVEAUROOTDIR)/$(TESTFILE)),)
+$(error $(NOUVEAUROOTDIR) does not look like the right kernel tree, \
+   please set NOUVEAUROOTDIR)
+endif
+
+GIT_REVISION := $(shell GIT_DIR=$(NOUVEAUROOTDIR)/.git \
+   git describe --always --abbrev=17 2 /dev/null)
+
+DRMINC := 

[arch-commits] Commit in (8 files)

2010-05-04 Thread Ionut Biru
Date: Tuesday, May 4, 2010 @ 05:01:27
  Author: ibiru
Revision: 79531

moving schroedinger to extra

Added:
  orc/
  orc/repos/
  orc/trunk/
  orc/trunk/PKGBUILD
  schroedinger/
  schroedinger/repos/
  schroedinger/trunk/
  schroedinger/trunk/PKGBUILD

-+
 orc/trunk/PKGBUILD  |   23 +++
 schroedinger/trunk/PKGBUILD |   28 
 2 files changed, 51 insertions(+)

Added: orc/trunk/PKGBUILD
===
--- orc/trunk/PKGBUILD  (rev 0)
+++ orc/trunk/PKGBUILD  2010-05-04 09:01:27 UTC (rev 79531)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=orc
+pkgver=0.4.4
+pkgrel=1
+pkgdesc=The Oild Runtime Compiler
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://code.entropywave.com/projects/orc/;
+depends=('glibc')
+options=('!libtool')
+source=(http://code.entropywave.com/download/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('35f3b7283f391ab8ade7f94332940414')
+
+build () {
+cd $srcdir/$pkgname-$pkgver
+
+./configure --prefix=/usr --disable-static || return 1
+make || return 1
+make DESTDIR=$pkgdir install || return 1
+
+install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


Property changes on: orc/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: schroedinger/trunk/PKGBUILD
===
--- schroedinger/trunk/PKGBUILD (rev 0)
+++ schroedinger/trunk/PKGBUILD 2010-05-04 09:01:27 UTC (rev 79531)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: rabyte rabyte__gmail
+pkgname=schroedinger
+pkgver=1.0.9
+pkgrel=1
+pkgdesc=An implemenation of the Dirac video codec in ANSI C code
+arch=('i686' 'x86_64')
+url=http://www.diracvideo.org/;
+license=('GPL2' 'LGPL2' 'MPL' 'MIT')
+depends=('orc=0.4.3')
+makedepends=('pkgconfig')
+options=(!libtool)
+source=(http://www.diracvideo.org/download/schroedinger/$pkgname-$pkgver.tar.gz)
+md5sums=('d67ec48b7c506db8c8b49156bf409e60')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export LDFLAGS=${LDFLAGS//-Wl,--as-needed}
+  ./configure --prefix=/usr
+
+  make || return 1
+  make DESTDIR=$pkgdir install
+
+  install -m644 -D COPYING.MIT $pkgdir/usr/share/licenses/$pkgname/COPYING.MIT
+}


Property changes on: schroedinger/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in (8 files)

2010-02-05 Thread Giovanni Scafora
Date: Friday, February 5, 2010 @ 16:55:32
  Author: giovanni
Revision: 67233

Added:
  mythplugins/
  mythplugins/repos/
  mythplugins/trunk/
  mythplugins/trunk/PKGBUILD
  mythplugins/trunk/mtd
  mythplugins/trunk/mythplugins-mythweb.install
  mythplugins/trunk/mythplugins-mythzoneminder.install
  mythplugins/trunk/mythweb.conf.apache

+
 PKGBUILD   |  145 
 mtd|   36 ++
 mythplugins-mythweb.install|6 +
 mythplugins-mythzoneminder.install |3 
 mythweb.conf.apache|  210 +++
 5 files changed, 400 insertions(+)

Added: mythplugins/trunk/PKGBUILD
===
--- mythplugins/trunk/PKGBUILD  (rev 0)
+++ mythplugins/trunk/PKGBUILD  2010-02-05 21:55:32 UTC (rev 67233)
@@ -0,0 +1,145 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=mythplugins
+pkgname=('mythplugins-mytharchive'
+ 'mythplugins-mythbrowser'
+ 'mythplugins-mythflix'
+ 'mythplugins-mythgallery'
+ 'mythplugins-mythgame'
+ 'mythplugins-mythmovies'
+ 'mythplugins-mythmusic'
+ 'mythplugins-mythnews'
+ 'mythplugins-mythvideo'
+ 'mythplugins-mythweather'
+ 'mythplugins-mythweb'
+ 'mythplugins-mythzoneminder')
+pkgver=0.22
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.mythtv.org;
+license=('GPL')
+groups=('mythplugins')
+makedepends=(mythtv=${pkgver} 'mplayer' 'mysql-python' 'fftw' 'dvdauthor' 
+ 'libexif' 'pil' 'libcdaudio' 'taglib' 'php-apache' 'perl-libwww' 
+ 'perl-xml-simple' 'perl-dbd-mysql')
+source=(ftp://ftp.osuosl.org/pub/mythtv/${pkgbase}-${pkgver}.tar.bz2
+mtd
+mythweb.conf.apache)
+md5sums=('09c8fa1058399a0c5db169a71561e985'
+ '476c12ba074794ad7f4ae092bdf949d6'
+ 'dd3c2198b160d2e602390d4721b91232')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr \
+  --enable-all
+
+  qmake mythplugins.pro || return 1
+  make || return 1
+}
+
+package_mythplugins-mytharchive() {
+  pkgdesc=MythTV plugin that lets you create DVDs from or archive your 
recorded shows
+  depends=(mythtv=${pkgver} 'libxmu' 'mysql-python' 'pil' 'dvdauthor')
+  replaces=('mytharchive')
+  cd ${srcdir}/${pkgbase}-${pkgver}/mytharchive
+  make INSTALL_ROOT=${pkgdir} install || return 1
+}
+
+package_mythplugins-mythbrowser() {
+  pkgdesc=Mini web browser for MythTV
+  depends=(mythtv=${pkgver} 'wget')
+  replaces=('mythbrowser')
+  cd ${srcdir}/${pkgbase}-${pkgver}/mythbrowser
+  make INSTALL_ROOT=${pkgdir} install || return 1
+}
+
+package_mythplugins-mythflix() {
+  pkgdesc=Netflix access plugin for MythTV
+  depends=(mythtv=${pkgver})
+  replaces=('mythflix')
+  cd ${srcdir}/${pkgbase}-${pkgver}/mythflix
+  make INSTALL_ROOT=${pkgdir} install || return 1
+}
+
+package_mythplugins-mythgallery() {
+  pkgdesc=Image gallery plugin for MythTV
+  depends=(mythtv=${pkgver} 'libexif' 'libtiff')
+  replaces=('mythgallery')
+  cd ${srcdir}/${pkgbase}-${pkgver}/mythgallery
+  make INSTALL_ROOT=${pkgdir} install || return 1
+}
+
+package_mythplugins-mythgame() {
+  pkgdesc=Game emulator module for MythTV
+  depends=(mythtv=${pkgver} 'zlib')
+  replaces=('mythgame')
+  cd ${srcdir}/${pkgbase}-${pkgver}/mythgame
+  make INSTALL_ROOT=${pkgdir} install || return 1
+}
+
+package_mythplugins-mythmovies() {
+  pkgdesc=Local movie listings via MythTV
+  depends=(mythtv=${pkgver})
+  replaces=('mythmovies')
+  cd ${srcdir}/${pkgbase}-${pkgver}/mythmovies
+  make INSTALL_ROOT=${pkgdir} install || return 1
+}
+
+package_mythplugins-mythmusic() {
+  pkgdesc=Music playing plugin for MythTV
+  depends=(mythtv=${pkgver} 'cdparanoia' 'faad2' 'fftw' 'flac' 'lame'
+   'libcdaudio' 'libid3tag' 'libmad' 'libvorbis' 'sdl' 'taglib')
+  replaces=('mythmusic')
+  cd ${srcdir}/${pkgbase}-${pkgver}/mythmusic
+  make INSTALL_ROOT=${pkgdir} install || return 1
+}
+
+package_mythplugins-mythnews() {
+  pkgdesc=News checking plugin for MythTV
+  depends=(mythtv=${pkgver})
+  replaces=('mythnews')
+  cd ${srcdir}/${pkgbase}-${pkgver}/mythnews
+  make INSTALL_ROOT=${pkgdir} install || return 1
+}
+
+package_mythplugins-mythvideo() {
+  pkgdesc=Video playback and browsing plugin for MythTV
+  depends=(mythtv=${pkgver} 'mplayer' 'perl-libwww' 'perl-xml-simple')
+  replaces=('mythvideo')
+  cd ${srcdir}/${pkgbase}-${pkgver}/mythvideo
+  make INSTALL_ROOT=${pkgdir} install || return 1
+  install -D -m755 ${srcdir}/mtd ${pkgdir}/etc/rc.d/mtd || return 1
+}
+
+package_mythplugins-mythweather() {
+  pkgdesc=Weather checking plugin for MythTV
+  depends=(mythtv=${pkgver} 'wget')
+  replaces=('mythweather')
+  cd ${srcdir}/${pkgbase}-${pkgver}/mythweather
+  make INSTALL_ROOT=${pkgdir} install || return 1
+}
+
+package_mythplugins-mythweb() {
+  

<    1   2