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

Maxime Gauduin alucryd at nymeria.archlinux.org
Sun Jun 30 19:01:59 UTC 2013


    Date: Sunday, June 30, 2013 @ 21:01:59
  Author: alucryd
Revision: 93265

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

Added:
  aegisub/repos/community-i686/PKGBUILD
    (from rev 93264, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-i686/aegisub.install
    (from rev 93264, aegisub/trunk/aegisub.install)
  aegisub/repos/community-x86_64/PKGBUILD
    (from rev 93264, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-x86_64/aegisub.install
    (from rev 93264, aegisub/trunk/aegisub.install)
Deleted:
  aegisub/repos/community-i686/PKGBUILD
  aegisub/repos/community-i686/aegisub.install
  aegisub/repos/community-i686/crash-on-deatach.patch
  aegisub/repos/community-i686/lua51.patch
  aegisub/repos/community-x86_64/PKGBUILD
  aegisub/repos/community-x86_64/aegisub.install
  aegisub/repos/community-x86_64/crash-on-deatach.patch
  aegisub/repos/community-x86_64/lua51.patch

-----------------------------------------+
 /PKGBUILD                               |   72 ++++++++++++++++++++++++++++++
 /aegisub.install                        |   28 +++++++++++
 community-i686/PKGBUILD                 |   45 ------------------
 community-i686/aegisub.install          |   14 -----
 community-i686/crash-on-deatach.patch   |   10 ----
 community-i686/lua51.patch              |   24 ----------
 community-x86_64/PKGBUILD               |   45 ------------------
 community-x86_64/aegisub.install        |   14 -----
 community-x86_64/crash-on-deatach.patch |   10 ----
 community-x86_64/lua51.patch            |   24 ----------
 10 files changed, 100 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-30 19:00:50 UTC (rev 93264)
+++ community-i686/PKGBUILD	2013-06-30 19:01:59 UTC (rev 93265)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: kozec <kozec at kozec.com>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-
-pkgname=aegisub
-pkgver=3.0.2
-pkgrel=6
-pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
-arch=('i686' 'x86_64')
-url="http://www.aegisub.org"
-license=('GPL' 'BSD')
-depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
-makedepends=('mesa')
-install=aegisub.install
-source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz" 'crash-on-deatach.patch' 'lua51.patch')
-sha256sums=('68ec20cf49f513608cec400bd462ebb762d6057109968fb01d842e10e6e7fb39'
-            '85e2c2a6bf091f5b4ca29a0149df8d8ca6219d98a4095f79809f2e698983bca4'
-            'ce67b143cc2949fbbd7d72862c54005030339d1c364753335acec271ca9e179d')
-
-build() {
-  cd "${srcdir}"/${pkgname}/${pkgname}
-
-# Patch
-  patch -Np1 -i "${srcdir}"/crash-on-deatach.patch
-  patch -Np1 -i "${srcdir}"/lua51.patch
-
-# Build
-  autoreconf -ivf
-  ./configure --prefix=/usr --without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}/${pkgname}
-
-# Install
-  make DESTDIR="$pkgdir" install
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
-  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-i686/PKGBUILD (from rev 93264, aegisub/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-30 19:01:59 UTC (rev 93265)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: kozec <kozec at kozec.com>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+
+pkgname=aegisub
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
+arch=('i686' 'x86_64')
+url="http://www.aegisub.org"
+license=('GPL' 'BSD')
+depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
+makedepends=('mesa')
+install=aegisub.install
+source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('9623e1967ae774d8a34fae531dcf76f15ae060f864cf941d34ba3d64e1986efc')
+
+build() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+  ACLOCAL=aclocal AUTOMAKE=automake ./autogen.sh --prefix=/usr --without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+  make DESTDIR="$pkgdir" install
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/aegisub.install
===================================================================
--- community-i686/aegisub.install	2013-06-30 19:00:50 UTC (rev 93264)
+++ community-i686/aegisub.install	2013-06-30 19:01:59 UTC (rev 93265)
@@ -1,14 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -ftq usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-i686/aegisub.install (from rev 93264, aegisub/trunk/aegisub.install)
===================================================================
--- community-i686/aegisub.install	                        (rev 0)
+++ community-i686/aegisub.install	2013-06-30 19:01:59 UTC (rev 93265)
@@ -0,0 +1,14 @@
+post_install() {
+    gtk-update-icon-cache -ftq usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/crash-on-deatach.patch
===================================================================
--- community-i686/crash-on-deatach.patch	2013-06-30 19:00:50 UTC (rev 93264)
+++ community-i686/crash-on-deatach.patch	2013-06-30 19:01:59 UTC (rev 93265)
@@ -1,10 +0,0 @@
---- a/src/video_display.cpp
-+++ b/src/video_display.cpp
-@@ -309,6 +309,7 @@
- }
- 
- void VideoDisplay::UpdateSize() {
-+	if (zoomValue<=0) zoomValue = 1;
- 	if (!con->videoController->IsLoaded() || !IsShownOnScreen()) return;
- 
- 	videoSize.Set(con->videoController->GetWidth(), con->videoController->GetHeight());

Deleted: community-i686/lua51.patch
===================================================================
--- community-i686/lua51.patch	2013-06-30 19:00:50 UTC (rev 93264)
+++ community-i686/lua51.patch	2013-06-30 19:01:59 UTC (rev 93265)
@@ -1,24 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -371,9 +371,9 @@
- 
- AS_IF([test x$with_lua = xno], [$with_auto4_lua="no"; lua_disabled="(disabled)"], [
-   # First try pkg-config with several names
--  PKG_CHECK_MODULES(LUA, lua     >= 5.1, [with_auto4_lua="yes"], [
--  PKG_CHECK_MODULES(LUA, lua5.1  >= 5.1, [with_auto4_lua="yes"], [
--  PKG_CHECK_MODULES(LUA, lua-5.1 >= 5.1, [with_auto4_lua="yes"], [
-+  PKG_CHECK_MODULES(LUA, lua5.1  >= 5.1 lua5.1  < 5.2, [with_auto4_lua="yes"], [
-+  PKG_CHECK_MODULES(LUA, lua-5.1 >= 5.1 lua-5.1 < 5.2, [with_auto4_lua="yes"], [
-+  PKG_CHECK_MODULES(LUA, lua     >= 5.1 lua     < 5.2, [with_auto4_lua="yes"], [
-     # Still not found so try to autodetect
-     AS_IF([test -z "$LUA_CFLAGS"],
-       [AGI_FIND_HEADER([LUA], [lua.hpp],
-@@ -393,7 +393,7 @@
-   return !res;
- }])
-     AS_IF([test x$agi_cv_with_lua = xno && test x$with_lua = xyes],
--          [AC_MSG_FAILURE([--with-lua was specified, but lua could not be found. Try setting LUA_CLFAGS and LUA_LIBS manually])])
-+          [AC_MSG_FAILURE([--with-lua was specified, but lua 5.1 could not be found. Try setting LUA_CLFAGS and LUA_LIBS manually])])
-     with_auto4_lua=$agi_cv_with_lua
-   ])])])
- ])

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-06-30 19:00:50 UTC (rev 93264)
+++ community-x86_64/PKGBUILD	2013-06-30 19:01:59 UTC (rev 93265)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: kozec <kozec at kozec.com>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-
-pkgname=aegisub
-pkgver=3.0.2
-pkgrel=6
-pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
-arch=('i686' 'x86_64')
-url="http://www.aegisub.org"
-license=('GPL' 'BSD')
-depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
-makedepends=('mesa')
-install=aegisub.install
-source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz" 'crash-on-deatach.patch' 'lua51.patch')
-sha256sums=('68ec20cf49f513608cec400bd462ebb762d6057109968fb01d842e10e6e7fb39'
-            '85e2c2a6bf091f5b4ca29a0149df8d8ca6219d98a4095f79809f2e698983bca4'
-            'ce67b143cc2949fbbd7d72862c54005030339d1c364753335acec271ca9e179d')
-
-build() {
-  cd "${srcdir}"/${pkgname}/${pkgname}
-
-# Patch
-  patch -Np1 -i "${srcdir}"/crash-on-deatach.patch
-  patch -Np1 -i "${srcdir}"/lua51.patch
-
-# Build
-  autoreconf -ivf
-  ./configure --prefix=/usr --without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}/${pkgname}
-
-# Install
-  make DESTDIR="$pkgdir" install
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
-  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-x86_64/PKGBUILD (from rev 93264, aegisub/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-30 19:01:59 UTC (rev 93265)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: kozec <kozec at kozec.com>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+
+pkgname=aegisub
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
+arch=('i686' 'x86_64')
+url="http://www.aegisub.org"
+license=('GPL' 'BSD')
+depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
+makedepends=('mesa')
+install=aegisub.install
+source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('9623e1967ae774d8a34fae531dcf76f15ae060f864cf941d34ba3d64e1986efc')
+
+build() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+  ACLOCAL=aclocal AUTOMAKE=automake ./autogen.sh --prefix=/usr --without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+  make DESTDIR="$pkgdir" install
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/aegisub.install
===================================================================
--- community-x86_64/aegisub.install	2013-06-30 19:00:50 UTC (rev 93264)
+++ community-x86_64/aegisub.install	2013-06-30 19:01:59 UTC (rev 93265)
@@ -1,14 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -ftq usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-x86_64/aegisub.install (from rev 93264, aegisub/trunk/aegisub.install)
===================================================================
--- community-x86_64/aegisub.install	                        (rev 0)
+++ community-x86_64/aegisub.install	2013-06-30 19:01:59 UTC (rev 93265)
@@ -0,0 +1,14 @@
+post_install() {
+    gtk-update-icon-cache -ftq usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/crash-on-deatach.patch
===================================================================
--- community-x86_64/crash-on-deatach.patch	2013-06-30 19:00:50 UTC (rev 93264)
+++ community-x86_64/crash-on-deatach.patch	2013-06-30 19:01:59 UTC (rev 93265)
@@ -1,10 +0,0 @@
---- a/src/video_display.cpp
-+++ b/src/video_display.cpp
-@@ -309,6 +309,7 @@
- }
- 
- void VideoDisplay::UpdateSize() {
-+	if (zoomValue<=0) zoomValue = 1;
- 	if (!con->videoController->IsLoaded() || !IsShownOnScreen()) return;
- 
- 	videoSize.Set(con->videoController->GetWidth(), con->videoController->GetHeight());

Deleted: community-x86_64/lua51.patch
===================================================================
--- community-x86_64/lua51.patch	2013-06-30 19:00:50 UTC (rev 93264)
+++ community-x86_64/lua51.patch	2013-06-30 19:01:59 UTC (rev 93265)
@@ -1,24 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -371,9 +371,9 @@
- 
- AS_IF([test x$with_lua = xno], [$with_auto4_lua="no"; lua_disabled="(disabled)"], [
-   # First try pkg-config with several names
--  PKG_CHECK_MODULES(LUA, lua     >= 5.1, [with_auto4_lua="yes"], [
--  PKG_CHECK_MODULES(LUA, lua5.1  >= 5.1, [with_auto4_lua="yes"], [
--  PKG_CHECK_MODULES(LUA, lua-5.1 >= 5.1, [with_auto4_lua="yes"], [
-+  PKG_CHECK_MODULES(LUA, lua5.1  >= 5.1 lua5.1  < 5.2, [with_auto4_lua="yes"], [
-+  PKG_CHECK_MODULES(LUA, lua-5.1 >= 5.1 lua-5.1 < 5.2, [with_auto4_lua="yes"], [
-+  PKG_CHECK_MODULES(LUA, lua     >= 5.1 lua     < 5.2, [with_auto4_lua="yes"], [
-     # Still not found so try to autodetect
-     AS_IF([test -z "$LUA_CFLAGS"],
-       [AGI_FIND_HEADER([LUA], [lua.hpp],
-@@ -393,7 +393,7 @@
-   return !res;
- }])
-     AS_IF([test x$agi_cv_with_lua = xno && test x$with_lua = xyes],
--          [AC_MSG_FAILURE([--with-lua was specified, but lua could not be found. Try setting LUA_CLFAGS and LUA_LIBS manually])])
-+          [AC_MSG_FAILURE([--with-lua was specified, but lua 5.1 could not be found. Try setting LUA_CLFAGS and LUA_LIBS manually])])
-     with_auto4_lua=$agi_cv_with_lua
-   ])])])
- ])




More information about the arch-commits mailing list