[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD)

2020-05-25 Thread Felix Yan via arch-commits
Date: Monday, May 25, 2020 @ 16:07:10
  Author: felixonmars
Revision: 634622

upgpkg: subtitleeditor 0.54.0-5: Buildinfo Format 1 rebuild

Modified:
  subtitleeditor/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-25 16:01:19 UTC (rev 634621)
+++ PKGBUILD2020-05-25 16:07:10 UTC (rev 634622)
@@ -2,7 +2,7 @@
 
 pkgname=subtitleeditor
 pkgver=0.54.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('x86_64')
 url="https://kitone.github.io/subtitleeditor/;


[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD subtitleeditor.changelog)

2018-01-15 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 15, 2018 @ 18:53:43
  Author: jlichtblau
Revision: 282839

upgpkg: subtitleeditor 0.54.0-4 - enchant 2.2.1 rebuild

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog

--+
 PKGBUILD |9 -
 subtitleeditor.changelog |3 +++
 2 files changed, 11 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-15 18:50:52 UTC (rev 282838)
+++ PKGBUILD2018-01-15 18:53:43 UTC (rev 282839)
@@ -3,7 +3,7 @@
 
 pkgname=subtitleeditor
 pkgver=0.54.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('x86_64')
 url="http://kitone.github.io/subtitleeditor/;
@@ -15,6 +15,13 @@
 
source=(https://github.com/kitone/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('aa9c539f3a0984deef257339e2b9f5c8728b8245113695cf6d42459f011aa2ab')
 
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+# enchant-2 naming change
+  sed -i 's/enchant >=/enchant-2 >=/' configure
+}
+
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Modified: subtitleeditor.changelog
===
--- subtitleeditor.changelog2018-01-15 18:50:52 UTC (rev 282838)
+++ subtitleeditor.changelog2018-01-15 18:53:43 UTC (rev 282839)
@@ -1,3 +1,6 @@
+2018-01-15 Jaroslav Lichtblau 
+   * subtitleeditor 0.54.0-4 enchant 2.2.1 rebuild
+
 2017-10-17 Jaroslav Lichtblau 
* subtitleeditor 0.54.0-1
 


[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD)

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:37:31
  Author: jgc
Revision: 268115

upgpkg: subtitleeditor 0.54.0-3

enchant rebuild

Modified:
  subtitleeditor/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 22:31:44 UTC (rev 268114)
+++ PKGBUILD2017-11-22 22:37:31 UTC (rev 268115)
@@ -3,7 +3,7 @@
 
 pkgname=subtitleeditor
 pkgver=0.54.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('x86_64')
 url="http://kitone.github.io/subtitleeditor/;


[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD)

2017-10-25 Thread Jan Steffens
Date: Wednesday, October 25, 2017 @ 07:35:32
  Author: heftig
Revision: 264194

0.54.0-2

Modified:
  subtitleeditor/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-25 07:35:28 UTC (rev 264193)
+++ PKGBUILD2017-10-25 07:35:32 UTC (rev 264194)
@@ -3,7 +3,7 @@
 
 pkgname=subtitleeditor
 pkgver=0.54.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('i686' 'x86_64')
 url="http://kitone.github.io/subtitleeditor/;


[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD subtitleeditor.changelog)

2017-10-17 Thread Jaroslav Lichtblau
Date: Tuesday, October 17, 2017 @ 22:01:06
  Author: jlichtblau
Revision: 263172

upgpkg: subtitleeditor 0.54.0-1 - new upstream release

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog

--+
 PKGBUILD |   10 +-
 subtitleeditor.changelog |3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 21:46:06 UTC (rev 263171)
+++ PKGBUILD2017-10-17 22:01:06 UTC (rev 263172)
@@ -2,18 +2,18 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=subtitleeditor
-pkgver=0.53.0
-pkgrel=2
+pkgver=0.54.0
+pkgrel=1
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('i686' 'x86_64')
-url="http://home.gna.org/subtitleeditor/;
+url="http://kitone.github.io/subtitleeditor/;
 license=('GPL3')
 depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
  'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++2.6' 'xdg-utils')
 makedepends=('intltool')
 changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
