FreeBSD Bugzilla – Attachment 198037 Details for
Bug 231821
multimedia/clipgrab: Update to 3.7.2, Take MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch v3 (Qt5 support)
clipgrab.diff (text/plain), 3.17 KB, created by
kikadf
on 2018-10-11 14:49:40 UTC
(
hide
)
Description:
patch v3 (Qt5 support)
Filename:
MIME Type:
Creator:
kikadf
Created:
2018-10-11 14:49:40 UTC
Size:
3.17 KB
patch
obsolete
>Index: multimedia/clipgrab/Makefile >=================================================================== >--- multimedia/clipgrab/Makefile (revision 481813) >+++ multimedia/clipgrab/Makefile (working copy) >@@ -2,24 +2,34 @@ > # $FreeBSD$ > > PORTNAME= clipgrab >-PORTVERSION= 3.4.11 >+PORTVERSION= 3.7.1 > CATEGORIES= multimedia >-MASTER_SITES= http://download.clipgrab.de/ >+MASTER_SITES= https://download.clipgrab.org/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= kikadf.01@gmail.com > COMMENT= Program to download videos from YouTube and etc > > LICENSE= GPLv3 > >-USES= qmake qt:4 tar:bzip2 >-USE_QT= gui xml uic_build moc_build \ >+SLAVE?= qt4 >+.if ${SLAVE} == qt5 >+PKGNAMESUFFIX= -qt5 >+ >+PATCH_SITES= https://gitlab.com/kikadf/clipgrab-qt5/raw/patches/patches/ >+PATCHFILES= clipgrab-qt5-${PORTVERSION}.patch:-p1 >+ >+USES= qmake qt:5 >+USE_QT= buildtools_build core network dbus webkit xml >+ >+CONFLICTS_INSTALL=${PORTNAME} >+ >+.else >+USES= qmake qt:4 >+USE_QT= corelib gui xml uic_build moc_build \ > rcc_build network dbus webkit > >-PLIST_FILES= bin/${PORTNAME} \ >- %%DATADIR%%/icon.png \ >- %%DATADIR%%/logo.png \ >- %%DATADIR%%/paypal-logo.png \ >- %%DATADIR%%/splash.png >+CONFLICTS_INSTALL=${PORTNAME}-qt5 >+.endif > > DESKTOP_ENTRIES="Clipgrab" "Download and convert videos from YouTube and etc" \ > "${DATADIR}/icon.png" "${PORTNAME}" \ >@@ -28,8 +38,7 @@ > QMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME}.pro > > post-patch: >- ${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' \ >- ${WRKSRC}/*.cpp >+ @${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' ${WRKSRC}/*.cpp > > do-install: > ${MKDIR} ${STAGEDIR}${DATADIR} >Index: multimedia/clipgrab/distinfo >=================================================================== >--- multimedia/clipgrab/distinfo (revision 481813) >+++ multimedia/clipgrab/distinfo (working copy) >@@ -1,2 +1,5 @@ >-SHA256 (clipgrab-3.4.11.tar.bz2) = 48f7cbd9a503b19246ae2d31af8d2bba7c57945f5ba8ca4fcf7bf6b3a265bd83 >-SIZE (clipgrab-3.4.11.tar.bz2) = 371620 >+TIMESTAMP = 1539195391 >+SHA256 (clipgrab-3.7.1.tar.gz) = addf58c027f8f0e01acb0d1d6cdb9fd17c356d4fe5e2d768b94e531b599d1f2e >+SIZE (clipgrab-3.7.1.tar.gz) = 628542 >+SHA256 (clipgrab-qt5-3.7.1.patch) = 2efa3a821c352f4093315439365d600b9c93cc64562e2d2f8da9f67882b61cde >+SIZE (clipgrab-qt5-3.7.1.patch) = 24473 >Index: multimedia/clipgrab/pkg-descr >=================================================================== >--- multimedia/clipgrab/pkg-descr (revision 481813) >+++ multimedia/clipgrab/pkg-descr (working copy) >@@ -10,4 +10,4 @@ > -MyVideo > -MySpass > >-WWW: http://clipgrab.de >+WWW: https://clipgrab.org >Index: multimedia/clipgrab/pkg-plist >=================================================================== >--- multimedia/clipgrab/pkg-plist (nonexistent) >+++ multimedia/clipgrab/pkg-plist (working copy) >@@ -0,0 +1,5 @@ >+bin/clipgrab >+%%DATADIR%%/icon.png >+%%DATADIR%%/logo.png >+%%DATADIR%%/paypal-logo.png >+%%DATADIR%%/splash.png > >Property changes on: multimedia/clipgrab/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231821
:
197630
|
197999
|
198037
|
199044
|
199167
|
199388