[arch-commits] Commit in allegro4/repos (6 files)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:52:36
  Author: arojas
Revision: 171654

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

Added:
  allegro4/repos/community-i686/
  allegro4/repos/community-i686/LICENSE
(from rev 171653, allegro4/trunk/LICENSE)
  allegro4/repos/community-i686/PKGBUILD
(from rev 171653, allegro4/trunk/PKGBUILD)
  allegro4/repos/community-x86_64/
  allegro4/repos/community-x86_64/LICENSE
(from rev 171653, allegro4/trunk/LICENSE)
  allegro4/repos/community-x86_64/PKGBUILD
(from rev 171653, allegro4/trunk/PKGBUILD)

---+
 community-i686/LICENSE|   26 ++
 community-i686/PKGBUILD   |   39 +++
 community-x86_64/LICENSE  |   26 ++
 community-x86_64/PKGBUILD |   39 +++
 4 files changed, 130 insertions(+)

Copied: allegro4/repos/community-i686/LICENSE (from rev 171653, 
allegro4/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-04-23 19:52:36 UTC (rev 171654)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Copied: allegro4/repos/community-i686/PKGBUILD (from rev 171653, 
allegro4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 19:52:36 UTC (rev 171654)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=4
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/;
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng' 'mesa' 'glu')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../allegro-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: allegro4/repos/community-x86_64/LICENSE (from rev 171653, 
allegro4/trunk/LICENSE)
===
--- community-x86_64/LICENSE(rev 0)
+++ community-x86_64/LICENSE2016-04-23 19:52:36 UTC (rev 171654)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an 

[arch-commits] Commit in allegro4/repos (6 files)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:50:49
  Author: arojas
Revision: 171651

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

Added:
  allegro4/repos/community-i686/
  allegro4/repos/community-i686/LICENSE
(from rev 171650, allegro4/trunk/LICENSE)
  allegro4/repos/community-i686/PKGBUILD
(from rev 171650, allegro4/trunk/PKGBUILD)
  allegro4/repos/community-x86_64/
  allegro4/repos/community-x86_64/LICENSE
(from rev 171650, allegro4/trunk/LICENSE)
  allegro4/repos/community-x86_64/PKGBUILD
(from rev 171650, allegro4/trunk/PKGBUILD)

---+
 community-i686/LICENSE|   26 ++
 community-i686/PKGBUILD   |   39 +++
 community-x86_64/LICENSE  |   26 ++
 community-x86_64/PKGBUILD |   39 +++
 4 files changed, 130 insertions(+)

Copied: allegro4/repos/community-i686/LICENSE (from rev 171650, 
allegro4/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-04-23 19:50:49 UTC (rev 171651)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Copied: allegro4/repos/community-i686/PKGBUILD (from rev 171650, 
allegro4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 19:50:49 UTC (rev 171651)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=4
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/;
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng' 'mesa' 'glu')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../allegro-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: allegro4/repos/community-x86_64/LICENSE (from rev 171650, 
allegro4/trunk/LICENSE)
===
--- community-x86_64/LICENSE(rev 0)
+++ community-x86_64/LICENSE2016-04-23 19:50:49 UTC (rev 171651)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an 

[arch-commits] Commit in allegro4/repos (6 files)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:43:46
  Author: arojas
Revision: 171648

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

Added:
  allegro4/repos/community-i686/
  allegro4/repos/community-i686/LICENSE
(from rev 171647, allegro4/trunk/LICENSE)
  allegro4/repos/community-i686/PKGBUILD
(from rev 171647, allegro4/trunk/PKGBUILD)
  allegro4/repos/community-x86_64/
  allegro4/repos/community-x86_64/LICENSE
(from rev 171647, allegro4/trunk/LICENSE)
  allegro4/repos/community-x86_64/PKGBUILD
(from rev 171647, allegro4/trunk/PKGBUILD)

---+
 community-i686/LICENSE|   26 ++
 community-i686/PKGBUILD   |   39 +++
 community-x86_64/LICENSE  |   26 ++
 community-x86_64/PKGBUILD |   39 +++
 4 files changed, 130 insertions(+)

Copied: allegro4/repos/community-i686/LICENSE (from rev 171647, 
allegro4/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-04-23 19:43:46 UTC (rev 171648)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Copied: allegro4/repos/community-i686/PKGBUILD (from rev 171647, 
allegro4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 19:43:46 UTC (rev 171648)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=3
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/;
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng' 'mesa' 'glu')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../allegro-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: allegro4/repos/community-x86_64/LICENSE (from rev 171647, 
allegro4/trunk/LICENSE)
===
--- community-x86_64/LICENSE(rev 0)
+++ community-x86_64/LICENSE2016-04-23 19:43:46 UTC (rev 171648)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an 

[arch-commits] Commit in allegro4/repos (6 files)

2011-10-16 Thread Eric BĂ©langer
Date: Sunday, October 16, 2011 @ 23:40:26
  Author: eric
Revision: 140545

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

Added:
  allegro4/repos/staging-i686/
  allegro4/repos/staging-i686/LICENSE
(from rev 140544, allegro4/trunk/LICENSE)
  allegro4/repos/staging-i686/PKGBUILD
(from rev 140544, allegro4/trunk/PKGBUILD)
  allegro4/repos/staging-x86_64/
  allegro4/repos/staging-x86_64/LICENSE
(from rev 140544, allegro4/trunk/LICENSE)
  allegro4/repos/staging-x86_64/PKGBUILD
(from rev 140544, allegro4/trunk/PKGBUILD)

-+
 staging-i686/LICENSE|   26 ++
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/LICENSE  |   26 ++
 staging-x86_64/PKGBUILD |   38 ++
 4 files changed, 128 insertions(+)

Copied: allegro4/repos/staging-i686/LICENSE (from rev 140544, 
allegro4/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2011-10-17 03:40:26 UTC (rev 140545)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Copied: allegro4/repos/staging-i686/PKGBUILD (from rev 140544, 
allegro4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-17 03:40:26 UTC (rev 140545)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: arjan ar...@archlinux.org
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=1
+pkgdesc=Portable library mainly aimed at video game and multimedia 
programming (legacy version)
+arch=('i686' 'x86_64')
+url=http://alleg.sourceforge.net/;
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd ${srcdir}
+  mkdir build  cd build
+
+  cmake ../allegro-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: allegro4/repos/staging-x86_64/LICENSE (from rev 140544, 
allegro4/trunk/LICENSE)
===
--- staging-x86_64/LICENSE  (rev 0)
+++ staging-x86_64/LICENSE  2011-10-17 03:40:26 UTC (rev 140545)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other