From 071215a4107c5d79044e30d39a9c919661300b2d Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Mon, 23 Dec 2019 00:19:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BC=D0=B0=D1=81=D0=BA=D0=B8,=20=D1=83=D0=B4?= =?UTF-8?q?=D0=B0=D0=BB=D0=B5=D0=BD=20ebuild=20media-video/simplescreenrec?= =?UTF-8?q?order?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- media-video/simplescreenrecorder/Manifest | 1 - .../simplescreenrecorder-0.3.11-r1.ebuild | 107 ------------------ profiles/default/package.keywords/default | 45 ++++---- profiles/default/package.keywords/depends | 3 - 4 files changed, 21 insertions(+), 135 deletions(-) delete mode 100644 media-video/simplescreenrecorder/Manifest delete mode 100644 media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r1.ebuild diff --git a/media-video/simplescreenrecorder/Manifest b/media-video/simplescreenrecorder/Manifest deleted file mode 100644 index 99ef01973..000000000 --- a/media-video/simplescreenrecorder/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST simplescreenrecorder-0.3.11.tar.gz 1823944 SHA256 54f5c349c54694038586d3dfe0014da5d83044d0cf0ed9c0de525ddc54cbd150 SHA512 5919774a00cd7015cd7db40561efaea43809b9465508b7770db9eb0fc87f338746e5cd4a79a0ab6c09e516257fa80184c3dcb5ab400c0ef2c0a8cf50ea2a073f WHIRLPOOL 0655a6feff84b9671f1643ab64a5bc8b7e766c423ac992f90af7fa7b51a5109e637b86d8e61a2d1daeb4e0e41ba4e90452721df774b636280a26c9ef7557e743 diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r1.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r1.ebuild deleted file mode 100644 index 57d499b23..000000000 --- a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r1.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-multilib flag-o-matic xdg-utils - -if [[ ${PV} = 9999 ]]; then - inherit git-r3 -fi - -DESCRIPTION="A Simple Screen Recorder" -HOMEPAGE="https://www.maartenbaert.be/simplescreenrecorder" -LICENSE="GPL-3" -PKGNAME="ssr" -if [[ ${PV} = 9999 ]] ; then - EGIT_REPO_URI="https://github.com/MaartenBaert/${PKGNAME}.git" - EGIT_BOOTSTRAP="" -else - SRC_URI="https://github.com/MaartenBaert/${PKGNAME}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PKGNAME}-${PV}" -fi - -SLOT="0" -IUSE="+asm jack mp3 pulseaudio theora vorbis vpx x264" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - media-libs/alsa-lib:0= - media-libs/mesa[${MULTILIB_USEDEP}] - || ( - media-video/ffmpeg[vorbis?,vpx?,x264?,mp3?,theora?] - media-video/libav[vorbis?,vpx?,x264?,mp3?,theora?] - ) - x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXext - x11-libs/libXfixes[${MULTILIB_USEDEP}] - virtual/glu[${MULTILIB_USEDEP}] - jack? ( virtual/jack ) - pulseaudio? ( media-sound/pulseaudio ) -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -pkg_setup() { - if [[ ${ABI} == amd64 ]]; then - elog "You may want to add USE flag 'abi_x86_32' when running a 64bit system" - elog "When added 32bit GLInject libraries are also included. This is" - elog "required if you want to use OpenGL recording on 32bit applications." - elog - fi - - if { has_version media-video/ffmpeg[x264] || has_version media-video/libav[x264] ; } && has_version media-libs/x264[10bit] ; then - ewarn - ewarn "media-libs/x264 is currently built with 10bit useflag." - ewarn "This is known to prevent simplescreenrecorder from recording x264 videos" - ewarn "correctly. Please build media-libs/x264 without 10bit if you want to " - ewarn "record videos with x264." - ewarn - fi - - # QT requires -fPIC. Compile fails otherwise. - # Recently removed from the default compile options upstream - # https://github.com/MaartenBaert/ssr/commit/25fe1743058f0d1f95f6fbb39014b6ac146b5180 - append-flags -fPIC -} - -multilib_src_configure() { - local mycmakeargs=( - -DENABLE_X86_ASM="$(usex asm)" - -DWITH_PULSEAUDIO="$(multilib_native_usex pulseaudio)" - -DWITH_JACK="$(multilib_native_usex jack)" - -DWITH_GLINJECT="true" - ) - - if [[ ${ABI} == amd64 ]] && use abi_x86_32 - then - mycmakeargs+=( -DENABLE_32BIT_GLINJECT="true" ) - fi - - # libav doesn't have AVFrame::channels - # https://github.com/MaartenBaert/ssr/issues/195#issuecomment-45646159 - if has_version media-video/libav ; then - mycmakeargs+=( -DENABLE_FFMPEG_VERSIONS="false" ) - fi - - if multilib_is_native_abi ; then - mycmakeargs+=( -DWITH_QT5="true" ) - else - mycmakeargs+=( -DWITH_SIMPLESCREENRECORDER="false" ) - fi - - cmake-utils_src_configure -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} diff --git a/profiles/default/package.keywords/default b/profiles/default/package.keywords/default index ce03bf0e9..0cfe3a7d1 100644 --- a/profiles/default/package.keywords/default +++ b/profiles/default/package.keywords/default @@ -1,5 +1,5 @@ ~app-admin/conkyforecast-2.24 amd64 x86 -~app-antivirus/clamav-0.101.4 amd64 x86 +~app-antivirus/clamav-0.102.4 amd64 x86 ~app-dicts/stardict-cdict-en-zh-big5-2.4.2 amd64 x86 ~app-dicts/stardict-cdict-en-zh-gb-2.4.2 amd64 x86 ~app-dicts/stardict-cedict-zh-en-big5-2.4.2 amd64 x86 @@ -52,35 +52,33 @@ ~mail-client/claws-mail-3.17.4 amd64 x86 ~mail-client/geary-3.32.0 amd64 x86 ~mail-client/sylpheed-3.7.0 amd64 x86 -~mail-client/thunderbird-68.1.1 amd64 x86 ~mail-client/trojita-0.7 amd64 x86 ~media-gfx/blender-2.79b amd64 x86 ~media-gfx/displaycal-3.8.8.1 amd64 x86 ~media-gfx/gimp-2.10.14 amd64 x86 ~media-gfx/inkscape-0.92.4 amd64 x86 -~media-gfx/krita-4.2.7.1 amd64 x86 +~media-gfx/krita-4.2.8.2 amd64 x86 ~media-gfx/nomacs-3.12 amd64 x86 ~media-gfx/opencsg-1.4.2 amd64 x86 ~media-gfx/openexr_viewers-2.3.0 amd64 x86 ~media-gfx/pencil-0.6.1.1 amd64 x86 ~media-libs/avidemux-core-2.7.4 amd64 x86 ~media-libs/avidemux-plugins-2.7.4 amd64 x86 -~media-libs/dav1d-0.4.0 amd64 x86 +~media-libs/dav1d-0.5.2 amd64 x86 ~media-libs/libopenshot-0.2.4_pre20190609 amd64 x86 ~media-libs/libopenshot-audio-0.1.9_pre20190502 amd64 x86 ~media-plugins/audacious-plugins-3.10.1 amd64 x86 ~media-plugins/qmmp-plugin-pack-1.3.0 amd64 x86 ~media-sound/audacious-3.10.1 amd64 x86 -~media-sound/bluez-alsa-1.4.0 amd64 x86 -~media-sound/clementine-1.3.1_p20190609 amd64 x86 +~media-sound/bluez-alsa-2.0.0 amd64 x86 +~media-sound/clementine-1.3.1_p20191004 amd64 x86 ~media-sound/gmtp-1.3.11 amd64 x86 -~media-sound/gpodder-3.9.1 amd64 x86 -~media-sound/kmetronome-1.0.0 amd64 x86 +~media-sound/gpodder-3.10.5 amd64 x86 ~media-sound/lxmusic-0.4.7 amd64 x86 ~media-sound/picard-2.1.3 amd64 x86 ~media-sound/potamus-16 amd64 x86 ~media-sound/qastools-0.21.0 amd64 x86 -~media-sound/qtractor-0.9.9 amd64 x86 +~media-sound/qtractor-0.9.11 amd64 x86 ~media-sound/tomahawk-0.9.0_pre20181030 amd64 x86 ~media-sound/volumeicon-0.5.1 amd64 x86 ~media-video/avidemux-2.7.4 amd64 x86 @@ -88,20 +86,19 @@ ~media-video/movit-1.6.2 amd64 x86 ~media-video/mplayer-1.3.0 amd64 x86 ~media-video/nvidia-video-codec-8.2.16 amd64 -~media-video/obs-studio-23.2.1 amd64 x86 +~media-video/obs-studio-24.0.3 amd64 x86 ~media-video/openshot-2.4.4 amd64 x86 -~media-video/parole-1.0.4 amd64 x86 +~media-video/parole-1.0.5 amd64 x86 ~media-video/shotcut-19.06.15 amd64 x86 ~media-video/simplescreenrecorder-0.3.11 amd64 x86 -~media-video/smplayer-19.5.0 amd64 x86 +~media-video/smplayer-19.10.2 amd64 x86 ~net-analyzer/nmap-7.80 amd64 x86 ~net-analyzer/squid-graph-3.2 amd64 x86 -~net-firewall/nftables-0.9.0 amd64 x86 +~net-firewall/nftables-0.9.3 amd64 x86 ~net-firewall/sanewall-1.1.6 amd64 x86 ~net-firewall/ufw-0.36 amd64 x86 ~net-fs/netatalk-3.1.12 amd64 x86 ~net-fs/smbnetfs-0.6.1 amd64 x86 -~net-im/choqok-1.6.0 amd64 x86 ~net-im/corebird-1.7.4 amd64 x86 ~net-im/coturn-4.5.0.8 amd64 x86 ~net-im/discord-bin-0.0.9 amd64 @@ -110,14 +107,14 @@ net-im/signal-desktop-bin amd64 x86 net-im/skypeforlinux amd64 net-im/telegram-desktop-bin amd64 x86 ~net-im/vacuum-1.3.0_pre20180105 amd64 x86 -~net-irc/hexchat-2.14.2 amd64 x86 +~net-irc/hexchat-2.14.3 amd64 x86 ~net-misc/cmst-2019.01.13 amd64 x86 ~net-misc/connman-gtk-1.1.1 amd64 x86 ~net-misc/connman-notify-0_pre20191003 amd64 x86 ~net-misc/minidlna-1.2.1 amd64 x86 ~net-misc/netifrc-0.6.1 amd64 x86 -~net-misc/nextcloud-client-2.6.0 amd64 x86 -~net-misc/owncloud-client-2.5.4.11654 amd64 x86 +~net-misc/nextcloud-client-2.6.1 amd64 x86 +~net-misc/owncloud-client-2.6.0.13018 amd64 x86 ~net-misc/yandex-disk-0.1.5.978_p1 amd64 x86 ~net-nds/shelldap-1.5.0 amd64 x86 ~net-news/liferea-1.12.7 amd64 x86 @@ -125,7 +122,7 @@ net-im/telegram-desktop-bin amd64 x86 ~net-print/foomatic-db-4.0.20190226 amd64 x86 ~net-print/foomatic-db-engine-4.0.12 amd64 x86 ~net-print/foomatic-db-ppds-4.0.20190226 amd64 x86 -~net-print/gutenprint-5.3.1 amd64 x86 +~net-print/gutenprint-5.3.3 amd64 x86 ~net-print/hplip-3.19.6 amd64 x86 ~net-print/hplip-plugin-3.19.6 amd64 x86 ~net-wireless/blueman-2.1.1 amd64 x86 @@ -137,21 +134,21 @@ net-im/telegram-desktop-bin amd64 x86 ~sci-electronics/kicad-packages3d-5.0.1 amd64 x86 ~sci-electronics/kicad-symbols-5.0.1 amd64 x86 ~sci-electronics/kicad-templates-5.0.1 amd64 x86 -~sci-electronics/ngspice-27 amd64 x86 -~sci-geosciences/qgis-3.4.12 amd64 x86 +~sci-electronics/ngspice-31 amd64 x86 +~sci-geosciences/qgis-3.10.0 amd64 x86 ~sys-apps/collectl-4.3.1 amd64 x86 ~sys-apps/ethtool-5.3 amd64 x86 sys-apps/inxi amd64 x86 -~sys-apps/iproute2-5.3.0 amd64 x86 +~sys-apps/iproute2-5.4.0 amd64 x86 ~sys-auth/thinkfinger-0.3 amd64 x86 ~sys-block/partitionmanager-4.0.0 amd64 x86 ~sys-devel/prelink-20151030 amd64 x86 ~sys-firmware/b43-firmware-5.100.138 amd64 x86 ~sys-fs/bees-0.6.1 amd64 x86 -~sys-fs/btrfs-progs-5.3.1 amd64 x86 -~sys-fs/xfsprogs-5.3.0 amd64 x86 +~sys-fs/btrfs-progs-5.4 amd64 x86 +~sys-fs/xfsprogs-5.4.0 amd64 x86 ~sys-kernel/linux-headers-5.4 amd64 x86 -~sys-process/atop-2.4.0 amd64 x86 +~sys-process/atop-2.5.0 amd64 x86 ~sys-process/htop-2.2.0 amd64 x86 ~sys-process/nmon-16m amd64 x86 ~www-client/falkon-3.1.0 amd64 x86 diff --git a/profiles/default/package.keywords/depends b/profiles/default/package.keywords/depends index 9e2476416..3ae888831 100644 --- a/profiles/default/package.keywords/depends +++ b/profiles/default/package.keywords/depends @@ -1,13 +1,10 @@ ~app-accessibility/speech-dispatcher-0.8.7 amd64 x86 ~app-admin/elektra-0.8.20 amd64 x86 -~app-admin/mongo-tools-4.0.6 amd64 ~app-admin/reportmagic-2.21 amd64 x86 ~app-admin/restart-services-0.14.4 amd64 x86 ~app-admin/socklog-2.1.0 amd64 x86 ~app-admin/watchfolder-0.3.3 amd64 x86 ~app-admin/webapp-config-1.55 amd64 x86 -~app-admin/webmin-1.881 amd64 x86 -~app-antivirus/clamtk-6.01 amd64 x86 ~app-arch/bloscpack-0.6.0 amd64 x86 ~app-arch/ipkg-utils-1.7.050831 amd64 x86 ~app-arch/lcab-1.0_beta12 amd64 x86