Commit Graph

97 Commits

Author SHA1 Message Date
Sergey A. Osokin
f675fabbd5 net-im/t*: update Telegram Desktop from 4.5.2 to 4.5.3
While I'm here:
- revert back 7f38c6b7d6
- remove NO_CCACHE, builds are fine now
2023-01-09 15:07:32 -05:00
Adriaan de Groot
7f38c6b7d6 net-im/telegram-desktop: pretend FreeBSD is Linux
This may be superfluous, since there's a -DLINUX=1 in
the ports Makefile now as well.
2023-01-08 22:35:12 +01:00
Dima Panov
75571883d7 net-im/telegram-desktop: update to 4.5.2 release (+)
Changelog:

v 4.5.1
* Fix crash in profile photo privacy edition.
* Allow sending photos larger than 1280px (in Experimental Settings).

v 4.5.2:
* Fix unread reactions button in private chats.
* Fix tile background saving after an app update.
* Allow Ctrl+6,7,8 to activate extra pinned chats.

Also add quick hack for upcoming CMake 3.25.x update
which goes more strict with LINUX/BSD definitions

Discussed with:	osa
2023-01-03 18:15:04 +03:00
Sergey A. Osokin
3637dcfb11 net-im/t*: update Telegram Desktop from 4.4.1 to 4.5.0
While I'm here remove legacy options.

Changelog:	https://desktop.telegram.org/changelog
2022-12-30 20:39:17 -05:00
Sergey A. Osokin
3443f5b3d6 net-im/t*: temporary drop maintainership 2022-12-29 20:00:39 -05:00
Sergey A. Osokin
01e12e4ddf net-im/telegram-desktop: update from 4.2.4 to 4.4.1
Patches obtained from: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/tdesktop/patches/
Hotfix for Qt5: 5990b0fabf

Special thanks to:	Klemens Nanni <kn@openbsd.org>
2022-12-08 17:07:24 -05:00
Dima Panov
b63891cb14 net-im/telegram-desktop: revive Qt5/Qt6 flavors (+)
* While building with Qt6, Telegram Desktop can use bundled kcoreutils
  and kimageformat libraries to provide a needed function from KDE Framework
* Switch from bundled dispatch library to devel/libdispatch
* Drop extra -DNDEBUG from CXXFLAGS, it is now a default for ports cmake framework

Revieved by:	osa
2022-11-11 02:47:21 +03:00
Sergey A. Osokin
ff46a66030 net-im/telegram-desktop: update 4.2.3 -> 4.2.4
ChangeLog:	https://github.com/telegramdesktop/tdesktop/compare/v4.2.3...v4.2.4
2022-10-01 18:49:53 -04:00
Sergey A. Osokin
0470b45836 net-im/telegram-desktop: update 4.2.0 -> 4.2.3
ChangeLog:	https://github.com/telegramdesktop/tdesktop/compare/v4.2.0...v4.2.3
2022-09-29 20:50:56 -04:00
Sergey A. Osokin
5d4db9ef3b net-im/t*: update Telegram Desktop: 4.1.1 -> 4.2.0
Remove experimental support for QT6.	(*)

Changelog:	https://github.com/telegramdesktop/tdesktop/compare/v4.1.1...v4.2.0

Discussed with:	fluffy	(*)

(cherry picked from commit f0fa5987b7a844886421f6c642b5a82731c4f7b6)
2022-09-18 17:11:11 -04:00
Felix Palmen
ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Sergey A. Osokin
ff2d4f9184 net-im/telegram-desktop: remove another line
Fixes:	95f09c993c
2022-08-25 13:07:27 -04:00
Sergey A. Osokin
95f09c993c net-im/telegram-desktop: add Qt5/Qt6 flavors
Remove needless dependences and knobs.

Bump PORTREVISION.
2022-08-25 13:04:29 -04:00
Tobias C. Berner
0f11c33983 devel/libdbusmenu-qt: make consumers depend explicitely on the qt5 flavor 2022-08-23 09:24:47 +02:00
Sergey A. Osokin
c81235cde8 net-im/telegram-desktop: update 4.1.0 -> 4.1.1
ChangeLog:	https://github.com/telegramdesktop/tdesktop/compare/v4.1.0...v4.1.1
2022-08-17 16:35:15 -04:00
Sergey A. Osokin
fdb3bdda7e net-im/t*: update Telegram Desktop to 4.1.0
Also, update net-im/tg_owt to the recent commit.

