[arch-commits] Commit in sdl_ttf/repos (8 files)

Jan Steffens heftig at nymeria.archlinux.org
Mon Jun 30 19:14:11 UTC 2014


    Date: Monday, June 30, 2014 @ 21:14:11
  Author: heftig
Revision: 215886

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

Added:
  sdl_ttf/repos/extra-i686/PKGBUILD
    (from rev 215885, sdl_ttf/trunk/PKGBUILD)
  sdl_ttf/repos/extra-i686/bug1433.patch
    (from rev 215885, sdl_ttf/trunk/bug1433.patch)
  sdl_ttf/repos/extra-x86_64/PKGBUILD
    (from rev 215885, sdl_ttf/trunk/PKGBUILD)
  sdl_ttf/repos/extra-x86_64/bug1433.patch
    (from rev 215885, sdl_ttf/trunk/bug1433.patch)
Deleted:
  sdl_ttf/repos/extra-i686/PKGBUILD
  sdl_ttf/repos/extra-i686/bug1433.patch
  sdl_ttf/repos/extra-x86_64/PKGBUILD
  sdl_ttf/repos/extra-x86_64/bug1433.patch

----------------------------+
 /PKGBUILD                  |   68 +++++++++++++++++++++++++++++++++++++++++++
 /bug1433.patch             |   22 +++++++++++++
 extra-i686/PKGBUILD        |   34 ---------------------
 extra-i686/bug1433.patch   |   11 ------
 extra-x86_64/PKGBUILD      |   34 ---------------------
 extra-x86_64/bug1433.patch |   11 ------
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-06-30 19:13:07 UTC (rev 215885)
+++ extra-i686/PKGBUILD	2014-06-30 19:14:11 UTC (rev 215886)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=sdl_ttf
-pkgver=2.0.11
-pkgrel=2
-pkgdesc="A library that allows you to use TrueType fonts in your SDL applications"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.libsdl.org/projects/SDL_ttf/"
-depends=('sdl>=1.2.12' 'freetype2')
-source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz
-        bug1433.patch)
-md5sums=('61e29bd9da8d245bc2471d1b2ce591aa'
-         'f847697e18eec539aaf3ffb96996abbf')
-
-build() {
-  cd "$srcdir/SDL_ttf-$pkgver"
-  
-  # Fix FS#28674
-  patch -Ni "$srcdir/bug1433.patch"
- 
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/SDL_ttf-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl_ttf/repos/extra-i686/PKGBUILD (from rev 215885, sdl_ttf/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-06-30 19:14:11 UTC (rev 215886)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=sdl_ttf
+pkgver=2.0.11
+pkgrel=3
+pkgdesc="A library that allows you to use TrueType fonts in your SDL applications"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.libsdl.org/projects/SDL_ttf/"
+depends=('sdl>=1.2.12' 'freetype2')
+source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz
+        bug1433.patch)
+md5sums=('61e29bd9da8d245bc2471d1b2ce591aa'
+         'f847697e18eec539aaf3ffb96996abbf')
+
+build() {
+  cd "$srcdir/SDL_ttf-$pkgver"
+  
+  # Fix FS#28674
+  patch -Ni "$srcdir/bug1433.patch"
+ 
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/SDL_ttf-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-i686/bug1433.patch
===================================================================
--- extra-i686/bug1433.patch	2014-06-30 19:13:07 UTC (rev 215885)
+++ extra-i686/bug1433.patch	2014-06-30 19:14:11 UTC (rev 215886)
@@ -1,11 +0,0 @@
---- SDL_ttf.c.orig	2012-02-12 16:36:41.859977617 +0100
-+++ SDL_ttf.c	2012-02-12 16:36:53.696580159 +0100
-@@ -1747,7 +1747,7 @@
- 	/* Copy the character from the pixmap */
- 	src = glyph->pixmap.buffer;
- 	dst = (Uint8*) textbuf->pixels;
--	for ( row = 0; row < glyph->bitmap.rows; ++row ) {
-+	for ( row = 0; row < glyph->pixmap.rows; ++row ) {
- 		memcpy( dst, src, glyph->pixmap.width );
- 		src += glyph->pixmap.pitch;
- 		dst += textbuf->pitch;
\ No newline at end of file

Copied: sdl_ttf/repos/extra-i686/bug1433.patch (from rev 215885, sdl_ttf/trunk/bug1433.patch)
===================================================================
--- extra-i686/bug1433.patch	                        (rev 0)
+++ extra-i686/bug1433.patch	2014-06-30 19:14:11 UTC (rev 215886)
@@ -0,0 +1,11 @@
+--- SDL_ttf.c.orig	2012-02-12 16:36:41.859977617 +0100
++++ SDL_ttf.c	2012-02-12 16:36:53.696580159 +0100
+@@ -1747,7 +1747,7 @@
+ 	/* Copy the character from the pixmap */
+ 	src = glyph->pixmap.buffer;
+ 	dst = (Uint8*) textbuf->pixels;
+-	for ( row = 0; row < glyph->bitmap.rows; ++row ) {
++	for ( row = 0; row < glyph->pixmap.rows; ++row ) {
+ 		memcpy( dst, src, glyph->pixmap.width );
+ 		src += glyph->pixmap.pitch;
+ 		dst += textbuf->pitch;
\ No newline at end of file

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-06-30 19:13:07 UTC (rev 215885)
+++ extra-x86_64/PKGBUILD	2014-06-30 19:14:11 UTC (rev 215886)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=sdl_ttf
-pkgver=2.0.11
-pkgrel=2
-pkgdesc="A library that allows you to use TrueType fonts in your SDL applications"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.libsdl.org/projects/SDL_ttf/"
-depends=('sdl>=1.2.12' 'freetype2')
-source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz
-        bug1433.patch)
-md5sums=('61e29bd9da8d245bc2471d1b2ce591aa'
-         'f847697e18eec539aaf3ffb96996abbf')
-
-build() {
-  cd "$srcdir/SDL_ttf-$pkgver"
-  
-  # Fix FS#28674
-  patch -Ni "$srcdir/bug1433.patch"
- 
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/SDL_ttf-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl_ttf/repos/extra-x86_64/PKGBUILD (from rev 215885, sdl_ttf/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-06-30 19:14:11 UTC (rev 215886)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=sdl_ttf
+pkgver=2.0.11
+pkgrel=3
+pkgdesc="A library that allows you to use TrueType fonts in your SDL applications"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.libsdl.org/projects/SDL_ttf/"
+depends=('sdl>=1.2.12' 'freetype2')
+source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz
+        bug1433.patch)
+md5sums=('61e29bd9da8d245bc2471d1b2ce591aa'
+         'f847697e18eec539aaf3ffb96996abbf')
+
+build() {
+  cd "$srcdir/SDL_ttf-$pkgver"
+  
+  # Fix FS#28674
+  patch -Ni "$srcdir/bug1433.patch"
+ 
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/SDL_ttf-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/bug1433.patch
===================================================================
--- extra-x86_64/bug1433.patch	2014-06-30 19:13:07 UTC (rev 215885)
+++ extra-x86_64/bug1433.patch	2014-06-30 19:14:11 UTC (rev 215886)
@@ -1,11 +0,0 @@
---- SDL_ttf.c.orig	2012-02-12 16:36:41.859977617 +0100
-+++ SDL_ttf.c	2012-02-12 16:36:53.696580159 +0100
-@@ -1747,7 +1747,7 @@
- 	/* Copy the character from the pixmap */
- 	src = glyph->pixmap.buffer;
- 	dst = (Uint8*) textbuf->pixels;
--	for ( row = 0; row < glyph->bitmap.rows; ++row ) {
-+	for ( row = 0; row < glyph->pixmap.rows; ++row ) {
- 		memcpy( dst, src, glyph->pixmap.width );
- 		src += glyph->pixmap.pitch;
- 		dst += textbuf->pitch;
\ No newline at end of file

Copied: sdl_ttf/repos/extra-x86_64/bug1433.patch (from rev 215885, sdl_ttf/trunk/bug1433.patch)
===================================================================
--- extra-x86_64/bug1433.patch	                        (rev 0)
+++ extra-x86_64/bug1433.patch	2014-06-30 19:14:11 UTC (rev 215886)
@@ -0,0 +1,11 @@
+--- SDL_ttf.c.orig	2012-02-12 16:36:41.859977617 +0100
++++ SDL_ttf.c	2012-02-12 16:36:53.696580159 +0100
+@@ -1747,7 +1747,7 @@
+ 	/* Copy the character from the pixmap */
+ 	src = glyph->pixmap.buffer;
+ 	dst = (Uint8*) textbuf->pixels;
+-	for ( row = 0; row < glyph->bitmap.rows; ++row ) {
++	for ( row = 0; row < glyph->pixmap.rows; ++row ) {
+ 		memcpy( dst, src, glyph->pixmap.width );
+ 		src += glyph->pixmap.pitch;
+ 		dst += textbuf->pitch;
\ No newline at end of file




More information about the arch-commits mailing list