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

2013-11-15 Thread Ronald van Haren
Date: Friday, November 15, 2013 @ 13:15:33
  Author: ronald
Revision: 199733

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

Added:
  emotion/repos/extra-i686/PKGBUILD
(from rev 199732, emotion/trunk/PKGBUILD)
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 199732, emotion/trunk/PKGBUILD)
Deleted:
  emotion/repos/extra-i686/PKGBUILD
  emotion/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-15 12:15:08 UTC (rev 199732)
+++ extra-i686/PKGBUILD 2013-11-15 12:15:33 UTC (rev 199733)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.8
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('a0f9ddbd6b26a69de2fc6958327da1497bd2f420')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 199732, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-15 12:15:33 UTC (rev 199733)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.9
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('c7817d6252ed90d06f9e4ef491f9399fb6213990')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-15 12:15:08 UTC (rev 199732)
+++ extra-x86_64/PKGBUILD   2013-11-15 12:15:33 UTC (rev 199733)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.8
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('a0f9ddbd6b26a69de2fc6958327da1497bd2f420')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples 

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

2013-08-26 Thread Ronald van Haren
Date: Monday, August 26, 2013 @ 22:16:34
  Author: ronald
Revision: 193663

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

Added:
  emotion/repos/extra-i686/PKGBUILD
(from rev 193662, emotion/trunk/PKGBUILD)
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 193662, emotion/trunk/PKGBUILD)
Deleted:
  emotion/repos/extra-i686/PKGBUILD
  emotion/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   43 ---
 extra-x86_64/PKGBUILD |   43 ---
 3 files changed, 88 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-26 20:16:08 UTC (rev 193662)
+++ extra-i686/PKGBUILD 2013-08-26 20:16:34 UTC (rev 193663)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.7
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e42b73a268afaa022efb179966991cfb3865168b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 193662, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-26 20:16:34 UTC (rev 193663)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.8
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('a0f9ddbd6b26a69de2fc6958327da1497bd2f420')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-26 20:16:08 UTC (rev 193662)
+++ extra-x86_64/PKGBUILD   2013-08-26 20:16:34 UTC (rev 193663)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.7
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e42b73a268afaa022efb179966991cfb3865168b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
-

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:57:59
  Author: ronald
Revision: 185674

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

Added:
  emotion/repos/extra-i686/PKGBUILD
(from rev 185673, emotion/trunk/PKGBUILD)
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 185673, emotion/trunk/PKGBUILD)
Deleted:
  emotion/repos/extra-i686/PKGBUILD
  emotion/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:57:24 UTC (rev 185673)
