ping...

anyone?

On Sun, 01 Aug 2021 at 13:25:27 +0200, Gonzalo L. Rodriguez wrote:
> Hi,
> 
> Update for SMTube to 21.7.0:
> 
> https://sourceforge.net/projects/smtube/files/SMTube/21.7.0/
> 
> OK? Comments?
> 
> Cheers.-
> 
> -- 
> 
>                %gonzalo

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/x11/smtube/Makefile,v
> retrieving revision 1.38
> diff -u -p -r1.38 Makefile
> --- Makefile  27 Jul 2020 08:08:25 -0000      1.38
> +++ Makefile  1 Aug 2021 11:21:35 -0000
> @@ -4,7 +4,7 @@ USE_WXNEEDED =                Yes
>  
>  COMMENT =            browse and download YouTube videos
>  
> -DISTNAME =           smtube-20.6.0
> +DISTNAME =           smtube-21.7.0
>  
>  CATEGORIES =         multimedia x11
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/x11/smtube/distinfo,v
> retrieving revision 1.26
> diff -u -p -r1.26 distinfo
> --- distinfo  27 Jul 2020 08:08:25 -0000      1.26
> +++ distinfo  1 Aug 2021 11:21:35 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (smtube-20.6.0.tar.bz2) = gvHrBtLY+kMEWGpAwubd5qRLIiTjFX8Dmxbzr19R30I=
> -SIZE (smtube-20.6.0.tar.bz2) = 746094
> +SHA256 (smtube-21.7.0.tar.bz2) = d+R3eM2BPdrsY7XX+6IWpz6cKIy/L2x0iLZH0mTgfcc=
> +SIZE (smtube-21.7.0.tar.bz2) = 966127
> Index: patches/patch-src_browserwindow_cpp
> ===================================================================
> RCS file: /cvs/ports/x11/smtube/patches/patch-src_browserwindow_cpp,v
> retrieving revision 1.2
> diff -u -p -r1.2 patch-src_browserwindow_cpp
> --- patches/patch-src_browserwindow_cpp       27 Jul 2020 08:08:25 -0000      
> 1.2
> +++ patches/patch-src_browserwindow_cpp       1 Aug 2021 11:21:35 -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-src_browserwindow_cpp,v 
>  Index: src/browserwindow.cpp
>  --- src/browserwindow.cpp.orig
>  +++ src/browserwindow.cpp
> -@@ -202,7 +202,7 @@ QString BrowserWindow::homePageUrl() {
> +@@ -236,7 +236,7 @@ QString BrowserWindow::homePageUrl() {
>   #ifdef USE_SITES
>       return sites.currentSite().homeUrl();
>   #else
> @@ -12,7 +12,7 @@ Index: src/browserwindow.cpp
>   #endif
>   }
>   
> -@@ -436,7 +436,7 @@ void BrowserWindow::openYTUrl(QString title, QString e
> +@@ -481,7 +481,7 @@ void BrowserWindow::openYTUrl(QString title, QString e
>       if (current_player == WebBrowser) {
>               QString u = url;
>               #if 1
> @@ -21,7 +21,7 @@ Index: src/browserwindow.cpp
>               "&t=" + title.toUtf8().toBase64().toPercentEncoding();
>               #endif
>               QDesktopServices::openUrl(u);
> -@@ -691,7 +691,7 @@ void BrowserWindow::loadConfig() {
> +@@ -777,7 +777,7 @@ void BrowserWindow::loadConfig() {
>   #ifdef D_BUTTON
>       add_download_button = settings->value("add_download_button", 
> false).toBool();
>   
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/x11/smtube/pkg/PLIST,v
> retrieving revision 1.16
> diff -u -p -r1.16 PLIST
> --- pkg/PLIST 27 Jul 2020 08:08:25 -0000      1.16
> +++ pkg/PLIST 1 Aug 2021 11:21:35 -0000
> @@ -2,10 +2,9 @@
>  @bin bin/smtube
>  share/applications/smtube.desktop
>  share/doc/smtube/
> -share/doc/smtube/Changelog
>  share/doc/smtube/Copying.txt
>  share/doc/smtube/Readme.txt
> -share/doc/smtube/Release_notes.txt
> +share/doc/smtube/Release_notes.md
>  share/icons/hicolor/128x128/apps/smtube.png
>  share/icons/hicolor/16x16/apps/smtube.png
>  share/icons/hicolor/256x256/apps/smtube.png


-- 

                 %gonzalo

Reply via email to