pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/corebird Update to 1.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/488620180ef5
branches:  trunk
changeset: 357125:488620180ef5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jan 14 09:28:41 2017 +0000

description:
Update to 1.4.1

Changelog:
Version 1.4.1 (2017-01-08)
  - Lower the required gspell version to 1.0
  - Work around a binding problem in the gtk+ 3.18 vapi of vala 0.30

Version 1.4 (2017-01-06)
  - Images in quoted tweets now look more like they actually belong to
    the quoted tweet instead of the quoting tweet.
  - Allow deleting tweets from the tweet info page and not just from
    timelines.
  - Fix the user completion not showing all possible results
  - Focus the already opened window for an account if the account gets
    selected in the accounts popover
  - Avoid window resizing when typing in the Direct Message text box
  - Add 'q' accelerator to tweet rows for quoting
  - Add spellchecking. This add a dependency to gspell
  - Increase gtk+ dependency to 3.18 to get rid of some workarounds.
  - Increase avatar size in profiles and slightly overlap them over the
    banner. Also, always show the full banner.
  - Fix completion popup positioning under Wayland
  - Add experimental meson build files
  - Fix some videos not playing correctly
  - Add a minimal video progress indicator to the video dialog
  - Fix the retweet/favorite count updating in the tweet info page

diffstat:

 net/corebird/Makefile                                        |   7 ++-
 net/corebird/PLIST                                           |   4 +-
 net/corebird/distinfo                                        |  15 ++++---
 net/corebird/options.mk                                      |   3 +-
 net/corebird/patches/patch-data_Makefile.am                  |   8 ++--
 net/corebird/patches/patch-data_Makefile.in                  |  10 ++--
 net/corebird/patches/patch-src_widgets_MediaVideoWidget.vala |  24 ++++++++++++
 7 files changed, 49 insertions(+), 22 deletions(-)

diffs (159 lines):

diff -r 0b9da1530e09 -r 488620180ef5 net/corebird/Makefile
--- a/net/corebird/Makefile     Sat Jan 14 09:15:59 2017 +0000
+++ b/net/corebird/Makefile     Sat Jan 14 09:28:41 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/12/04 05:17:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2017/01/14 09:28:41 ryoon Exp $
 
-DISTNAME=      corebird-1.3.3
-PKGREVISION=   1
+DISTNAME=      corebird-1.4.1
 CATEGORIES=    net
 MASTER_SITES=  https://github.com/baedert/corebird/releases/download/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.xz
@@ -23,6 +22,8 @@
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../www/librest07/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gspell+= gspell>=1.2.2
+.include "../../textproc/gspell/buildlink3.mk"
 .include "../../textproc/json-glib/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
diff -r 0b9da1530e09 -r 488620180ef5 net/corebird/PLIST
--- a/net/corebird/PLIST        Sat Jan 14 09:15:59 2017 +0000
+++ b/net/corebird/PLIST        Sat Jan 14 09:28:41 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2016/09/05 15:12:56 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/01/14 09:28:41 ryoon Exp $
 bin/corebird
 man/man1/corebird.1
 share/appdata/org.baedert.corebird.appdata.xml
@@ -26,6 +26,7 @@
 share/locale/fa/LC_MESSAGES/corebird.mo
 share/locale/fi/LC_MESSAGES/corebird.mo
 share/locale/fr/LC_MESSAGES/corebird.mo
+share/locale/gl/LC_MESSAGES/corebird.mo
 share/locale/hi/LC_MESSAGES/corebird.mo
 share/locale/hu/LC_MESSAGES/corebird.mo
 share/locale/id/LC_MESSAGES/corebird.mo
@@ -33,6 +34,7 @@
 share/locale/ja/LC_MESSAGES/corebird.mo
 share/locale/ko/LC_MESSAGES/corebird.mo
 share/locale/lt/LC_MESSAGES/corebird.mo
+share/locale/nb/LC_MESSAGES/corebird.mo
 share/locale/nl/LC_MESSAGES/corebird.mo
 share/locale/pl/LC_MESSAGES/corebird.mo
 share/locale/pt/LC_MESSAGES/corebird.mo
diff -r 0b9da1530e09 -r 488620180ef5 net/corebird/distinfo
--- a/net/corebird/distinfo     Sat Jan 14 09:15:59 2017 +0000
+++ b/net/corebird/distinfo     Sat Jan 14 09:28:41 2017 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.8 2016/10/26 20:34:00 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2017/01/14 09:28:41 ryoon Exp $
 
-SHA1 (corebird-1.3.3.tar.xz) = adc34ba0616b430e7381879c42b44213912cdf6a
-RMD160 (corebird-1.3.3.tar.xz) = e9263a6b5009a843fe21ffee41f65a5ff66828ae
-SHA512 (corebird-1.3.3.tar.xz) = 5143c194058525415c7b30475b78be1ac6498d425c32fc3ff9493ac49b15d9e07d5ffc23acf68882f2c14776cfc377ee6c1d04a29c28099558c3cc1578762888
-Size (corebird-1.3.3.tar.xz) = 635980 bytes
-SHA1 (patch-data_Makefile.am) = c6e4939d567336855a5768c7fa0457d6a8a7dbdc
-SHA1 (patch-data_Makefile.in) = 4d34f197eae110b4d022940be6c4b1b9ae7bdcea
+SHA1 (corebird-1.4.1.tar.xz) = f979a83e2a8bc19b0eb36f4c22296b2ac3a83c0a
+RMD160 (corebird-1.4.1.tar.xz) = febcf0b061b928f166ee8436bd31d9a6a6cf65fb
+SHA512 (corebird-1.4.1.tar.xz) = 3656517f3c01faa0136f62a4f752cb1d48f497cd615a5bce77a6aece9239ce77340eeef6a3af73cebcc6a84c7efd82a24be1376d28d9c1cfa342239840148fc4
+Size (corebird-1.4.1.tar.xz) = 648564 bytes
+SHA1 (patch-data_Makefile.am) = cebf21049f03cdcca06b476040125edcdc86d675
+SHA1 (patch-data_Makefile.in) = 8ed5776f7b694a7cf574f5e8097811eb7cd060b4
 SHA1 (patch-po_Makevars) = 7d1f0dcef0caf53d6fa1187306d6264c158b8210
