Date: Friday, December 13, 2013 @ 20:06:20 Author: ronald Revision: 201511
upgpkg: emotion_generic_players 1.8.0-1 upload e18 libs and e17 wm Modified: emotion_generic_players/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-13 19:06:17 UTC (rev 201510) +++ PKGBUILD 2013-12-13 19:06:20 UTC (rev 201511) @@ -1,6 +1,6 @@ -# $Id: PKGBUILD 199714 2013-11-15 10:46:56Z ronald $ +# $Id$ # Maintainer: Ronald van Haren <[email protected]> -# Contributor: Gustavo Sverzut Barbieri <[email protected]> +# Contributor: Enlightenment Developers <[email protected]> pkgname=emotion_generic_players pkgver=1.8.0 @@ -9,35 +9,27 @@ arch=('i686' 'x86_64') url="http://www.enlightenment.org" license=('BSD') -depends=() +depends=('efl' 'vlc') options=('!emptydirs') -source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz) +source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz) +sha1sums=('945c003150ceb912eabbd22323ada5363f0e40d1') build() { - cd $srcdir/$pkgname-$pkgver + 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}" + export CFLAGS="$CFLAGS -fvisibility=hidden" ./configure \ - --prefix=/usr \ - --disable-static \ - --enable-generic \ - --enable-gstreamer \ - --disable-generic-vlc \ - --disable-xine \ - --disable-install-examples \ - --disable-doc + --prefix=/usr make } package(){ - cd $pkgname-$pkgver - make DESTDIR=$pkgdir install + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR=${pkgdir} install # install license files - install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING + install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \ + "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" } Property changes on: emotion_generic_players/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