-sha256sums=('8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920')
+source=(https://github.com/kitone/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aa9c539f3a0984deef257339e2b9f5c8728b8245113695cf6d42459f011aa2ab')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: subtitleeditor.changelog
===
--- subtitleeditor.changelog2017-10-17 21:46:06 UTC (rev 263171)
+++ subtitleeditor.changelog2017-10-17 22:01:06 UTC (rev 263172)
@@ -1,3 +1,6 @@
+2017-10-17 Jaroslav Lichtblau 
+   * subtitleeditor 0.54.0-1
+
 2016-08-01 Jaroslav Lichtblau 
* subtitleeditor 0.53.0-1
 


[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD)

2017-02-08 Thread Jan de Groot
Date: Wednesday, February 8, 2017 @ 12:57:50
  Author: jgc
Revision: 211233

upgpkg: subtitleeditor 0.53.0-2

Rebuild with libxml++2.6

Modified:
  subtitleeditor/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-08 12:43:07 UTC (rev 211232)
+++ PKGBUILD2017-02-08 12:57:50 UTC (rev 211233)
@@ -3,13 +3,13 @@
 
 pkgname=subtitleeditor
 pkgver=0.53.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('i686' 'x86_64')
 url="http://home.gna.org/subtitleeditor/;
 license=('GPL3')
 depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
- 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
+ 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++2.6' 'xdg-utils')
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
@@ -19,6 +19,7 @@
   cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD cxx11-fixes.patch)

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 20:25:02
  Author: foutrelis
Revision: 150094

Build in C++11 mode

Added:
  subtitleeditor/trunk/cxx11-fixes.patch
Modified:
  subtitleeditor/trunk/PKGBUILD

---+
 PKGBUILD  |   12 +-
 cxx11-fixes.patch |   57 
 2 files changed, 67 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 18:25:57 UTC (rev 150093)
+++ PKGBUILD2015-12-07 19:25:02 UTC (rev 150094)
@@ -13,9 +13,17 @@
 makedepends=('intltool')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.52/$pkgname-$pkgver.tar.gz)
-sha256sums=('5b3e5fc1f12bcf0d4bcf5014249b6832181bd3b513ac04ee665ec979441412d5')
+source=(http://download.gna.org/$pkgname/0.52/$pkgname-$pkgver.tar.gz
+cxx11-fixes.patch)
+sha256sums=('5b3e5fc1f12bcf0d4bcf5014249b6832181bd3b513ac04ee665ec979441412d5'
+'6e28116cc79553349eecde84a1f45dd50e4fabea58cdc0f809e4be4711ea6d76')
 
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np1 -i ../cxx11-fixes.patch
+  sed -i -e 's/-ansi -Wall -Wextra -Wconversion/-std=c++11/' configure
+}
+
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Added: cxx11-fixes.patch
===
--- cxx11-fixes.patch   (rev 0)
+++ cxx11-fixes.patch   2015-12-07 19:25:02 UTC (rev 150094)
@@ -0,0 +1,57 @@
+diff -uprb subtitleeditor-0.52.1.orig/plugins/actions/dialoguize/dialoguize.cc 
subtitleeditor-0.52.1/plugins/actions/dialoguize/dialoguize.cc
+--- subtitleeditor-0.52.1.orig/plugins/actions/dialoguize/dialoguize.cc
2015-06-22 00:09:31.0 +0300
 subtitleeditor-0.52.1/plugins/actions/dialoguize/dialoguize.cc 
2015-12-07 21:05:46.340426646 +0200
+@@ -23,7 +23,7 @@
+  *along with this program. If not, see .
+  */
+  
+-#include 
++#include 
+ #include "extension/action.h"
+ #include "i18n.h"
+ #include "debug.h"
+diff -uprb 
subtitleeditor-0.52.1.orig/plugins/actions/documentmanagement/documentmanagement.cc
 subtitleeditor-0.52.1/plugins/actions/documentmanagement/documentmanagement.cc
+--- 
subtitleeditor-0.52.1.orig/plugins/actions/documentmanagement/documentmanagement.cc
2015-06-22 00:09:31.0 +0300
 
