aboutsummaryrefslogtreecommitdiff
path: root/net-voip
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/jami-client-qt/Manifest2
-rw-r--r--net-voip/jami-client-qt/jami-client-qt-0_pre20230206.ebuild74
-rw-r--r--net-voip/jami-client-qt/metadata.xml18
-rw-r--r--net-voip/jami-daemon/Manifest2
-rw-r--r--net-voip/jami-daemon/jami-daemon-0_pre20230208.ebuild93
-rw-r--r--net-voip/jami-daemon/metadata.xml21
6 files changed, 0 insertions, 210 deletions
diff --git a/net-voip/jami-client-qt/Manifest b/net-voip/jami-client-qt/Manifest
deleted file mode 100644
index 35144c7..0000000
--- a/net-voip/jami-client-qt/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jami-client-qt-0_pre20230206.tar.bz2 14360144 BLAKE2B 1326d15a078c0c045d09c2634a410064ed8fdb158039ce03471af124e6847287f836f43802c08764694ba347cd8d7780a80889edbf5a68aafefb8b383528e349 SHA512 6d1c86a25fb07ed8ce1666eb141bd80d8a70c8e27ceef976693d780c29cd2f7c216c32b2226b60c9f9379b89bfef28422dd2f092f3d1a9abfcbe89aa095e2073
-DIST sfpm.tar.gz 62407 BLAKE2B eb945e43784d0a82ea0bbcc9e1a654b7f8d715653752f302f4bd18e886162fd34c5877680cd5d314b2fc07b2a798830c8d751b06c2e80e1b09d46801d09ea879 SHA512 9c02e206829ea12fb77fdd34e4ac42572d38e33d8ed60534f6d6495ac53c8449c57162fe09060a1e1de05b01f6fdbefb63a614860dd402af4911749aa8c012f8
diff --git a/net-voip/jami-client-qt/jami-client-qt-0_pre20230206.ebuild b/net-voip/jami-client-qt/jami-client-qt-0_pre20230206.ebuild
deleted file mode 100644
index 10dbb7b..0000000
--- a/net-voip/jami-client-qt/jami-client-qt-0_pre20230206.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-COMMIT="2853d185b83fe49785169fd408cf1649e437b8e5"
-SFPMCOMMIT="a2a0c72e4db38e1c5478bd3e0f67ff99fae11f00"
-DESCRIPTION="Share, freely and privately."
-HOMEPAGE="https://jami.net"
-SRC_URI="https://git.jami.net/savoirfairelinux/${PN}/-/archive/${COMMIT}.tar.bz2 -> ${P}.tar.bz2
- https://github.com/atraczyk/SortFilterProxyModel/archive/${SFPMCOMMIT}.tar.gz -> sfpm.tar.gz
-"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc +notify +plugins +video webengine"
-
-RDEPEND="
- dev-qt/qtbase:6
- dev-qt/qtdeclarative:6
- dev-qt/qtmultimedia:6[gstreamer]
- dev-qt/qtnetworkauth:6
- dev-qt/qtpositioning:6
- dev-qt/qtsvg:6
- dev-qt/qttools:6[linguist]
- dev-qt/qt5compat:6
- media-gfx/qrencode
- net-voip/jami-daemon[plugins?,video?]
- x11-libs/gdk-pixbuf
- x11-libs/libxcb
- doc? ( app-doc/doxygen )
- notify? (
- x11-libs/libnotify
- dev-libs/libappindicator
- )
- webengine? (
- dev-qt/qtwebengine:6[widgets]
- dev-qt/qtwebchannel:6
- )
-"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- default
- rmdir "${S}/3rdparty/SortFilterProxyModel"
- mv "${WORKDIR}/SortFilterProxyModel-${SFPMCOMMIT}" "${S}/3rdparty/SortFilterProxyModel" || die
-}
-
-src_configure() {
- local mycmakeargs=(
- "-DENABLE_LIBWRAP=ON"
- "-DENABLE_PLUGIN=$(usex plugins true false)"
- "-DENABLE_VIDEO=$(usex video true false)"
- "-DWITH_WEBENGINE=$(usex webengine)"
- )
-
- cmake_src_configure
-}
-
-pkg_postinst() {
- xdg_mimeinfo_database_update
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_mimeinfo_database_update
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
diff --git a/net-voip/jami-client-qt/metadata.xml b/net-voip/jami-client-qt/metadata.xml
deleted file mode 100644
index 5d903d5..0000000
--- a/net-voip/jami-client-qt/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <longdescription>Jami provides all its users a universal communication tool, autonomous, free, secure and built on a distributed architecture thus requiring no authority or central server to function.</longdescription>
- <upstream>
- <bugs-to>https://git.jami.net/savoirfairelinux/jami-client-qt/-/issues</bugs-to>
- </upstream>
- <use>
- <flag name="notify">Enable notifications support</flag>
- <flag name="plugins">Enable plugins support</flag>
- <flag name="video">Enable video support</flag>
- <flag name="webengine">Build with qtwebengine support, used for URL previews</flag>
- </use>
-</pkgmetadata>
diff --git a/net-voip/jami-daemon/Manifest b/net-voip/jami-daemon/Manifest
deleted file mode 100644
index 267d743..0000000
--- a/net-voip/jami-daemon/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jami-daemon-0_pre20230208.tar.bz2 3258051 BLAKE2B 87d2efcd6e2f6a0763c463cbbc63299f6ff9432591140c153ed251ba3af23c01b9bbd3fa32cc816d9bfbae7ab549b9ba7c7d6ecdb79ecbfb6ab74a0ccbf5054a SHA512 a867f89ed9554554e78afb112c2683d07ffb5631caad0803de6494d9a3fa05d93314833b90308e4dae12af52ec210a57a536fcfa5de26dd7e15fecef3c4d28d8
-DIST pjproject-3b78ef1c48732d238ba284cdccb04dc6de79c54f.tar.gz 9691293 BLAKE2B fef9d86216702a99353dc9c6a5a623c398bc0d86b3a7412fb3ca298f79f7fcb1c8d77bb3aadb8b5afb4733d1d3ad132ab82700ad564808cbdad0a6aa9cbd9036 SHA512 9ae608861717275c485c1ebb92c9ae49ed8ae84b63b68781a77b7b468904af2d1bf3ac9475f77edaf4739f2eb0c2b556a895e4e851ce43cd274ca624c64ba9b0
diff --git a/net-voip/jami-daemon/jami-daemon-0_pre20230208.ebuild b/net-voip/jami-daemon/jami-daemon-0_pre20230208.ebuild
deleted file mode 100644
index 73a3e72..0000000
--- a/net-voip/jami-daemon/jami-daemon-0_pre20230208.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-COMMIT="2217de2860d39736c288274796a6dc2c4d32589d"
-PJCOMMIT="3b78ef1c48732d238ba284cdccb04dc6de79c54f"
-DESCRIPTION="Daemon for the Jami VoIP software phone"
-HOMEPAGE="https://jami.net"
-SRC_URI="https://git.jami.net/savoirfairelinux/${PN}/-/archive/${COMMIT}.tar.bz2 -> ${P}.tar.bz2
- https://github.com/savoirfairelinux/pjproject/archive/${PJCOMMIT}.tar.gz -> pjproject-${PJCOMMIT}.tar.gz
-"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="alsa debug hwaccel jack natpmp plugins portaudio pulseaudio test trace upnp +video +webrtc"
-# IUSE+="speex" # Compilation fails with speex enabled
-REQUIRED_USE="hwaccel? ( video )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-cpp/yaml-cpp
- dev-libs/dbus-c++
- dev-libs/Ice
- dev-libs/libfmt
- dev-libs/jsoncpp
- dev-libs/libgit2
- dev-libs/libsecp256k1
- dev-libs/nettle
- dev-libs/opendht[api]
- dev-libs/openssl:=
- media-libs/speex
- media-libs/speexdsp
- media-video/ffmpeg:0/57.59.59
- net-libs/gnutls
- net-libs/pjproject
- sys-libs/zlib
- alsa? ( media-libs/alsa-lib )
- debug? ( sys-devel/gdb )
- jack? ( media-sound/jack2 )
- natpmp? ( net-libs/libnatpmp )
- plugins? ( app-arch/libarchive )
- portaudio? ( media-libs/portaudio )
- pulseaudio? ( media-libs/libpulse )
- upnp? ( net-libs/libupnp )
- test? ( dev-util/cppunit )
- trace? ( dev-util/lttng-ust )
- video? ( virtual/libudev )
- webrtc? ( media-libs/webrtc-audio-processing )
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- cp "${DISTDIR}/pjproject-${PJCOMMIT}.tar.gz" "${S}/contrib/tarballs" || die
- mkdir "${S}/contrib/native"
-}
-
-src_configure() {
- cd "${S}/contrib/native" || die
- ../bootstrap --disable-downloads --disable-all --enable-pjproject || die
- emake DEPS_pjproject=
-
- emesonargs=(
- $(meson_feature alsa)
- $(meson_feature jack)
- $(meson_feature natpmp)
- $(meson_feature portaudio)
- $(meson_feature pulseaudio)
- # $(meson_feature speex speex_ap)
- $(meson_feature upnp)
- $(meson_feature webrtc webrtc_ap)
- $(meson_use debug)
- $(meson_use hwaccel hw_acceleration)
- $(meson_use plugins)
- $(meson_use test tests)
- $(meson_use trace tracepoints)
- $(meson_use video)
- )
-
- export PKG_CONFIG_PATH="${S}/contrib/$(cc -dumpmachine)/lib/pkgconfig"
- meson_src_configure
-}
-
-src_compile() {
- export PATH="${PATH}:${S}/contrib/$(cc -dumpmachine)/bin"
- export PKG_CONFIG_PATH="${S}/contrib/$(cc -dumpmachine)/lib/pkgconfig"
- meson_src_compile
-}
diff --git a/net-voip/jami-daemon/metadata.xml b/net-voip/jami-daemon/metadata.xml
deleted file mode 100644
index 79b1cbb..0000000
--- a/net-voip/jami-daemon/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <upstream>
- <doc>https://docs.jami.net/user/faq.html</doc>
- <bugs-to>https://git.jami.net/savoirfairelinux/jami-daemon/-/issues</bugs-to>
- <remote-id type="github">savoirfairelinux/pjproject</remote-id>
- </upstream>
- <use>
- <flag name="hwaccel">Enable hardware acceleration</flag>
- <flag name="natpmp">Enable support for NAT-PMP</flag>
- <flag name="plugins">Enable support for plugins</flag>
- <flag name="trace">Enable tracepoints</flag>
- <flag name="video">Enable video support</flag>
- <flag name="webrtc">Enable support for WebRTC audio processing</flag>
- </use>
-</pkgmetadata>