+SHA1 (patch-src_widgets_MediaVideoWidget.vala) = 6dc9c90649b93b2fa6e6e02b94f8a3ef667c19d2
diff -r 0b9da1530e09 -r 488620180ef5 net/corebird/options.mk
--- a/net/corebird/options.mk   Sat Jan 14 09:15:59 2017 +0000
+++ b/net/corebird/options.mk   Sat Jan 14 09:28:41 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/01/05 21:38:07 joerg Exp $
+# $NetBSD: options.mk,v 1.3 2017/01/14 09:28:41 ryoon Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.corebird
@@ -12,7 +12,6 @@
 DEPENDS+=      gst-plugins1-bad-[0-9]*:../../multimedia/gst-plugins1-bad
 DEPENDS+=      gst-plugins1-good-[0-9]*:../../multimedia/gst-plugins1-good
 DEPENDS+=      gst-plugins1-libav-[0-9]*:../../multimedia/gst-plugins1-libav
-CONFIGURE_ARGS+=       --enable-video
 .else
 CONFIGURE_ARGS+=       --disable-video
 .endif
diff -r 0b9da1530e09 -r 488620180ef5 net/corebird/patches/patch-data_Makefile.am
--- a/net/corebird/patches/patch-data_Makefile.am       Sat Jan 14 09:15:59 2017 +0000
+++ b/net/corebird/patches/patch-data_Makefile.am       Sat Jan 14 09:28:41 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-data_Makefile.am,v 1.1 2016/09/05 15:12:56 ryoon Exp $
+$NetBSD: patch-data_Makefile.am,v 1.2 2017/01/14 09:28:41 ryoon Exp $
 
 * Workarounf for a lack of 'msgfmt --xml' and 'msgfmt --desktop'
 
---- data/Makefile.am.orig      2016-07-31 06:42:48.000000000 +0000
+--- data/Makefile.am.orig      2017-01-06 15:03:13.000000000 +0000
 +++ data/Makefile.am
 @@ -9,13 +9,17 @@ appdatadir = $(datarootdir)/appdata
  appdata_in_files = org.baedert.corebird.appdata.xml.in
@@ -24,5 +24,5 @@
 -      --template $< -o $@
 +      cp $^ $@
  
- # Actually, just ignore gschema translations...
- org.baedert.corebird.gschema.xml: org.baedert.corebird.gschema.xml.in
+ man_MANS = corebird.1
+ 
diff -r 0b9da1530e09 -r 488620180ef5 net/corebird/patches/patch-data_Makefile.in
--- a/net/corebird/patches/patch-data_Makefile.in       Sat Jan 14 09:15:59 2017 +0000
+++ b/net/corebird/patches/patch-data_Makefile.in       Sat Jan 14 09:28:41 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-data_Makefile.in,v 1.1 2016/10/26 20:34:00 ryoon Exp $
+$NetBSD: patch-data_Makefile.in,v 1.2 2017/01/14 09:28:41 ryoon Exp $
 
---- data/Makefile.in.orig      2016-10-03 18:30:50.000000000 +0000
+--- data/Makefile.in.orig      2017-01-08 09:02:29.000000000 +0000
 +++ data/Makefile.in
-@@ -828,12 +828,10 @@ uninstall-man: uninstall-man1
+@@ -824,12 +824,10 @@ uninstall-man: uninstall-man1
  
  
  %.desktop: %.desktop.in
@@ -14,6 +14,6 @@
 -      msgfmt --xml -d $(top_srcdir)/po \
 -      --template $< -o $@
 +      cp $^ $@
+ @GSETTINGS_RULES@
  
- # Actually, just ignore gschema translations...
- org.baedert.corebird.gschema.xml: org.baedert.corebird.gschema.xml.in
+ gschemas.compiled: Makefile $(gsettings_SCHEMAS:.xml=.valid)
diff -r 0b9da1530e09 -r 488620180ef5 net/corebird/patches/patch-src_widgets_MediaVideoWidget.vala
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/corebird/patches/patch-src_widgets_MediaVideoWidget.vala      Sat Jan 14 09:28:41 2017 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_widgets_MediaVideoWidget.vala,v 1.1 2017/01/14 09:28:41 ryoon Exp $
+
+Fix --disable-video build
+from upstream:
+https://github.com/baedert/corebird/commit/1718570443777125de6347d4fd1721c68fe67bf2#diff-fbbcc65d4fd928071622b189ff5cf7dd
+
+--- src/widgets/MediaVideoWidget.vala.orig     2017-01-06 15:03:14.000000000 +0000
++++ src/widgets/MediaVideoWidget.vala
+@@ -79,6 +79,7 @@ class MediaVideoWidget : Gtk.Stack {
+   }
+ 
+   private bool progress_timeout_cb () {
++#if VIDEO
+     int64 duration_ns;
+     int64 position_ns;
+ 
+@@ -88,6 +89,7 @@ class MediaVideoWidget : Gtk.Stack {
+       double fraction = (double) position_ns / (double) duration_ns;
+       this.video_progress.set_fraction (fraction);
+     }
++#endif
+ 
+     return GLib.Source.CONTINUE;
+   }



Home | Main Index | Thread Index | Old Index