subtitleeditor-0.52.1/plugins/actions/documentmanagement/documentmanagement.cc  
   2015-12-07 21:08:40.702810369 +0200
+@@ -178,9 +178,9 @@ public:
+ 
+   ui_id = ui->new_merge_id();
+ 
+-  #define ADD_UI(name) ui->add_ui(ui_id, 
"/menubar/menu-file/"name, name, name);
+-  #define ADD_OPEN_UI(name) ui->add_ui(ui_id, 
"/menubar/menu-file/menu-open/"name, name, name);
+-  #define ADD_SAVE_UI(name) ui->add_ui(ui_id, 
"/menubar/menu-file/menu-save/"name, name, name);
++  #define ADD_UI(name) ui->add_ui(ui_id, "/menubar/menu-file/" 
name, name, name);
++  #define ADD_OPEN_UI(name) ui->add_ui(ui_id, 
"/menubar/menu-file/menu-open/" name, name, name);
++  #define ADD_SAVE_UI(name) ui->add_ui(ui_id, 
"/menubar/menu-file/menu-save/" name, name, name);
+ 
+   ADD_UI("new-document");
+   ADD_OPEN_UI("open-document");
+diff -uprb subtitleeditor-0.52.1.orig/src/subtitleview.cc 
subtitleeditor-0.52.1/src/subtitleview.cc
+--- subtitleeditor-0.52.1.orig/src/subtitleview.cc 2015-06-22 
00:09:29.0 +0300
 subtitleeditor-0.52.1/src/subtitleview.cc  2015-12-07 21:01:22.456819460 
