FreeBSD Bugzilla – Attachment 187098 Details for
Bug 222949
net-im/qTox: Update to 1.12.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
qTox.patch (text/plain), 4.43 KB, created by
Yuri Victorovich
on 2017-10-12 10:20:42 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-10-12 10:20:42 UTC
Size:
4.43 KB
patch
obsolete
>Index: net-im/qTox/Makefile >=================================================================== >--- net-im/qTox/Makefile (revision 447844) >+++ net-im/qTox/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= qTox >-PORTVERSION= 1.11.0 >+PORTVERSION= 1.12.1 > DISTVERSIONPREFIX= v > CATEGORIES= net-im net-p2p > >@@ -10,6 +10,7 @@ > COMMENT= Qt 5 based Tox client > > LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat > LIB_DEPENDS= libtoxcore.so:net-im/tox \ >@@ -25,29 +26,32 @@ > libfreetype.so:print/freetype2 \ > libfontconfig.so:x11-fonts/fontconfig > >+OPTIONS_DEFINE= PLATFORM_EXTENSIONS >+OPTIONS_DEFAULT=PLATFORM_EXTENSIONS >+PLATFORM_EXTENSIONS_DESC= Enable platform specific extensions >+ > USE_GITHUB= yes > GH_ACCOUNT= qTox >+GH_TAGNAME= cd8a7ad > >-SUB_FILES= pkg-message >- > USES= compiler:c++11-lib desktop-file-utils gettext openal:soft pkgconfig cmake >-USE_GNOME= glib20 gtk20 cairo gdkpixbuf2 >-USE_XORG= x11 xscrnsaver >-USE_GL= gl >-USE_QT5= core gui network xml opengl sql sql-sqlite3_run widgets svg testlib \ >- concurrent buildtools_build linguisttools_build >-# bug#220813: qmake isn't needed, but the build fails without qmake_build >+USE_GNOME= gtk20 cairo >+USE_QT5= core gui network xml opengl sql sql-sqlite3_run widgets svg \ >+ concurrent_build buildtools_build linguisttools_build testlib_build >+# bug#220813: qmake isn't needed, but build fails without qmake_build > USE_QT5+= qmake_build > CMAKE_ARGS= -DGIT_DESCRIBE:STRING=${FULLVERSION} > INSTALLS_ICONS= yes >-ICON_SIZES= 14x14 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 128x128 192x192 256x256 512x512 > >+PLATFORM_EXTENSIONS_CMAKE_OFF= -DPLATFORM_EXTENSIONS:BOOL=OFF >+PLATFORM_EXTENSIONS_USE= XORG=x11,xscrnsaver >+ > PLIST_FILES= bin/qtox \ > share/applications/qtox.desktop \ > share/icons/hicolor/scalable/apps/qtox.svgz \ > share/appdata/qTox.appdata.xml >-.for SZ in ${ICON_SIZES} >-PLIST_FILES+= share/icons/hicolor/${SZ}/apps/qtox.png >+.for SZ in 14 16 22 24 32 36 48 64 72 96 128 192 256 512 >+PLIST_FILES+= share/icons/hicolor/${SZ}x${SZ}/apps/qtox.png > .endfor > > .include <bsd.port.pre.mk> >@@ -72,16 +76,4 @@ > @${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \ > ${WRKSRC}/qtox.desktop > >-post-install: >- ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps >- @${GZIP_CMD} \ >- < ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/qtox.svg \ >- > ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/qtox.svgz >- @${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/qtox.svg >-.for SZ in ${ICON_SIZES} >- @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}/apps >- ${INSTALL_DATA} ${WRKSRC}/img/icons/${SZ}/qtox.png \ >- ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}/apps/qtox.png >-.endfor >- > .include <bsd.port.post.mk> >Index: net-im/qTox/distinfo >=================================================================== >--- net-im/qTox/distinfo (revision 447844) >+++ net-im/qTox/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1500321399 >-SHA256 (qTox-qTox-v1.11.0_GH0.tar.gz) = be38517cd915727dbd9b3cd2a51bbaf1cae28290de07a34c759ec8b77c502cd4 >-SIZE (qTox-qTox-v1.11.0_GH0.tar.gz) = 3946782 >+TIMESTAMP = 1507800999 >+SHA256 (qTox-qTox-v1.12.1-cd8a7ad_GH0.tar.gz) = 90709402c93f6529d88c05ff106072e3e4e42ac06917d7b955f3ae39813c13dd >+SIZE (qTox-qTox-v1.12.1-cd8a7ad_GH0.tar.gz) = 3957662 >Index: net-im/qTox/files/pkg-message.in >=================================================================== >--- net-im/qTox/files/pkg-message.in (revision 447844) >+++ net-im/qTox/files/pkg-message.in (nonexistent) >@@ -1,10 +0,0 @@ >-====================================================================== >-You installed qTox: Qt 5 based Tox client. >- >-To have video working, you need: >-1. Have multimedia/webcamd installed and running. The usual way to >- start webcamd is to have these two lines in /etc/rc.conf: >- webcamd_enable="YES" >- webcamd_flags="-H" >-2. Make sure V4L option is "on" in multimedia/ffmpeg. >-====================================================================== > >Property changes on: net-im/qTox/files/pkg-message.in >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-im/qTox/pkg-message >===================================================================
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
Flags:
yuri
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 222949
:
187098
|
187099