[arch-commits] Commit in stellarium/repos (12 files)

Antonio Rojas arojas at archlinux.org
Thu Mar 3 18:49:55 UTC 2016


    Date: Thursday, March 3, 2016 @ 19:49:54
  Author: arojas
Revision: 260674

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

Added:
  stellarium/repos/extra-i686/PKGBUILD
    (from rev 260673, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-i686/libpng14.patch
    (from rev 260673, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-i686/stellarium.install
    (from rev 260673, stellarium/trunk/stellarium.install)
  stellarium/repos/extra-x86_64/PKGBUILD
    (from rev 260673, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-x86_64/libpng14.patch
    (from rev 260673, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-x86_64/stellarium.install
    (from rev 260673, stellarium/trunk/stellarium.install)
Deleted:
  stellarium/repos/extra-i686/PKGBUILD
  stellarium/repos/extra-i686/libpng14.patch
  stellarium/repos/extra-i686/stellarium.install
  stellarium/repos/extra-x86_64/PKGBUILD
  stellarium/repos/extra-x86_64/libpng14.patch
  stellarium/repos/extra-x86_64/stellarium.install

---------------------------------+
 /PKGBUILD                       |   60 ++++++++++++++++++++++++++++++++++++++
 /libpng14.patch                 |   42 ++++++++++++++++++++++++++
 /stellarium.install             |   28 +++++++++++++++++
 extra-i686/PKGBUILD             |   30 -------------------
 extra-i686/libpng14.patch       |   21 -------------
 extra-i686/stellarium.install   |   14 --------
 extra-x86_64/PKGBUILD           |   30 -------------------
 extra-x86_64/libpng14.patch     |   21 -------------
 extra-x86_64/stellarium.install |   14 --------
 9 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-03-03 18:48:46 UTC (rev 260673)
+++ extra-i686/PKGBUILD	2016-03-03 18:49:54 UTC (rev 260674)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=stellarium
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
-arch=("i686" "x86_64")
-url="http://stellarium.free.fr/"
-license=('GPL2')
-depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt5-quick1' 'openssl' 
-	'desktop-file-utils' 'xdg-utils' 'phonon' 'qt5-serialport')
-install=stellarium.install
-makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('c32cb7488efa420e523a4d6f8c4f57170e79527e')
-	
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: stellarium/repos/extra-i686/PKGBUILD (from rev 260673, stellarium/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-03-03 18:49:54 UTC (rev 260674)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=stellarium
+pkgver=0.14.2
+pkgrel=2
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=("i686" "x86_64")
+url="http://stellarium.free.fr/"
+license=('GPL2')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'openssl' 'qt5-script'
+	'desktop-file-utils' 'xdg-utils' 'phonon' 'qt5-serialport')
+install=stellarium.install
+makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('c32cb7488efa420e523a4d6f8c4f57170e79527e')
+	
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+ 
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libpng14.patch
===================================================================
--- extra-i686/libpng14.patch	2016-03-03 18:48:46 UTC (rev 260673)
+++ extra-i686/libpng14.patch	2016-03-03 18:49:54 UTC (rev 260674)
@@ -1,21 +0,0 @@
-diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp stellarium-0.10.2/src/core/StelTextureMgr.cpp
---- stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp	2010-01-21 17:04:57.000000000 -0500
-+++ stellarium-0.10.2/src/core/StelTextureMgr.cpp	2010-01-21 17:06:55.000000000 -0500
-@@ -513,7 +513,7 @@
- 	fread (magic, 1, sizeof (magic), fp);
- 
- 	/* check for valid magic number */
--	if (!png_check_sig (magic, sizeof (magic)))
-+	if (png_sig_cmp (magic, 0, sizeof (magic)))
- 	{
- 		qWarning() << "error: \"" << filename << "\" is not a valid PNG image!";
- 		fclose (fp);
-@@ -576,7 +576,7 @@
- 	/* convert 1-2-4 bits grayscale images to 8 bits
- 	   grayscale. */
- 	if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
--		png_set_gray_1_2_4_to_8 (png_ptr);
-+		png_set_expand_gray_1_2_4_to_8 (png_ptr);
- 
- 	if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
- 		png_set_tRNS_to_alpha (png_ptr);

Copied: stellarium/repos/extra-i686/libpng14.patch (from rev 260673, stellarium/trunk/libpng14.patch)
===================================================================
--- extra-i686/libpng14.patch	                        (rev 0)
+++ extra-i686/libpng14.patch	2016-03-03 18:49:54 UTC (rev 260674)
@@ -0,0 +1,21 @@
+diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp stellarium-0.10.2/src/core/StelTextureMgr.cpp
+--- stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp	2010-01-21 17:04:57.000000000 -0500
++++ stellarium-0.10.2/src/core/StelTextureMgr.cpp	2010-01-21 17:06:55.000000000 -0500
+@@ -513,7 +513,7 @@
+ 	fread (magic, 1, sizeof (magic), fp);
+ 
+ 	/* check for valid magic number */
+-	if (!png_check_sig (magic, sizeof (magic)))
++	if (png_sig_cmp (magic, 0, sizeof (magic)))
+ 	{
+ 		qWarning() << "error: \"" << filename << "\" is not a valid PNG image!";
+ 		fclose (fp);
+@@ -576,7 +576,7 @@
+ 	/* convert 1-2-4 bits grayscale images to 8 bits
+ 	   grayscale. */
+ 	if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
+-		png_set_gray_1_2_4_to_8 (png_ptr);
++		png_set_expand_gray_1_2_4_to_8 (png_ptr);
+ 
+ 	if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
+ 		png_set_tRNS_to_alpha (png_ptr);

Deleted: extra-i686/stellarium.install
===================================================================
--- extra-i686/stellarium.install	2016-03-03 18:48:46 UTC (rev 260673)
+++ extra-i686/stellarium.install	2016-03-03 18:49:54 UTC (rev 260674)
@@ -1,14 +0,0 @@
-pkgname=stellarium
-
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: stellarium/repos/extra-i686/stellarium.install (from rev 260673, stellarium/trunk/stellarium.install)
===================================================================
--- extra-i686/stellarium.install	                        (rev 0)
+++ extra-i686/stellarium.install	2016-03-03 18:49:54 UTC (rev 260674)
@@ -0,0 +1,14 @@
+pkgname=stellarium
+
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-03-03 18:48:46 UTC (rev 260673)
+++ extra-x86_64/PKGBUILD	2016-03-03 18:49:54 UTC (rev 260674)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=stellarium
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
-arch=("i686" "x86_64")
-url="http://stellarium.free.fr/"
-license=('GPL2')
-depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt5-quick1' 'openssl' 
-	'desktop-file-utils' 'xdg-utils' 'phonon' 'qt5-serialport')
-install=stellarium.install
-makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('c32cb7488efa420e523a4d6f8c4f57170e79527e')
-	
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: stellarium/repos/extra-x86_64/PKGBUILD (from rev 260673, stellarium/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-03-03 18:49:54 UTC (rev 260674)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=stellarium
+pkgver=0.14.2
+pkgrel=2
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=("i686" "x86_64")
+url="http://stellarium.free.fr/"
+license=('GPL2')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'openssl' 'qt5-script'
+	'desktop-file-utils' 'xdg-utils' 'phonon' 'qt5-serialport')
+install=stellarium.install
+makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('c32cb7488efa420e523a4d6f8c4f57170e79527e')
+	
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+ 
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/libpng14.patch
===================================================================
--- extra-x86_64/libpng14.patch	2016-03-03 18:48:46 UTC (rev 260673)
+++ extra-x86_64/libpng14.patch	2016-03-03 18:49:54 UTC (rev 260674)
@@ -1,21 +0,0 @@
-diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp stellarium-0.10.2/src/core/StelTextureMgr.cpp
---- stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp	2010-01-21 17:04:57.000000000 -0500
-+++ stellarium-0.10.2/src/core/StelTextureMgr.cpp	2010-01-21 17:06:55.000000000 -0500
-@@ -513,7 +513,7 @@
- 	fread (magic, 1, sizeof (magic), fp);
- 
- 	/* check for valid magic number */
--	if (!png_check_sig (magic, sizeof (magic)))
-+	if (png_sig_cmp (magic, 0, sizeof (magic)))
- 	{
- 		qWarning() << "error: \"" << filename << "\" is not a valid PNG image!";
- 		fclose (fp);
-@@ -576,7 +576,7 @@
- 	/* convert 1-2-4 bits grayscale images to 8 bits
- 	   grayscale. */
- 	if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
--		png_set_gray_1_2_4_to_8 (png_ptr);
-+		png_set_expand_gray_1_2_4_to_8 (png_ptr);
- 
- 	if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
- 		png_set_tRNS_to_alpha (png_ptr);

Copied: stellarium/repos/extra-x86_64/libpng14.patch (from rev 260673, stellarium/trunk/libpng14.patch)
===================================================================
--- extra-x86_64/libpng14.patch	                        (rev 0)
+++ extra-x86_64/libpng14.patch	2016-03-03 18:49:54 UTC (rev 260674)
@@ -0,0 +1,21 @@
+diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp stellarium-0.10.2/src/core/StelTextureMgr.cpp
+--- stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp	2010-01-21 17:04:57.000000000 -0500
++++ stellarium-0.10.2/src/core/StelTextureMgr.cpp	2010-01-21 17:06:55.000000000 -0500
+@@ -513,7 +513,7 @@
+ 	fread (magic, 1, sizeof (magic), fp);
+ 
+ 	/* check for valid magic number */
+-	if (!png_check_sig (magic, sizeof (magic)))
++	if (png_sig_cmp (magic, 0, sizeof (magic)))
+ 	{
+ 		qWarning() << "error: \"" << filename << "\" is not a valid PNG image!";
+ 		fclose (fp);
+@@ -576,7 +576,7 @@
+ 	/* convert 1-2-4 bits grayscale images to 8 bits
+ 	   grayscale. */
+ 	if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
+-		png_set_gray_1_2_4_to_8 (png_ptr);
++		png_set_expand_gray_1_2_4_to_8 (png_ptr);
+ 
+ 	if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
+ 		png_set_tRNS_to_alpha (png_ptr);

Deleted: extra-x86_64/stellarium.install
===================================================================
--- extra-x86_64/stellarium.install	2016-03-03 18:48:46 UTC (rev 260673)
+++ extra-x86_64/stellarium.install	2016-03-03 18:49:54 UTC (rev 260674)
@@ -1,14 +0,0 @@
-pkgname=stellarium
-
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: stellarium/repos/extra-x86_64/stellarium.install (from rev 260673, stellarium/trunk/stellarium.install)
===================================================================
--- extra-x86_64/stellarium.install	                        (rev 0)
+++ extra-x86_64/stellarium.install	2016-03-03 18:49:54 UTC (rev 260674)
@@ -0,0 +1,14 @@
+pkgname=stellarium
+
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list