+0200
+@@ -1363,7 +1363,7 @@ bool SubtitleView::on_key_press_event(Gd
+   {
+   int num;
+   std::istringstream ss(event->string);
+-  bool is_num = ss >> num != 0; 
++  bool is_num = static_cast(ss >> num);
+   // Update only if it's different
+   if(is_num != get_enable_search())
+   set_enable_search(is_num);
+@@ -1647,4 +1647,3 @@ Glib::ustring SubtitleView::get_current_
+   return get_name_of_column(m_currentColumn);
+   return Glib::ustring();
+ }
+-
+diff -uprb subtitleeditor-0.52.1.orig/src/utility.h 
subtitleeditor-0.52.1/src/utility.h
+--- subtitleeditor-0.52.1.orig/src/utility.h   2015-06-22 00:09:29.0 
+0300
 subtitleeditor-0.52.1/src/utility.h2015-12-07 20:57:40.037095232 
+0200
+@@ -91,7 +91,7 @@ bool from_string(const Glib::ustring 
+   std::istringstream s(src);
+   // return s >> dest != 0;
+ 
+-  bool state = s >> dest != 0;
++  bool state = static_cast(s >> dest);
+ 
+   if(!state)
+   se_debug_message(SE_DEBUG_UTILITY, "string:'%s'failed.", 
src.c_str());


[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD)

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 20:32:32
  Author: foutrelis
Revision: 150095

C++11 ABI rebuild

Modified:
  subtitleeditor/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 19:25:02 UTC (rev 150094)
+++ PKGBUILD2015-12-07 19:32:32 UTC (rev 150095)
@@ -3,7 +3,7 @@
 
 pkgname=subtitleeditor
 pkgver=0.52.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('i686' 'x86_64')
 url="http://home.gna.org/subtitleeditor/;


[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD subtitleeditor.changelog)

2015-06-25 Thread Jaroslav Lichtblau
Date: Friday, June 26, 2015 @ 07:47:47
  Author: jlichtblau
Revision: 135890

upgpkg: subtitleeditor 0.52.1-1 - new upstream release

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog

--+
 PKGBUILD |6 +++---
 subtitleeditor.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 05:47:22 UTC (rev 135889)
+++ PKGBUILD2015-06-26 05:47:47 UTC (rev 135890)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 
 pkgname=subtitleeditor
-pkgver=0.51.0
+pkgver=0.52.1
 pkgrel=1
 pkgdesc=A GTK+3 tool to edit subtitles for GNU/Linux/*BSD
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 makedepends=('intltool')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.51/$pkgname-$pkgver.tar.gz)
-sha256sums=('4cb772d373c76ec8ab7c3c481535ff0818ea4680ddb33f5374d10c273b020675')
+source=(http://download.gna.org/$pkgname/0.52/$pkgname-$pkgver.tar.gz)
+sha256sums=('5b3e5fc1f12bcf0d4bcf5014249b6832181bd3b513ac04ee665ec979441412d5')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: subtitleeditor.changelog
===
--- subtitleeditor.changelog2015-06-26 05:47:22 UTC (rev 135889)
+++ subtitleeditor.changelog2015-06-26 05:47:47 UTC (rev 135890)
@@ -1,3 +1,6 @@
+2015-06-26 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * subtitleeditor 0.52.1-1
+
 2015-04-18 Jaroslav Lichtblau svetlemo...@archlinux.org
* subtitleeditor 0.51.0-1
 


[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD subtitleeditor.changelog)

2015-04-18 Thread Jaroslav Lichtblau
Date: Saturday, April 18, 2015 @ 18:12:42
  Author: jlichtblau
Revision: 131629

upgpkg: subtitleeditor 0.51.0-1

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog

--+
 PKGBUILD |   16 ++
 subtitleeditor.changelog |   49 +++--
 2 files changed, 33 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-18 15:44:57 UTC (rev 131628)
+++ PKGBUILD2015-04-18 16:12:42 UTC (rev 131629)
@@ -1,22 +1,20 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 
 pkgname=subtitleeditor
-pkgver=0.41.0
-pkgrel=2
+pkgver=0.51.0
+pkgrel=1
 pkgdesc=A GTK+2 tool to edit subtitles for GNU/Linux/*BSD
 arch=('i686' 'x86_64')
 url=http://home.gna.org/subtitleeditor/;
 license=('GPL3')
-depends=('desktop-file-utils' 'enchant' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 
- 'gstreamer0.10-mm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 
'libxml++' 'xdg-utils')
+depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
+ 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
 makedepends=('intltool')
-optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the 
subtitleeditor'
-'gstreamer0.10-ugly-plugins: to be able to view movies inside the 
subtitleeditor')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.41/$pkgname-$pkgver.tar.gz)
-sha256sums=('30e7fc29e8a6e714f6b0eedf80b2b387099957b9d70093fa0032fd5528b14e62')
+source=(http://download.gna.org/$pkgname/0.51/$pkgname-$pkgver.tar.gz)
+sha256sums=('4cb772d373c76ec8ab7c3c481535ff0818ea4680ddb33f5374d10c273b020675')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: subtitleeditor.changelog
===
--- subtitleeditor.changelog2015-04-18 15:44:57 UTC (rev 131628)
+++ subtitleeditor.changelog2015-04-18 16:12:42 UTC (rev 131629)
@@ -1,67 +1,70 @@
-2014-11-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * subtitleeditor 0.41.0-2 
+2015-04-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * subtitleeditor 0.51.0-1
+
+2014-11-12 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * subtitleeditor 0.41.0-2
* dependency change to gstreamer0.10-mm
 
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-08-08 Jaroslav Lichtblau svetlemo...@archlinux.org
* subtitleeditor 0.41.0-1
 
-2012-02-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2012-02-22 Jaroslav Lichtblau svetlemo...@archlinux.org
* subtitleeditor 0.40.0-1
 
-2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2011-08-28 Jaroslav Lichtblau svetlemo...@archlinux.org
* subtitleeditor 0.39.0-1
 
-2011-07-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2011-07-20 Jaroslav Lichtblau svetlemo...@archlinux.org
* subtitleeditor 0.38.0-1
 
-2010-07-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-07-12 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release v0.37.1
 
-2010-07-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-07-04 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release v0.37.0
 
-2010-04-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-04-06 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release v0.36.2
 
-2010-03-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-03-22 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release v0.36.1
 
-2010-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-02-02 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release v0.36.0
 
-2009-12-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-12-31 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release v0.35.1
 
-2009-11-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-11-08 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release v0.34.0
 
-2009-06-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-06-25 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release v0.33.0
 
-2009-06-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-06-03 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release v0.32.0
 
-2009-04-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-04-22 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release v0.31.0
 
-2008-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2008-12-25 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release v0.30.0
 
-2008-11-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org

[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD subtitleeditor.changelog)

2014-11-12 Thread Jaroslav Lichtblau
Date: Wednesday, November 12, 2014 @ 20:16:32
  Author: jlichtblau
Revision: 122458

upgpkg: subtitleeditor 0.41.0-2

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog

--+
 PKGBUILD |   14 +-
 subtitleeditor.changelog |4 
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-12 18:51:23 UTC (rev 122457)
+++ PKGBUILD2014-11-12 19:16:32 UTC (rev 122458)
@@ -3,13 +3,13 @@
 
 pkgname=subtitleeditor
 pkgver=0.41.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A GTK+2 tool to edit subtitles for GNU/Linux/*BSD
 arch=('i686' 'x86_64')
 url=http://home.gna.org/subtitleeditor/;
 license=('GPL3')
 depends=('desktop-file-utils' 'enchant' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 
- 'gstreamermm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 
'libxml++' 'xdg-utils')
+ 'gstreamer0.10-mm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 
'libxml++' 'xdg-utils')
 makedepends=('intltool')
 optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the 
subtitleeditor'
 'gstreamer0.10-ugly-plugins: to be able to view movies inside the 
subtitleeditor')
@@ -19,18 +19,14 @@
 sha256sums=('30e7fc29e8a6e714f6b0eedf80b2b387099957b9d70093fa0032fd5528b14e62')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
 }
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
 
-}
-
 package () {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install
 }

Modified: subtitleeditor.changelog
===
--- subtitleeditor.changelog2014-11-12 18:51:23 UTC (rev 122457)
+++ subtitleeditor.changelog2014-11-12 19:16:32 UTC (rev 122458)
@@ -1,3 +1,7 @@
+2014-11-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * subtitleeditor 0.41.0-2 
+   * dependency change to gstreamer0.10-mm
+
 2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* subtitleeditor 0.41.0-1
 


[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD subtitleeditor.changelog)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:16:42
  Author: jlichtblau
Revision: 95279

upgpkg: subtitleeditor 0.41.0-1

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog

--+
 PKGBUILD |9 -
 subtitleeditor.changelog |3 +++
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 19:08:45 UTC (rev 95278)
+++ PKGBUILD2013-08-08 19:16:42 UTC (rev 95279)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=subtitleeditor
-pkgver=0.40.0
+pkgver=0.41.0
 pkgrel=1
 pkgdesc=A GTK+2 tool to edit subtitles for GNU/Linux/*BSD
 arch=('i686' 'x86_64')
@@ -12,13 +12,12 @@
  'gstreamermm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 
'libxml++' 'xdg-utils')
 makedepends=('intltool')
 optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the 
subtitleeditor'
-'gstreamer0.10-ugly-plugins: to be able to view movies inside the 
subtitleeditor'
-'gstreamer0.10-fluendo: to be able to view movies inside the 
subtitleeditor')
+'gstreamer0.10-ugly-plugins: to be able to view movies inside the 
subtitleeditor')
 options=('!libtool')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.40/$pkgname-$pkgver.tar.gz)
-sha256sums=('b8d948f3e770524bf63fe632600aa94fcbd4edba772cad2aec4fdb3b3335b02d')
+source=(http://download.gna.org/$pkgname/0.41/$pkgname-$pkgver.tar.gz)
+sha256sums=('30e7fc29e8a6e714f6b0eedf80b2b387099957b9d70093fa0032fd5528b14e62')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: subtitleeditor.changelog
===
--- subtitleeditor.changelog2013-08-08 19:08:45 UTC (rev 95278)
+++ subtitleeditor.changelog2013-08-08 19:16:42 UTC (rev 95279)
@@ -1,3 +1,6 @@
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * subtitleeditor 0.41.0-1
+
 2012-02-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* subtitleeditor 0.40.0-1