mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
2020-04-13 18:05:07 UTC
This commit is contained in:
@@ -8,7 +8,7 @@ IUSE=qt5
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=>=app-i18n/fcitx-4.2.8 app-i18n/libskk app-i18n/skk-jisyo qt5? ( app-i18n/fcitx-qt5:4 dev-qt/qtcore:5 dev-qt/qtgui:5= dev-qt/qtwidgets:5 )
|
||||
SLOT=4
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/fcitx/fcitx-skk/-/archive/0.1.4/fcitx-skk-0.1.4.tar.bz2
|
||||
_eclasses_=cmake 19b0421555865baefd505831dd4303e3 eutils fcb2aa98e1948b835b5ae66ca52868c5 flag-o-matic f1194291b9a1baca337c1c89b5f7f365 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||
_md5_=aa22318ee5d7d72063970e7aeb073d4d
|
||||
_md5_=c06038c37d70aa5e588b5299fdd55742
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
BDEPEND=test? ( >=dev-python/mkdocs-material-5.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_6? ( >=dev-lang/python-3.6.10:3.6 ) python_targets_python3_7? ( >=dev-lang/python-3.7.6:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_6? ( >=dev-lang/python-3.6.10:3.6 ) python_targets_python3_7? ( >=dev-lang/python-3.7.6:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=test? ( >=dev-python/mkdocs-material-5.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
|
||||
DESCRIPTION=Extension pack for Python Markdown
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/facelessuser/mkdocs-material-extensions https://pypi.org/project/mkdocs-material-extensions
|
||||
IUSE=test python_targets_python3_6 python_targets_python3_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/mkdocs-material-5.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_6? ( >=dev-lang/python-3.6.10:3.6 ) python_targets_python3_7? ( >=dev-lang/python-3.7.6:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
PDEPEND=>=dev-python/mkdocs-material-5.0.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
RDEPEND=python_targets_python3_6? ( >=dev-lang/python-3.6.10:3.6 ) python_targets_python3_7? ( >=dev-lang/python-3.7.6:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/facelessuser/mkdocs-material-extensions/archive/1.0b1.tar.gz -> mkdocs-material-extensions-1.0_beta1.tar.gz
|
||||
_eclasses_=distutils-r1 577e2308f7b36e26062d464f59a5ee6c multibuild 40fe59465edacd730c644ec2bc197809 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 6f5996d2ae01e0c6f2869ed18f023239 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
|
||||
_md5_=ecebb7f35b6b6473e0aa9ab73bcae946
|
||||
_md5_=d07db8b8d64f0a9ad3c2860b28cc2d25
|
||||
|
||||
@@ -4,10 +4,10 @@ DEPEND=dev-libs/libevdev dev-libs/libxml2 dev-cpp/gtkmm:3.0[wayland] ~gui-apps/w
|
||||
DESCRIPTION=Wayfire Config Manager
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/WayfireWM/wcm
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/libevdev dev-libs/libxml2 dev-cpp/gtkmm:3.0[wayland] ~gui-apps/wf-config-0.4.0 ~gui-wm/wayfire-0.4.0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/WayfireWM/wcm/archive/v0.4.0.tar.gz -> wcm-0.4.0.tar.gz
|
||||
_eclasses_=meson 8702f112cb8ac56bbbf180872e275133 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 6f5996d2ae01e0c6f2869ed18f023239 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
|
||||
_md5_=7be41e92445e3b390c211a8e3d34dbb8
|
||||
_md5_=641aae8f6b24f6380ee9c73eca3a8929
|
||||
|
||||
@@ -5,10 +5,10 @@ DESCRIPTION=A compiz like 3D wayland compositor
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/WayfireWM/wf-shell
|
||||
IUSE=pulseaudio
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=~gui-apps/wf-config-0.4.0 dev-cpp/gtkmm:3.0=[wayland] dev-libs/gobject-introspection pulseaudio? ( media-sound/pulseaudio ) ~gui-wm/wayfire-0.4.0 >=gui-libs/gtk-layer-shell-0.1
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/WayfireWM/wf-shell/releases/download/0.4.0/wf-shell-0.4.0.tar.xz
|
||||
_eclasses_=meson 8702f112cb8ac56bbbf180872e275133 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 6f5996d2ae01e0c6f2869ed18f023239 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
|
||||
_md5_=6c4f185299ac9e47e6764803e2d65211
|
||||
_md5_=58960caf4dff66c194fea4c7e1fed6ef
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=virtual/pkgconfig >=dev-util/meson-0.51.2 >=dev-util/ninja-1.8.2
|
||||
DEFINED_PHASES=compile configure install test
|
||||
DEPEND=>=x11-libs/gtk+-3.24.11:3[introspection,wayland] >=dev-libs/wayland-1.10.0 dev-libs/gobject-introspection docs? ( dev-util/gtk-doc >=x11-libs/gtk+-3.24.11:3[gtk-doc] )
|
||||
DESCRIPTION=A library to create panels and other desktop components for Wayland
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/wmww/gtk-layer-shell
|
||||
IUSE=docs examples
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=x11-libs/gtk+-3.24.11:3[introspection,wayland] >=dev-libs/wayland-1.10.0 dev-libs/gobject-introspection
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/wmww/gtk-layer-shell/archive/v0.1.0/gtk-layer-shell-0.1.0.tar.gz
|
||||
_eclasses_=meson 8702f112cb8ac56bbbf180872e275133 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 6f5996d2ae01e0c6f2869ed18f023239 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
|
||||
_md5_=5ec266f8223cbde91a768bf1509b3b7e
|
||||
@@ -1,13 +0,0 @@
|
||||
BDEPEND=virtual/pkgconfig >=dev-util/meson-0.51.2 >=dev-util/ninja-1.8.2 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install test unpack
|
||||
DEPEND=>=x11-libs/gtk+-3.24.11:3[introspection,wayland] >=dev-libs/wayland-1.10.0 dev-libs/gobject-introspection docs? ( dev-util/gtk-doc >=x11-libs/gtk+-3.24.11:3[gtk-doc] )
|
||||
DESCRIPTION=A library to create panels and other desktop components for Wayland
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/wmww/gtk-layer-shell
|
||||
IUSE=docs examples
|
||||
LICENSE=MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=>=x11-libs/gtk+-3.24.11:3[introspection,wayland] >=dev-libs/wayland-1.10.0 dev-libs/gobject-introspection
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 86a0188f2ad9eb3d65e4d031ab8a0422 meson 8702f112cb8ac56bbbf180872e275133 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 6f5996d2ae01e0c6f2869ed18f023239 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
|
||||
_md5_=5ec266f8223cbde91a768bf1509b3b7e
|
||||
@@ -5,10 +5,10 @@ DESCRIPTION=A compiz like 3D wayland compositor
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/WayfireWM/wayfire
|
||||
IUSE=+wf-config +wlroots +elogind systemd debug
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/libevdev dev-libs/libinput media-libs/glm media-libs/mesa:=[gles2,wayland,X] media-libs/libjpeg-turbo media-libs/libpng media-libs/freetype:=[X] x11-libs/libdrm x11-libs/gtk+:3=[wayland,X] x11-libs/cairo:=[X,svg] x11-libs/libxkbcommon:=[X] x11-libs/pixman gui-libs/gtk-layer-shell wf-config? ( ~gui-apps/wf-config-0.4.0 ) wlroots? ( >=gui-libs/wlroots-0.10.0[elogind=,systemd=,X] ) elogind? ( sys-auth/elogind ) systemd? ( sys-apps/systemd ) x11-misc/xkeyboard-config
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/WayfireWM/wayfire/releases/download/0.4.0/wayfire-0.4.0.tar.xz
|
||||
_eclasses_=meson 8702f112cb8ac56bbbf180872e275133 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 6f5996d2ae01e0c6f2869ed18f023239 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
|
||||
_md5_=a0df8b5f3641450eed1116020291bc22
|
||||
_md5_=8ef45a5c4800ef6ded8f63dc6b36a83b
|
||||
|
||||
13
metadata/md5-cache/media-sound/6pm-0.9
Normal file
13
metadata/md5-cache/media-sound/6pm-0.9
Normal file
@@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=configure install
|
||||
DEPEND=dev-qt/qtcore:5 virtual/opengl virtual/jack media-libs/alsa-lib
|
||||
DESCRIPTION=6PM is a polyphonic, touch-sensitive, realtime phase modulation synthesizer
|
||||
EAPI=7
|
||||
HOMEPAGE=https://sourceforge.net/projects/mv-6pm/
|
||||
IUSE=+presets +midimaps +nls doc
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-qt/qtcore:5 virtual/opengl virtual/jack media-libs/alsa-lib
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/project/mv-6pm/6PM_v0.9.tgz -> 6pm-0.9.tgz
|
||||
_eclasses_=estack 686eaab303305a908fd57b2fd7617800 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 qmake-utils 4eb5e05ef7ee630c003e3f0edc094135 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
|
||||
_md5_=3b0d047f0864510f8ebab898556d9544
|
||||
13
metadata/md5-cache/media-sound/add64-3.8.0
Normal file
13
metadata/md5-cache/media-sound/add64-3.8.0
Normal file
@@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=configure install
|
||||
DEPEND=dev-qt/qtcore:5 virtual/opengl virtual/jack media-libs/alsa-lib
|
||||
DESCRIPTION=Add64 is a realtime additive/subtractive-synthesis softsynth
|
||||
EAPI=7
|
||||
HOMEPAGE=https://sourceforge.net/projects/add64 http://linuxsynths.com/Add64PatchesDemos/add64.html
|
||||
IUSE=+presets
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-qt/qtcore:5 virtual/opengl virtual/jack media-libs/alsa-lib
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/project/add64/Add64-3.8.0.tar.bz2
|
||||
_eclasses_=estack 686eaab303305a908fd57b2fd7617800 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 qmake-utils 4eb5e05ef7ee630c003e3f0edc094135 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
|
||||
_md5_=5707dadf7b2f3f5134119492dad972d6
|
||||
12
metadata/md5-cache/media-sound/zita-ajbridge-0.8.2
Normal file
12
metadata/md5-cache/media-sound/zita-ajbridge-0.8.2
Normal file
@@ -0,0 +1,12 @@
|
||||
BDEPEND=app-arch/gzip
|
||||
DEFINED_PHASES=install prepare
|
||||
DEPEND=media-libs/alsa-lib >=media-libs/zita-alsa-pcmi-0.3.0 >=media-libs/zita-resampler-1.6.0 virtual/jack
|
||||
DESCRIPTION=zita-a2j and zita-j2a - bridges between ALSA and JACK
|
||||
EAPI=7
|
||||
HOMEPAGE=https://kokkinizita.linuxaudio.org/linuxaudio/zita-ajbridge-doc/quickguide.html
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=media-libs/alsa-lib >=media-libs/zita-alsa-pcmi-0.3.0 >=media-libs/zita-resampler-1.6.0 virtual/jack
|
||||
SLOT=0
|
||||
SRC_URI=https://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-ajbridge-0.8.2.tar.bz2
|
||||
_md5_=f51bdc1c4503439a68bf43e345ca476a
|
||||
@@ -11,6 +11,6 @@ RDEPEND=dev-python/appdirs[python_targets_python3_6(-)?,python_targets_python3_7
|
||||
REQUIRED_USE=|| ( vlc mpv zeroconf ) || ( python_targets_python3_6 python_targets_python3_7 )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/vidify/vidify/archive/v2.2.3.tar.gz -> vidify-2.2.3.tar.gz
|
||||
SRC_URI=https://github.com/vidify/vidify/archive/v2.2.4.tar.gz -> vidify-2.2.4.tar.gz
|
||||
_eclasses_=distutils-r1 577e2308f7b36e26062d464f59a5ee6c eutils fcb2aa98e1948b835b5ae66ca52868c5 multibuild 40fe59465edacd730c644ec2bc197809 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 6f5996d2ae01e0c6f2869ed18f023239 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c virtualx e49dbce7ac14426e1155497476915307 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||
_md5_=2adcb0c0de55d0a8858c26538d321d31
|
||||
@@ -9,6 +9,6 @@ LICENSE=LGPL-3
|
||||
RDEPEND=media-sound/pulseaudio media-video/ffmpeg[openssl] media-video/vidify[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] sci-libs/fftw debug? ( sci-visualization/gnuplot ) python_targets_python3_6? ( >=dev-lang/python-3.6.10:3.6 ) python_targets_python3_7? ( >=dev-lang/python-3.7.6:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/vidify/audiosync/archive/v0.2.tar.gz -> vidify-audiosync-0.2.tar.gz
|
||||
SRC_URI=https://github.com/vidify/audiosync/archive/v0.3.0.tar.gz -> vidify-audiosync-0.3.0.tar.gz
|
||||
_eclasses_=distutils-r1 577e2308f7b36e26062d464f59a5ee6c multibuild 40fe59465edacd730c644ec2bc197809 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 6f5996d2ae01e0c6f2869ed18f023239 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
|
||||
_md5_=c4d572612acb3c3b2383487eb553de1a
|
||||
11
metadata/md5-cache/net-dialup/tio-1.32
Normal file
11
metadata/md5-cache/net-dialup/tio-1.32
Normal file
@@ -0,0 +1,11 @@
|
||||
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
|
||||
DEFINED_PHASES=configure
|
||||
DESCRIPTION=Simple TTY terminal application
|
||||
EAPI=7
|
||||
HOMEPAGE=https://tio.github.io/
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-2+
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/tio/tio/releases/download/v1.32/tio-1.32.tar.xz
|
||||
_eclasses_=autotools 7d999b62b8749fad43fff00620cedf47 bash-completion-r1 e5f9c3faab3ab3d1e7e007daa8c736ef libtool f143db5a74ccd9ca28c1234deffede96 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
|
||||
_md5_=ec2efd28097fd91e2e869870d00cd458
|
||||
@@ -4,11 +4,12 @@ DEPEND=x11-libs/gtk+:3 plplot? ( >=sci-libs/plplot-5.13.0[cairo,fortran] ) doc?
|
||||
DESCRIPTION=A GTK+ binding to build Graphical User Interfaces in Fortran
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/vmagnin/gtk-fortran
|
||||
IUSE=doc examples plplot
|
||||
IUSE=doc examples high-level plplot
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=x11-libs/gtk+:3 plplot? ( >=sci-libs/plplot-5.13.0[cairo,fortran] ) virtual/fortran
|
||||
REQUIRED_USE=plplot? ( high-level )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/vmagnin/gtk-fortran/archive/v19.04.gtk3.24.8.tar.gz -> gtk-fortran-3.24.8.tar.gz
|
||||
SRC_URI=https://github.com/vmagnin/gtk-fortran/archive/v19.04.gtk3.24.8.tar.gz -> gtk-fortran-19.04.tar.gz
|
||||
_eclasses_=cmake 19b0421555865baefd505831dd4303e3 eutils fcb2aa98e1948b835b5ae66ca52868c5 flag-o-matic f1194291b9a1baca337c1c89b5f7f365 fortran-2 1a8c9d0b2d30f756bae6be4e9b39e46b multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||
_md5_=f2e6dc4a54ae64b2d42e56e9af8266c1
|
||||
_md5_=1b8d8fb2aa7eb9502ceb3948c78bcce5
|
||||
@@ -122,7 +122,6 @@ games-misc/Fallout3Terminal 0_pre20191105: A recreation of the Fallout 3 termina
|
||||
gui-apps/wcm 0.4.0 9999: Wayfire Config Manager
|
||||
gui-apps/wf-config 0.4.0 9999: A library for managing configuration files, written for wayfire
|
||||
gui-apps/wf-shell 0.4.0 9999: A compiz like 3D wayland compositor
|
||||
gui-libs/gtk-layer-shell 0.1.0 9999: A library to create panels and other desktop components for Wayland
|
||||
gui-wm/wayfire 0.4.0 9999: A compiz like 3D wayland compositor
|
||||
kde-misc/plasma-applet-thermal-monitor 1.2.9: Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors
|
||||
mail-client/mutt-wizard 0_pre20200313: A system for automatically configuring mutt and isync
|
||||
@@ -131,9 +130,13 @@ media-gfx/oxipng 2.3.0: A lossless PNG compression optimizer
|
||||
media-gfx/svgcleaner 0.9.5: svgcleaner could help you to clean up your SVG files from the unnecessary data.
|
||||
media-libs/amdvlk 2020.1.4: AMD Open Source Driver for Vulkan
|
||||
media-plugins/whysynth 20170701_p20180323: A software synthesizer plugin for the DSSI Soft Synth Interface
|
||||
media-sound/6pm 0.9: 6PM is a polyphonic, touch-sensitive, realtime phase modulation synthesizer
|
||||
media-sound/add64 3.8.0: Add64 is a realtime additive/subtractive-synthesis softsynth
|
||||
media-sound/r128gain 1.0.1: Fast audio loudness scanner & tagger (ReplayGain v2 / R128)
|
||||
media-video/vidify 2.2.3: Watch music videos in real time for the songs playing on your device
|
||||
media-video/vidify-audiosync 0.2: Audio synchronization feature for vidify
|
||||
media-sound/zita-ajbridge 0.8.2: zita-a2j and zita-j2a - bridges between ALSA and JACK
|
||||
media-video/vidify 2.2.4: Watch music videos in real time for the songs playing on your device
|
||||
media-video/vidify-audiosync 0.3.0: Audio synchronization feature for vidify
|
||||
net-dialup/tio 1.32: Simple TTY terminal application
|
||||
net-mail/remail 0.9: A set of tools for crypted mailing lists
|
||||
net-misc/FORT-validator 1.2.0: FORT validator is an open source RPKI validator
|
||||
net-misc/openbgpd 6.6_p0 9999: OpenBGPD is a free implementation of BGPv4
|
||||
@@ -168,7 +171,7 @@ sys-process/gotop 3.5.1: A terminal based graphical activity monitor inspired by
|
||||
sys-process/iotop-c 0_pre20140824: top utility for IO (C port)
|
||||
www-apps/twint 2.1.18: Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API
|
||||
www-client/badwolf 0.5.1 9999: Minimalist and privacy-oriented WebKitGTK+ browser
|
||||
x11-libs/gtk-fortran 3.24.8: A GTK+ binding to build Graphical User Interfaces in Fortran
|
||||
x11-libs/gtk-fortran 19.04: A GTK+ binding to build Graphical User Interfaces in Fortran
|
||||
x11-libs/sdl-fakeqwerty 0_pre20191217: Fixes non-QWERTY keyboards on Prison Architect (and maybe other SDL games)
|
||||
x11-misc/betterlockscreen 3.0.1 9999: sweet looking lockscreen for linux system
|
||||
x11-misc/i3lock-color 2.12_p1 9999: Improved i3lock with color customization
|
||||
|
||||
@@ -1 +1 @@
|
||||
Sun, 12 Apr 2020 19:06:00 +0000
|
||||
Mon, 13 Apr 2020 18:05:07 +0000
|
||||
|
||||
@@ -13,13 +13,15 @@ dev-libs/open62541:pubsub - Enable OPC/UA Pub/Sub extensions
|
||||
dev-libs/open62541:tools - Build additional shell tools
|
||||
dev-python/geopy:timezone - Enables localized date support
|
||||
games-arcade/taisei:zip - Enable loading of game data from ZIP packages via dev-libs/libzip
|
||||
gui-libs/gtk-layer-shell:docs - Add the internal documentation, not needed for non-developers.
|
||||
gui-libs/gtk-layer-shell:examples - Adds examples for using, not needed for non-developers.
|
||||
gui-wm/wayfire:debug - Adds debugging symbols for error reporting. ENABLE ALL USE FLAGS BEFORE REPORTING BUGS.
|
||||
gui-wm/wayfire:wf-config - Makes wayfire use the system-wide wf-config, else builds it as a submodule. DO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.
|
||||
gui-wm/wayfire:wlroots - Makes wayfire use the system wide wlroots, else builds it as a submodule. DO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.
|
||||
mail-client/mutt-wizard:lynx - Use lynx to view html emails in mutt. HIGHLY RECOMMENDED.
|
||||
mail-client/mutt-wizard:notmuch - Pulls in notmuch (thin frontend on xapian). HIGHLY RECOMMENDED.
|
||||
media-sound/6pm:midimaps - Install midi maps for that synth. Recommended
|
||||
media-sound/6pm:nls - Add support for localization
|
||||
media-sound/6pm:presets - Install presets. Recommended
|
||||
media-sound/add64:presets - Install presets. Recommended
|
||||
media-video/vidify:dbus - Support local MPRIS players
|
||||
media-video/vidify:mpv - Use python-mpv as backend for vidify
|
||||
media-video/vidify:vlc - Use python-vlc as backend for vidify
|
||||
@@ -49,6 +51,7 @@ sys-cluster/veloc:lsf - Use LFS (Load Sharing Facility) as resource manager
|
||||
sys-cluster/veloc:slurm - Use sys-cluster/slurm as resource manager
|
||||
x11-libs/gtk-fortran:doc - Build doxygen documentation
|
||||
x11-libs/gtk-fortran:examples - Install examples source code files
|
||||
x11-libs/gtk-fortran:high-level - Build high-level interface to the gtk-fortran package
|
||||
x11-libs/gtk-fortran:plplot - Build with sci-libs/plplot support
|
||||
x11-libs/sdl-fakeqwerty:sdl - Enable support for libsdl
|
||||
x11-libs/sdl-fakeqwerty:sdl2 - Enable support for libsdl2
|
||||
|
||||
Reference in New Issue
Block a user