+++ extra-i686/PKGBUILD 2013-05-16 20:57:59 UTC (rev 185674)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('32b9d991cb33a7c1b96ad47b3c676238cdd278b7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 185673, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:57:59 UTC (rev 185674)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('e42b73a268afaa022efb179966991cfb3865168b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 20:57:24 UTC (rev 185673)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:57:59 UTC (rev 185674)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('32b9d991cb33a7c1b96ad47b3c676238cdd278b7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
--

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

2013-05-09 Thread Ronald van Haren
Date: Thursday, May 9, 2013 @ 11:26:25
  Author: ronald
Revision: 184837

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

Added:
  emotion/repos/extra-i686/PKGBUILD
(from rev 184836, emotion/trunk/PKGBUILD)
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 184836, emotion/trunk/PKGBUILD)
Deleted:
  emotion/repos/extra-i686/PKGBUILD
  emotion/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-09 09:26:01 UTC (rev 184836)
+++ extra-i686/PKGBUILD 2013-05-09 09:26:25 UTC (rev 184837)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.5
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('59f4a8869afc64289b53f8673c53baa9dfb1c109')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 184836, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-09 09:26:25 UTC (rev 184837)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.6
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('32b9d991cb33a7c1b96ad47b3c676238cdd278b7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-09 09:26:01 UTC (rev 184836)
+++ extra-x86_64/PKGBUILD   2013-05-09 09:26:25 UTC (rev 184837)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.5
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('59f4a8869afc64289b53f8673c53baa9dfb1c109')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---

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

2012-12-22 Thread Ronald van Haren
Date: Saturday, December 22, 2012 @ 11:24:05
  Author: ronald
Revision: 173757

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

Added:
  emotion/repos/extra-i686/PKGBUILD
(from rev 173756, emotion/trunk/PKGBUILD)
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 173756, emotion/trunk/PKGBUILD)
Deleted:
  emotion/repos/extra-i686/PKGBUILD
  emotion/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   86 
 extra-x86_64/PKGBUILD |   86 
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-22 16:23:23 UTC (rev 173756)
+++ extra-i686/PKGBUILD 2012-12-22 16:24:05 UTC (rev 173757)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.3
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('9aebc9ee614e68b3ccb69e10f42ae2989d0d29a0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 173756, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-22 16:24:05 UTC (rev 173757)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.4
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('5bdd5512c3e6459f3d4f3effb5b4d3ea2b06bff8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-22 16:23:23 UTC (rev 173756)
+++ extra-x86_64/PKGBUILD   2012-12-22 16:24:05 UTC (rev 173757)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.3
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('9aebc9ee614e68b3ccb69e10f42ae2989d0d29a0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples 

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:28:30
  Author: ronald
Revision: 172969

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

Added:
  emotion/repos/extra-i686/PKGBUILD
(from rev 172968, emotion/trunk/PKGBUILD)
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 172968, emotion/trunk/PKGBUILD)
Deleted:
  emotion/repos/extra-i686/PKGBUILD
  emotion/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   86 
 extra-x86_64/PKGBUILD |   86 
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:27:48 UTC (rev 172968)
+++ extra-i686/PKGBUILD 2012-12-07 19:28:30 UTC (rev 172969)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('20304f130e5fb4d81176c442262465cacaa52381')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 172968, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:28:30 UTC (rev 172969)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('9aebc9ee614e68b3ccb69e10f42ae2989d0d29a0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:27:48 UTC (rev 172968)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:28:30 UTC (rev 172969)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('20304f130e5fb4d81176c442262465cacaa52381')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
-

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

2012-11-25 Thread Ronald van Haren
Date: Sunday, November 25, 2012 @ 16:19:38
  Author: ronald
Revision: 171990

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

Added:
  emotion/repos/extra-i686/PKGBUILD
(from rev 171989, emotion/trunk/PKGBUILD)
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 171989, emotion/trunk/PKGBUILD)
Deleted:
  emotion/repos/extra-i686/PKGBUILD
  emotion/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   86 
 extra-x86_64/PKGBUILD |   86 
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-25 21:18:51 UTC (rev 171989)
+++ extra-i686/PKGBUILD 2012-11-25 21:19:38 UTC (rev 171990)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 171989, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-25 21:19:38 UTC (rev 171990)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('20304f130e5fb4d81176c442262465cacaa52381')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-25 21:18:51 UTC (rev 171989)
+++ extra-x86_64/PKGBUILD   2012-11-25 21:19:38 UTC (rev 171990)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:55:53
  Author: ronald
Revision: 171660

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

Added:
  emotion/repos/extra-i686/PKGBUILD
(from rev 171659, emotion/trunk/PKGBUILD)
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 171659, emotion/trunk/PKGBUILD)
Deleted:
  emotion/repos/extra-i686/PKGBUILD
  emotion/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   86 
 extra-x86_64/PKGBUILD |   86 
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 21:55:08 UTC (rev 171659)
+++ extra-i686/PKGBUILD 2012-11-20 21:55:53 UTC (rev 171660)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 171659, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:55:53 UTC (rev 171660)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-20 21:55:08 UTC (rev 171659)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:55:53 UTC (rev 171660)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:22:11
  Author: ronald
Revision: 171637

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

Added:
  emotion/repos/extra-i686/
  emotion/repos/extra-i686/PKGBUILD
(from rev 171636, emotion/trunk/PKGBUILD)
  emotion/repos/extra-x86_64/
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 171636, emotion/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   43 +++
 extra-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 171636, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:22:11 UTC (rev 171637)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: emotion/repos/extra-x86_64/PKGBUILD (from rev 171636, 
emotion/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:22:11 UTC (rev 171637)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}