[arch-commits] Commit in xmms-imms/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Apr 23 17:30:12 UTC 2014


    Date: Wednesday, April 23, 2014 @ 19:30:12
  Author: spupykin
Revision: 110078

archrelease: copy trunk to community-i686, community-x86_64

Added:
  xmms-imms/repos/community-i686/PKGBUILD
    (from rev 110077, xmms-imms/trunk/PKGBUILD)
  xmms-imms/repos/community-x86_64/PKGBUILD
    (from rev 110077, xmms-imms/trunk/PKGBUILD)
Deleted:
  xmms-imms/repos/community-i686/PKGBUILD
  xmms-imms/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ----------------------
 community-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-23 17:29:54 UTC (rev 110077)
+++ community-i686/PKGBUILD	2014-04-23 17:30:12 UTC (rev 110078)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Kritoke <kritoke at nospam.gmail.com>
-# Contributor: Kritoke <kritoke at nospam.gmail.com>
-
-pkgname=xmms-imms
-pkgver=3.1.0_rc10
-pkgrel=1
-pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening patterns and dynamically adapts to your taste."
-arch=(i686 x86_64)
-license=("GPL")
-url="http://imms.luminal.org/"
-depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
-replaces=('imms')
-source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
-md5sums=('61302249e9638779b3241987ab62676d')
-
-build() {
-  cd $srcdir/imms-${pkgver/_/-}
-
-  if [ $NOEXTRACT -ne 1 ]; then
-    autoheader
-    aclocal
-    autoconf
-    CXXFLAGS="$CXXFLAGS -DDEBUG=0" ./configure --prefix=/usr --disable-immsremote
-  fi
-
-  make
-  mkdir -p $pkgdir/usr/bin
-  make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
-	 BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
-}

Copied: xmms-imms/repos/community-i686/PKGBUILD (from rev 110077, xmms-imms/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-23 17:30:12 UTC (rev 110078)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Kritoke <kritoke at nospam.gmail.com>
+# Contributor: Kritoke <kritoke at nospam.gmail.com>
+
+pkgname=xmms-imms
+pkgver=301
+pkgrel=1
+pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening patterns and dynamically adapts to your taste."
+arch=(i686 x86_64)
+license=("GPL")
+url="http://imms.luminal.org/"
+depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
+replaces=('imms')
+source=(http://imms.googlecode.com/files/imms-r${pkgver/_/-}.tar.bz2)
+md5sums=('8b3dfac2ce1ae988a7c2fbc47026cc73')
+
+build() {
+  cd $srcdir/imms-r${pkgver/_/-}
+  autoheader
+  aclocal
+  autoconf
+  ./configure --prefix=/usr --disable-immsremote
+  make LDFLAGS="-L. -lXss -lXext -lX11 -lsqlite3 -lz  -lpcre  -ltag -L/usr/X11R6/lib /usr/lib/libtorch.so.3"
+}
+
+package() {
+  cd $srcdir/imms-r${pkgver/_/-}
+  mkdir -p $pkgdir/usr/bin
+  make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
+	 BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-23 17:29:54 UTC (rev 110077)
+++ community-x86_64/PKGBUILD	2014-04-23 17:30:12 UTC (rev 110078)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Kritoke <kritoke at nospam.gmail.com>
-# Contributor: Kritoke <kritoke at nospam.gmail.com>
-
-pkgname=xmms-imms
-pkgver=3.1.0_rc10
-pkgrel=1
-pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening patterns and dynamically adapts to your taste."
-arch=(i686 x86_64)
-license=("GPL")
-url="http://imms.luminal.org/"
-depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
-replaces=('imms')
-source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
-md5sums=('61302249e9638779b3241987ab62676d')
-
-build() {
-  cd $srcdir/imms-${pkgver/_/-}
-
-  if [ $NOEXTRACT -ne 1 ]; then
-    autoheader
-    aclocal
-    autoconf
-    CXXFLAGS="$CXXFLAGS -DDEBUG=0" ./configure --prefix=/usr --disable-immsremote
-  fi
-
-  make
-  mkdir -p $pkgdir/usr/bin
-  make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
-	 BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
-}

Copied: xmms-imms/repos/community-x86_64/PKGBUILD (from rev 110077, xmms-imms/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-23 17:30:12 UTC (rev 110078)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Kritoke <kritoke at nospam.gmail.com>
+# Contributor: Kritoke <kritoke at nospam.gmail.com>
+
+pkgname=xmms-imms
+pkgver=301
+pkgrel=1
+pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening patterns and dynamically adapts to your taste."
+arch=(i686 x86_64)
+license=("GPL")
+url="http://imms.luminal.org/"
+depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
+replaces=('imms')
+source=(http://imms.googlecode.com/files/imms-r${pkgver/_/-}.tar.bz2)
+md5sums=('8b3dfac2ce1ae988a7c2fbc47026cc73')
+
+build() {
+  cd $srcdir/imms-r${pkgver/_/-}
+  autoheader
+  aclocal
+  autoconf
+  ./configure --prefix=/usr --disable-immsremote
+  make LDFLAGS="-L. -lXss -lXext -lX11 -lsqlite3 -lz  -lpcre  -ltag -L/usr/X11R6/lib /usr/lib/libtorch.so.3"
+}
+
+package() {
+  cd $srcdir/imms-r${pkgver/_/-}
+  mkdir -p $pkgdir/usr/bin
+  make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
+	 BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
+}




More information about the arch-commits mailing list