While I'm here take the maintainership.

Approved by:	glebius
2022-08-16 17:24:25 -04:00
Matthias Andree
875d7c7d19 *: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
2022-08-13 20:51:14 +02:00
Sergey A. Osokin
396cc79796 net-im/telegram-desktop: update dependences list
Bump PORTREVISION.

PR:	264994
2022-07-14 20:55:55 -04:00
Sergey A. Osokin
6de0d4af42 net-im/telegram-desktop: update to 4.0.2
ChangeLog:	https://desktop.telegram.org/changelog?setln=en
2022-06-27 22:09:57 -04:00
Sergey A. Osokin
5ececa5cde net-im/telegram-desktop: update to 3.7.3 2022-04-28 16:33:17 -04:00
Sergey A. Osokin
07388bf676 net-im/t*: update to the recent versions
- net-im/telegram-desktop from 3.7.1 to 3.7.2;
- net-im/tg_owt to the recent commit.
2022-04-28 16:33:17 -04:00
Sergey A. Osokin
bc5de8f43c net-im/telegram-desktop: update to 3.7.1
There are several patches have been added.

- d4921ccf5f.patch
- 2fbd71cd75/debian/patches/Compatible-setScreen.patch
2022-04-28 16:33:16 -04:00
Sergey A. Osokin
10235d29c8 net-im/telegram-desktop: update from 3.6.0 to 3.6.1
Approved by:	glebius (maintainer)
2022-03-18 07:40:03 -04:00
Gleb Smirnoff
8ca3734c07 net-im/telegram-desktop: update to 3.6.0 2022-03-13 11:16:03 -04:00
Gleb Smirnoff
f84d096d5c net-im/telegram-desktop: update to 3.5.2 2022-02-10 12:46:39 -05:00
Loïc Bartoletti
45ab80b9df archivers/minizip*: Add minizip-ng and zlib-ng and create USES=minizip
Import minizip-ng and zlib-ng

Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.

+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.

some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.

Mk/Uses: Introduce USES=minizip[:ng]

To simplify, the LIB_DEPENDS part a new USES tag is added.

USES=minizip will add a LIB_DEPENDS on legacy minizip and
USES=minizip:ng will add a LIB_DEPENDS on minizip-ng.

minizip [1]:

    databases/spatialite
    databases/spatialite-tools
    devel/collada-dom
    games/mrboom
    games/oolite
    graphics/comical
    misc/xiphos
    science/libkml
    textproc/sigil
    www/domoticz
    deskutils/anydesk
    emulators/mupen64plus-core
    multimedia/assimp
    multimedia/vlc
    net-im/psi
    net-im/telegram-desktop

minizip-ng:

    devel/axmldec

[1] Some are known to work with minizip-ng but have to be patched.

Approved by:	tcberner (portmgr)
Differential Revision:	https://reviews.freebsd.org/D33771
2022-01-25 07:35:22 +01:00
Gleb Smirnoff
29dc9791c3 net-im/telegram-desktop: update to 3.4.3 2022-01-06 01:09:52 +01:00
Tobias Kortkamp
feb95d6a41
*: Clean up some things
- Fix typos
- Remove unreferenced variables
- Sort categories
- Clean up commented PORTREVISION
- Fix broken syntax

Reported by:	portscan
2021-12-14 14:02:26 +01:00
Jan Beich
e92349ca0c multimedia/pipewire: force rebuild consumers after 8691df3a51
ABI has changed: pw_{,de}init -> pipewire_{,de}init. As PipeWire
support is often runtime-optional the breakage maybe hard to notice.

 ERROR kooha::backend::screencast_portal > Error from screencast call: Zbus(MethodError(OwnedInterfaceName(InterfaceName(Str("org.freedesktop.DBus.Error.UnknownMethod"))), Some("No such interface “org.freedesktop.portal.ScreenCast” on object at path /org/freedesktop/portal/desktop"), Msg { type: Error, sender: UniqueName(Str(":1.397")), reply-serial: 18, body: Signature: [
        s (115),
] }))

ld-elf.so.1: /usr/local/libexec/xdg-desktop-portal-wlr: Undefined symbol "pw_init"

PR:		259621
2021-11-20 22:41:23 +00:00
Gleb Smirnoff
381a8f522f net-im/telegram-desktop: update to 3.2.5 2021-11-18 23:04:32 +01:00
Olivier Cochard
50119a0b43 net-im/telegram-desktop: Cleanup and set new maintainer
Reported by:	glebius
2021-11-17 18:07:29 +01:00
Dima Panov
ece7e7d92c net-im/telegram-desktop: convert webkit-gtk dependency to OPTIONS (+)
- Add WEBKIT option, disabled by default
- Bump PORTREVISION, default dependencies was changed

Previously dropped GTK option was used to enable gtk native dialogs
and render rich window content.
With last releases WebKit-gtk used only for in-app payments system.
While internal payments still experimental and not wide used,
there is no reason to hook this burden to the build as default yet.

Discussed with:	osa, danfe, maintainer via ML
Approved by:	maintainer
2021-10-15 04:07:44 +10:00
Tobias Kortkamp
ae22a7846a
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-10-12 17:01:38 +02:00
Henry Hu
2bc3e6229f
net-im/telegram-desktop: Update to 3.1.9
Thanks to the work done by Gleb (glebius@), we are able to remove most
of the patches. 11 patches are upstreamed, and 2 seem to be obsolete.

Changelog: https://github.com/telegramdesktop/tdesktop/blob/dev/changelog.txt

PR:		259014
2021-10-12 21:55:54 +08:00
Baptiste Daroussin
2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00
Jan Beich
f16d8e5635 multimedia/libvpx: update 1.11.0
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by:	portscout, Repology
2021-10-09 00:45:18 +00:00
Li-Wen Hsu
ed576bf5cf
net-im/telegram-desktop: Bump PORTREVISION for 529b6b1239
PR:		257290
2021-08-09 15:37:53 +08:00
Henry Hu
529b6b1239
net-im/telegram-desktop: Copying dependencies of tg_owt over to telegram-desktop
tg_owt is statically linked but there are some its LIB_DEPENDS still
needed by telegram-desktop

PR:		257290
2021-08-09 13:24:13 +08:00
Dima Panov
854c9c6630 net-im/telegram-desktop: fix build after glib20 bump
PR:	256200
Pointy hat:	nc
2021-08-05 22:45:17 +10:00
Henry Hu
4c4c9a818b
net-im/telegram-desktop: Update to 2.8.11
* New dependency, rnnoise
* It starts using jemalloc. For FreeBSD, we can use the system one. We
  also don't need to link against jemalloc, etc.
* Remove some integrated patches.

PR:		257290
2021-07-22 03:30:54 +08:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Charlie Li
ec8a052e5d
net-im/telegram-desktop: fix build with GTK option (again)
Remove 48d70e5258,
as it depends on function changes from 1b949f5ca2

Reported by:	madpilot
Fixes:		80762637bb net-im/telegram-desktop: fix build with GTK option
Pointy hat to:	vishwin
Approved by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer, implicit),
		arrowd (mentor, implicit), fluffy (mentor, implicit)
PR:		255719
2021-05-14 14:54:29 -04:00
Charlie Li
80762637bb
net-im/telegram-desktop: fix build with GTK option
Telegram now includes a WebView feature when GTK is enabled, which
uses www/webkit2-gtk3.

While here, fix the following minor items:
- allow building with Python newer than 3.7
- devel/dee is not needed for build, remove
- clean up USES= syntax in the GTK option

Obtained from:	0b4100d7ce
		48d70e5258
Approved by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer),
		arrowd (mentor), fluffy (mentor)
PR:		255719
Differential Revision: https://reviews.freebsd.org/D30224
2021-05-13 22:48:39 -04:00
Henry Hu
c463b7d6bf net-im/telegram-desktop: Update to 2.7.4
PR:	255719
2021-05-10 09:15:48 -07:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Fernando Apesteguía
27029ba120 net-im/telegram-desktop: update to 2.6.1
ChangeLog: https://github.com/telegramdesktop/tdesktop/releases/tag/v2.6.1

While here, pet linters

PR:	254123
Submitted by:	henry.hu.sh@gmail.com (maintainer)
2021-03-09 09:13:25 +00:00
Li-Wen Hsu
75d6bc8de8 net-im/telegram-desktop: update to 2.5.8
PR:		253336
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2021-02-11 12:32:32 +00:00