aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:26 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:26 +0000
commit8c0c6584b47f4e75399719bff184dd5a62f54162 (patch)
tree5624001335e33699d3dee3ae43261e5c4ef971c8
parent8268ba842f36bd0df6eac19c0db468cf7643871d (diff)
downloadyoubroketheinternet-overlay-8c0c6584b47f4e75399719bff184dd5a62f54162.tar.gz
youbroketheinternet-overlay-8c0c6584b47f4e75399719bff184dd5a62f54162.zip
remove old outdated stuff...
-rw-r--r--Documentation/TODO.org1
-rw-r--r--README24
-rw-r--r--dev-qt/qzxing/qzxing-9999.ebuild40
-rw-r--r--media-sound/mumble/mumble-1.3.9999.ebuild137
-rw-r--r--media-video/flowblade/Manifest7
-rw-r--r--media-video/flowblade/files/flowblade-1.8-install-dir-fix.patch13
-rw-r--r--media-video/flowblade/flowblade-1.10.ebuild82
-rw-r--r--media-video/flowblade/flowblade-1.8.ebuild81
-rw-r--r--media-video/flowblade/flowblade-9999.ebuild81
-rw-r--r--media-video/flowblade/metadata.xml9
-rw-r--r--net-im/utox/metadata.xml11
-rw-r--r--net-im/utox/utox-9999.ebuild68
-rwxr-xr-xsys-fs/dmc/files/dmc3
13 files changed, 1 insertions, 556 deletions
diff --git a/Documentation/TODO.org b/Documentation/TODO.org
index 7c49ea4..59c0373 100644
--- a/Documentation/TODO.org
+++ b/Documentation/TODO.org
@@ -73,7 +73,6 @@ I don't use it, won't fix it. Marking it as DONE as in WONTFIX.
73*** perl-net-psyc 73*** perl-net-psyc
74*** perl-unix-mknod 74*** perl-unix-mknod
75** DONE qt 75** DONE qt
76*** qzxing -> impossible, broken with latest (5.7) QT.
77** vid-stab 76** vid-stab
78** miro 77** miro
79** tox 78** tox
diff --git a/README b/README
index d48d19b..590ef35 100644
--- a/README
+++ b/README
@@ -146,11 +146,6 @@ Perl implementation of the PSYC protocol together with
146and several more nifty tools for automation of 146and several more nifty tools for automation of
147notification and messaging. 147notification and messaging.
148 148
149== dev-qt/qzxing ==
150
151Qt library for QR code generation and decoding. Broken with
152QT-5.7.
153
154== dev-vcs/gitprivacy == 149== dev-vcs/gitprivacy ==
155 150
156Probably just a beginning: git-commit-privacy is a tiny 151Probably just a beginning: git-commit-privacy is a tiny
@@ -209,14 +204,6 @@ not need to do any editing beyond what ffcut offers.
209A little tool to auto-detect or 'tap' the beats per 204A little tool to auto-detect or 'tap' the beats per
210minute of music media files. 205minute of music media files.
211 206
212== media-sound/mumble ==
213
214From mva's overlay, an ebuild that produces a Qt5
215compatible prerelease of mumble 1.3.0 from the
216current git. Unfortunately it fetches many submodules
217that cannot be pinned down to a cryptographic hash,
218therefore this ebuild is not safe from MITM attacks.
219
220== media-sound/rxaudio-bin == 207== media-sound/rxaudio-bin ==
221 208
222A *shareware* from 1998: A remote controllable MP3 engine 209A *shareware* from 1998: A remote controllable MP3 engine
@@ -228,13 +215,6 @@ contain malware now. The reason it is here is because it
228has a pretty good control API and no-one cared to rewrite 215has a pretty good control API and no-one cared to rewrite
229the powerful psycmp3 player to use a free software API. 216the powerful psycmp3 player to use a free software API.
230 217
231== media-video/flowblade ==
232
233Multitrack video editor with straightforward UI. Probably
234not as powerful as kdenlive, but doesn't crash in exchange.
235Mirrored from jorgicio's overlay, which is hosted on an
236unreliable commercial cloud offering called github.
237
238== media-video/ffcat == 218== media-video/ffcat ==
239 219
240Lossless audio/video concatenation tool. After cutting out 220Lossless audio/video concatenation tool. After cutting out
@@ -293,10 +273,6 @@ for this one, too.
293 273
294Person-to-person encrypted telephony application with CLI-UI. 274Person-to-person encrypted telephony application with CLI-UI.
295 275
296== net-im/utox ==
297
298Person-to-person encrypted telephony application.
299
300== net-irc/psyced == 276== net-irc/psyced ==
301 277
302Server for federated messaging and chat using PSYC, IRC, 278Server for federated messaging and chat using PSYC, IRC,
diff --git a/dev-qt/qzxing/qzxing-9999.ebuild b/dev-qt/qzxing/qzxing-9999.ebuild
deleted file mode 100644
index 81349c7..0000000
--- a/dev-qt/qzxing/qzxing-9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
1# Copyright 1999-2016 Gentoo Authors
2# Distributed under the terms of the GNU General Public License v2
3
4EAPI=6
5
6DESCRIPTION="Qt library for QR code generation and decoding"
7HOMEPAGE="https://github.com/bratao/qzxing"
8# original upstream: https://projects.developer.nokia.com/QZXing
9
10#autotools?
11if [[ "${PV}" == "9999" ]]; then
12 inherit eutils qmake-utils git-r3
13 EGIT_MIN_CLONE_TYPE="shallow"
14 EGIT_REPO_URI="git://github.com/bratao/qzxing"
15fi
16
17LICENSE="Apache-2.0"
18SLOT="0"
19KEYWORDS="amd64"
20
21# dependencies: no idea. none?
22# XXX: Actually this is broken as of qt-5.7, if anyone feels bothered enough
23# to find out which version last worked, pin to it.
24RDEPEND=""
25DEPEND="${RDEPEND}
26 dev-qt/qtcore:5
27 dev-qt/qtgui:5
28 dev-qt/qtwidgets
29 dev-qt/qtdeclarative:5"
30# missing?: qt modules named "qml"+"quick" -> this is in qtcore.
31
32src_configure() {
33 eqmake5
34 default
35}
36
37src_install() {
38 emake INSTALL_ROOT="${D}" install
39 einstalldocs
40}
diff --git a/media-sound/mumble/mumble-1.3.9999.ebuild b/media-sound/mumble/mumble-1.3.9999.ebuild
deleted file mode 100644
index 5768a75..0000000
--- a/media-sound/mumble/mumble-1.3.9999.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
1# Copyright 1999-2018 Gentoo Authors
2# Distributed under the terms of the GNU General Public License v2
3
4EAPI=6
5
6LANGS="cs cy da de el el_GR en en_GB eo es eu fa_IR fi fr gl he hi hu it ja ko lt nb_NO nl nl_BE no pl pt_BR pt_PT ru sk sv th tr uk vi zh_CN zh_HK zh_TW"
7
8EGIT_REPO_URI="https://github.com/mumble-voip/mumble"
9
10inherit eutils multilib qmake-utils virtualx git-r3
11
12DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software"
13HOMEPAGE="http://mumble.info/"
14
15LICENSE="BSD MIT"
16SLOT="0"
17KEYWORDS=""
18IUSE="+alsa +dbus debug g15 libressl oss pch portaudio pulseaudio speech zeroconf"
19
20RDEPEND="
21 >=dev-qt/qtcore-5.1:5=
22 >=dev-qt/qtgui-5.1:5=
23 >=dev-qt/qtnetwork-5.1:5=
24 >=dev-qt/qtopengl-5.1:5=
25 >=dev-qt/qtsql-5.1:5=[sqlite]
26 >=dev-qt/qtsvg-5.1:5=
27 >=dev-qt/qttranslations-5.1:5=
28 >=dev-qt/qtwidgets-5.1:5=
29 >=dev-qt/qtx11extras-5.1:5=
30 >=dev-qt/qtxml-5.1:5=
31 >=dev-qt/qtxmlpatterns-5.1:5=
32 app-crypt/qca:2=
33 dbus? ( >=dev-qt/qtdbus-5.1:5= )
34
35 >=dev-libs/boost-1.41.0
36 >=dev-libs/protobuf-2.2.0
37 >=media-libs/libsndfile-1.0.20[-minimal]
38 >=media-libs/opus-1.0.1
39 >=media-libs/speex-1.2.0
40 media-libs/speexdsp
41 sys-apps/lsb-release
42 virtual/opengl
43 x11-libs/libX11
44 x11-libs/libXi
45 x11-base/xorg-proto
46 alsa? ( media-libs/alsa-lib )
47 g15? ( app-misc/g15daemon )
48 !libressl? ( >=dev-libs/openssl-1.0.0b:0 )
49 libressl? ( dev-libs/libressl )
50 portaudio? ( media-libs/portaudio )
51 pulseaudio? ( media-sound/pulseaudio )
52 speech? ( app-accessibility/speech-dispatcher )
53 zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
54"
55
56DEPEND="${RDEPEND}
57 virtual/pkgconfig
58 >=dev-qt/linguist-tools-5.1:5
59"
60
61src_configure() {
62 local conf_add
63
64 if has_version '<=sys-devel/gcc-4.2'; then
65 conf_add+=" no-pch"
66 else
67 use pch || conf_add+=" no-pch"
68 fi
69
70 use alsa || conf_add+=" no-alsa"
71 use dbus || conf_add+=" no-dbus"
72 use debug && conf_add+=" symbols debug" || conf_add+=" release"
73 use g15 || conf_add+=" no-g15"
74 use oss || conf_add+=" no-oss"
75 use portaudio || conf_add+=" no-portaudio"
76 use pulseaudio || conf_add+=" no-pulseaudio"
77 use speech || conf_add+=" no-speechd"
78 use zeroconf || conf_add+=" no-bonjour"
79
80 conf_add+=" bundled-celt"
81 conf_add+=" no-bundled-opus"
82 conf_add+=" no-bundled-speex"
83 conf_add+=" no-embed-qt-translations"
84 conf_add+=" no-server"
85 conf_add+=" no-update"
86
87 export QT_SELECT=qt5 # TODO: check if unneded anymore
88 eqmake5 "${S}/main.pro" -recursive \
89 CONFIG+="${conf_add}" \
90 DEFINES+="PLUGIN_PATH=/usr/$(get_libdir)/mumble" || die "eqmake5 failed"
91}
92
93#src_compile() {
94# # parallel make workaround, bug #445960
95# emake -j1
96#}
97
98src_install() {
99 newdoc README.Linux README
100 dodoc CHANGES
101
102 local dir
103 if use debug; then
104 dir=debug
105 else
106 dir=release
107 fi
108
109 dobin "${dir}"/mumble
110 dobin scripts/mumble-overlay
111
112 insinto /usr/share/services
113 doins scripts/mumble.protocol
114
115 domenu scripts/mumble.desktop
116
117 insinto /usr/share/icons/hicolor/scalable/apps
118 doins icons/mumble.svg
119
120 doman man/mumble-overlay.1
121 doman man/mumble.1
122
123 insopts -o root -g root -m 0755
124 insinto "/usr/$(get_libdir)/mumble"
125 doins "${dir}"/libmumble.so.${PV/%9999/0}
126 dosym libmumble.so.${PV/%9999/0} /usr/$(get_libdir)/mumble/libmumble.so.1
127 dosym libmumble.so.1 /usr/$(get_libdir)/mumble/libmumble.so
128 doins "${dir}"/libcelt0.so.0.{7,11}.0
129 doins "${dir}"/plugins/lib*.so*
130}
131
132pkg_postinst() {
133 echo
134 elog "Visit http://mumble.sourceforge.net/ for futher configuration instructions."
135 elog "Run mumble-overlay to start the OpenGL overlay (after starting mumble)."
136 echo
137}
diff --git a/media-video/flowblade/Manifest b/media-video/flowblade/Manifest
deleted file mode 100644
index 212c18f..0000000
--- a/media-video/flowblade/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
1AUX flowblade-1.8-install-dir-fix.patch 545 SHA256 7b346608c234e99ce3cacc5d4728e3aca9bc4c40957981d2255ecdd6d5a2d8e2 SHA512 e0b1a951e0e71f08343c233eef2b3c06a14ae401f406973fb1308143addfe18a1c6a470d019058d3e2ae92e33a507455e25308886d3b230681f8d33e012514a1 WHIRLPOOL afd49cb6e2da26cb4ac6ad8323944a7c2177fb04daf749d2561f3cd0201fc49c4dbd5a246f063317d7fb621d2342074b1c4c6c58f1ce265af26173af80598245
2DIST flowblade-1.10.tar.gz 10547858 SHA256 cfab61de01ccc825cbaace2b190b78763db62537d72a9252f34e4bc8d353876b SHA512 faa009e70f6a7a666f39fbcf5143032d135a5c49c4c73e665d2c924df53f2debd58062bf738a0dbb2c6fcb0beac1529f65804a6dfe211335fcf36a01c0089d15 WHIRLPOOL 60ed0d00a11cf596346105aa83453d37ac2aadbc339769665ef40f1ae5c3d63ee4b77258275d5b46b770d150ac73cb15f5ebecab299468a7cbf017b9a24bbd78
3DIST flowblade-1.8.tar.gz 9369027 SHA256 cc08b307ce619c1892342db7e21a3b4fd448ee14449e3c2d67fe9cf4169b7e66 SHA512 b0f8d7dd64a66f16ce61acfabcd03a0eab3b4993b8f3f2e8f435fa41e79fdb2dcbea3b0560ffe1ca9df8e05c8fd21c328ee91a7df53b827c525bb11d79460f48 WHIRLPOOL f1197fa0afca8d06bdb2b7e61187da4d35738a8694879a475089ebea861103e73af80c2abfe9d511fcdaea9e534f12044314b46fcb64b508cf46396b9a40ceca
4EBUILD flowblade-1.10.ebuild 1717 SHA256 581d95f33aec5c016c8656166c3361daddbbf62e441254a29fec1d3fdbcb2dd3 SHA512 680e3f731b7aa6a6631df57ab8f6e9dc6b7dd0390be9b7e30428ec2bdf2c28e9a50217fe3a20db889856fd50b9b64a570c7085670b0264923f8e3cf9f7e1a4a2 WHIRLPOOL fc111fe4bce1ff8f54c2cded09b8f7be757940f1c8598f2d85ea7cb29326fb014d4cdded7958f463560f0574afb48258dbcef4a9559174440ae7bbba4d61a1db
5EBUILD flowblade-1.8.ebuild 1711 SHA256 d9329568325e7c4492e381e7c22d781fc954a8172c5cf1e030f3237569705956 SHA512 7122a3ad52b37b6c1a561a1cb96df866bceb1efeb183e4cf0c8f32bca7ed4cf141a945af1e89aca87d63f3f1e8f3179e05d44235ce99ac8d25189f20a9adcfef WHIRLPOOL de9e3cafeb943169bdbb6132a6c87172968f0b2d2f1fe1dbf58d5ef184b1691a4875572943dd671b7880bf273b42e4a46f368c0667c427a464739d0e9aedae50
6EBUILD flowblade-9999.ebuild 1716 SHA256 d4c40667fc0c18a0819b254d5c8cbc823de0b7ce1a65044898172cd464115731 SHA512 5083fc258bff0ac139c18ae48f6d30ce3aa1cd60087a9b4ae7d0f50baa2ada727b7e2d934a86260048860269f0e053cf1bf553e4f9c4836bb0ff7758e6d45e85 WHIRLPOOL b5e54f7b0678daf45bc20d5c1a33b28bb3b54cc037dd51cd4cda1eda4124522fdcd50f586a95bb09924469e7b4b0c5b7536428e347b15897e6ac970bb1ff1aab
7MISC metadata.xml 317 SHA256 04aaf83610b2f8864ede6aafaf7230e221bbcb0e6f8c2b6d6ea5c869ee1a3f5e SHA512 2b7cae78785fa166c52e6d3eba008543924b3b057ffce125c9afce60453dbde9e8b65546042de78bd48cf4697d6487213a281e7ccad4ac44a944b41d89f2387b WHIRLPOOL b22239d5c65484e3cb771ff16a608f8d1e8f47de612b339420d87ec2b803f5602ed624bd5d4c577bb5270f76313f06b38196853f3f15c494b21fa6e701ea47f6
diff --git a/media-video/flowblade/files/flowblade-1.8-install-dir-fix.patch b/media-video/flowblade/files/flowblade-1.8-install-dir-fix.patch
deleted file mode 100644
index 762a3bb..0000000
--- a/media-video/flowblade/files/flowblade-1.8-install-dir-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1--- a/flowblade-trunk/flowblade 2016-09-21 22:45:02.443196996 -0300
2+++ b/flowblade-trunk/flowblade 2016-09-21 22:46:04.333198137 -0300
3@@ -35,9 +35,7 @@
4 # Update sys.path to include modules
5 if launch_dir == "/usr/bin":
6 print "Running from installation..."
7- modules_path = "/usr/share/flowblade/Flowblade"
8- if not os.path.isdir(modules_path):
9- modules_path = "/usr/share/pyshared/Flowblade"
10+ modules_path = "/usr/share/flowblade"
11 print "modules path:", modules_path
12 else:
13 print "Running from filesystem..."
diff --git a/media-video/flowblade/flowblade-1.10.ebuild b/media-video/flowblade/flowblade-1.10.ebuild
deleted file mode 100644
index 720a0f9..0000000
--- a/media-video/flowblade/flowblade-1.10.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
1# Copyright 1999-2017 Gentoo Authors
2# Distributed under the terms of the GNU General Public License v2
3# $Id$
4
5EAPI=6
6
7PYTHON_COMPAT=( python2_7 )
8
9inherit eutils python-r1 fdo-mime gnome2-utils
10
11DESCRIPTION="A multitrack non-linear video editor"
12HOMEPAGE="https://github.com/jliljebl/flowblade"
13
14if [[ ${PV} == *9999* ]];then
15 inherit git-r3
16 SRC_URI=""
17 EGIT_REPO_URI="${HOMEPAGE}"
18 KEYWORDS=""
19else
20 SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21 KEYWORDS="~x86 ~amd64"
22fi
23
24LICENSE="LGPL-3"
25SLOT="0"
26IUSE=""
27
28DEPEND="
29 ${PYTHON_DEPS}
30 >=x11-libs/gtk+-3.0:3
31 dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
32 media-libs/mlt[python,ffmpeg,gtk,${PYTHON_USEDEP}]
33 dev-python/dbus-python[${PYTHON_USEDEP}]
34 media-plugins/frei0r-plugins
35 media-plugins/swh-plugins
36 dev-python/pycairo[${PYTHON_USEDEP}]
37 dev-python/numpy[${PYTHON_USEDEP}]
38 dev-python/pillow[${PYTHON_USEDEP}]
39 dev-python/librsvg-python[${PYTHON_USEDEP}]
40 gnome-base/librsvg:2
41 media-gfx/gmic[ffmpeg,X]
42 dev-libs/glib:2[dbus,${PYTHON_USEDEP}]
43 x11-libs/gdk-pixbuf:2[X]
44 virtual/ffmpeg
45"
46RDEPEND="${DEPEND}"
47
48S="${WORKDIR}"/${P}/${PN}-trunk
49
50
51src_prepare(){
52 epatch "${FILESDIR}/${PN}-1.8-install-dir-fix.patch"
53 eapply_user
54}
55
56src_install(){
57 dobin ${PN}
58 insinto /usr/share/${PN}
59 doins -r Flowblade/*
60 doman installdata/${PN}.1
61 dodoc README
62 doicon -s 128 installdata/${PN}.png
63 domenu installdata/${PN}.desktop
64 insinto /usr/share/mime/packages
65 doins installdata/${PN}.xml
66}
67
68pkg_preinst(){
69 gnome2_icon_savelist
70}
71
72pkg_postinst() {
73 fdo-mime_mime_database_update
74 fdo-mime_desktop_database_update
75 gnome2_icon_cache_update
76}
77
78pkg_postrm() {
79 fdo-mime_mime_database_update
80 fdo-mime_desktop_database_update
81 gnome2_icon_cache_update
82}
diff --git a/media-video/flowblade/flowblade-1.8.ebuild b/media-video/flowblade/flowblade-1.8.ebuild
deleted file mode 100644
index 8e1710f..0000000
--- a/media-video/flowblade/flowblade-1.8.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
1# Copyright 1999-2016 Gentoo Authors
2# Distributed under the terms of the GNU General Public License v2
3# $Id$
4
5EAPI=6
6
7PYTHON_COMPAT=( python2_7 )
8
9inherit eutils python-r1 fdo-mime gnome2-utils
10
11DESCRIPTION="A multitrack non-linear video editor"
12HOMEPAGE="https://github.com/jliljebl/flowblade"
13
14if [[ ${PV} == *9999* ]];then
15 inherit git-r3
16 SRC_URI=""
17 EGIT_REPO_URI="${HOMEPAGE}"
18 KEYWORDS=""
19else
20 SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21 KEYWORDS="~x86 ~amd64"
22fi
23
24LICENSE="LGPL-3"
25SLOT="0"
26IUSE=""
27
28DEPEND="
29 ${PYTHON_DEPS}
30 >=x11-libs/gtk+-3.0:3
31 dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
32 media-libs/mlt[python,ffmpeg,gtk,${PYTHON_USEDEP}]
33 dev-python/dbus-python[${PYTHON_USEDEP}]
34 media-plugins/frei0r-plugins
35 media-plugins/swh-plugins
36 dev-python/pycairo[${PYTHON_USEDEP}]
37 dev-python/numpy[${PYTHON_USEDEP}]
38 dev-python/pillow[${PYTHON_USEDEP}]
39 dev-python/librsvg-python[${PYTHON_USEDEP}]
40 gnome-base/librsvg:2
41 media-gfx/gmic[ffmpeg,X]
42 dev-libs/glib:2[dbus,${PYTHON_USEDEP}]
43 x11-libs/gdk-pixbuf:2[X]
44 virtual/ffmpeg
45"
46RDEPEND="${DEPEND}"
47
48S="${WORKDIR}"/${P}/${PN}-trunk
49
50src_prepare(){
51 epatch "${FILESDIR}/${P}-install-dir-fix.patch"
52 eapply_user
53}
54
55src_install(){
56 dobin ${PN}
57 insinto /usr/share/${PN}
58 doins -r Flowblade/*
59 doman installdata/${PN}.1
60 dodoc README
61 doicon -s 128 installdata/${PN}.png
62 domenu installdata/${PN}.desktop
63 insinto /usr/share/mime/packages
64 doins installdata/${PN}.xml
65}
66
67pkg_preinst(){
68 gnome2_icon_savelist
69}
70
71pkg_postinst() {
72 fdo-mime_mime_database_update
73 fdo-mime_desktop_database_update
74 gnome2_icon_cache_update
75}
76
77pkg_postrm() {
78 fdo-mime_mime_database_update
79 fdo-mime_desktop_database_update
80 gnome2_icon_cache_update
81}
diff --git a/media-video/flowblade/flowblade-9999.ebuild b/media-video/flowblade/flowblade-9999.ebuild
deleted file mode 100644
index 15dd68a..0000000
--- a/media-video/flowblade/flowblade-9999.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
1# Copyright 1999-2016 Gentoo Authors
2# Distributed under the terms of the GNU General Public License v2
3# $Id$
4
5EAPI=6
6
7PYTHON_COMPAT=( python2_7 )
8
9inherit eutils python-r1 fdo-mime gnome2-utils
10
11DESCRIPTION="A multitrack non-linear video editor"
12HOMEPAGE="https://github.com/jliljebl/flowblade"
13
14if [[ ${PV} == *9999* ]];then
15 inherit git-r3
16 SRC_URI=""
17 EGIT_REPO_URI="${HOMEPAGE}"
18 KEYWORDS=""
19else
20 SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21 KEYWORDS="~x86 ~amd64"
22fi
23
24LICENSE="LGPL-3"
25SLOT="0"
26IUSE=""
27
28DEPEND="
29 ${PYTHON_DEPS}
30 >=x11-libs/gtk+-3.0:3
31 dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
32 media-libs/mlt[python,ffmpeg,gtk,${PYTHON_USEDEP}]
33 dev-python/dbus-python[${PYTHON_USEDEP}]
34 media-plugins/frei0r-plugins
35 media-plugins/swh-plugins
36 dev-python/pycairo[${PYTHON_USEDEP}]
37 dev-python/numpy[${PYTHON_USEDEP}]
38 dev-python/pillow[${PYTHON_USEDEP}]
39 dev-python/librsvg-python[${PYTHON_USEDEP}]
40 gnome-base/librsvg:2
41 media-gfx/gmic[ffmpeg,X]
42 dev-libs/glib:2[dbus,${PYTHON_USEDEP}]
43 x11-libs/gdk-pixbuf:2[X]
44 virtual/ffmpeg
45"
46RDEPEND="${DEPEND}"
47
48S="${WORKDIR}"/${P}/${PN}-trunk
49
50src_prepare(){
51 epatch "${FILESDIR}/${PN}-1.8-install-dir-fix.patch"
52 eapply_user
53}
54
55src_install(){
56 dobin ${PN}
57 insinto /usr/share/${PN}
58 doins -r Flowblade/*
59 doman installdata/${PN}.1
60 dodoc README
61 doicon -s 128 installdata/${PN}.png
62 domenu installdata/${PN}.desktop
63 insinto /usr/share/mime/packages
64 doins installdata/${PN}.xml
65}
66
67pkg_preinst(){
68 gnome2_icon_savelist
69}
70
71pkg_postinst() {
72 fdo-mime_mime_database_update
73 fdo-mime_desktop_database_update
74 gnome2_icon_cache_update
75}
76
77pkg_postrm() {
78 fdo-mime_mime_database_update
79 fdo-mime_desktop_database_update
80 gnome2_icon_cache_update
81}
diff --git a/media-video/flowblade/metadata.xml b/media-video/flowblade/metadata.xml
deleted file mode 100644
index 72f2c57..0000000
--- a/media-video/flowblade/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3<pkgmetadata>
4 <maintainer type="person">
5 <email>jpizarrocallejas@gmail.com</email>
6 <name>Jorge Pizarro Callejas</name>
7 <description>Jorgicio Gentoo Overlay</description>
8 </maintainer>
9</pkgmetadata>
diff --git a/net-im/utox/metadata.xml b/net-im/utox/metadata.xml
deleted file mode 100644
index 8c7121d..0000000
--- a/net-im/utox/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3<pkgmetadata>
4 <maintainer>
5 <email>maintainer-wanted@gentoo.org</email>
6 </maintainer>
7 <use>
8 <flag name="dbus">Adds dbus support for desktop notifications</flag>
9 <flag name="filter_audio">Adds support for filtering audio input</flag>
10 </use>
11</pkgmetadata>
diff --git a/net-im/utox/utox-9999.ebuild b/net-im/utox/utox-9999.ebuild
deleted file mode 100644
index 6eeae14..0000000
--- a/net-im/utox/utox-9999.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
1# Copyright 1999-2016 Gentoo Authors
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5EAPI=5
6
7inherit eutils fdo-mime git-r3 gnome2-utils toolchain-funcs
8
9DESCRIPTION="Lightweight Tox client"
10HOMEPAGE="https://github.com/notsecure/uTox"
11EGIT_REPO_URI="https://github.com/notsecure/uTox.git
12 git://github.com/notsecure/uTox.git"
13
14LICENSE="GPL-3"
15SLOT="0"
16IUSE="+dbus +filter_audio"
17
18RDEPEND="net-libs/tox[av]
19 media-libs/freetype
20 filter_audio? ( media-libs/libfilteraudio )
21 media-libs/libv4l
22 media-libs/libvpx
23 media-libs/openal
24 x11-libs/libX11
25 x11-libs/libXext
26 dbus? ( sys-apps/dbus )"
27DEPEND="${RDEPEND}
28 virtual/pkgconfig"
29
30src_prepare() {
31 epatch_user
32}
33
34src_configure() {
35 if use filter_audio && [ "${PROFILE_IS_HARDENED}" = 1 ]; then
36 ewarn "Building µTox with support for filter_audio using hardened profile results in"
37 ewarn "crash upon start. For details, see https://github.com/notsecure/uTox/issues/844"
38 fi
39 # respect CFLAGS
40 sed -i \
41 -e '/CFLAGS/s# -g ##' \
42 Makefile || die
43}
44
45src_compile() {
46 emake \
47 CC="$(tc-getCC)" \
48 DBUS=$(usex dbus "1" "0") \
49 FILTER_AUDIO=$(usex filter_audio "1" "0")
50}
51
52src_install() {
53 emake DESTDIR="${D}" PREFIX="/usr" install
54}
55
56pkg_preinst() {
57 gnome2_icon_savelist
58}
59
60pkg_postinst() {
61 fdo-mime_desktop_database_update
62 gnome2_icon_cache_update
63}
64
65pkg_postrm() {
66 fdo-mime_desktop_database_update
67 gnome2_icon_cache_update
68}
diff --git a/sys-fs/dmc/files/dmc b/sys-fs/dmc/files/dmc
index fa91d5a..2a2febc 100755
--- a/sys-fs/dmc/files/dmc
+++ b/sys-fs/dmc/files/dmc
@@ -261,8 +261,7 @@ if ($opt_E) {
261If you really want to remove all access keys and make the 261If you really want to remove all access keys and make the
262volume inaccessible, copy and paste this command: 262volume inaccessible, copy and paste this command:
263 263
264/sbin/cryptsetup erase $vol 264/sbin/cryptsetup erase $vol && /bin/rm $vol
265/bin/rm $vol
266 265
267If you need to remove a certain key slot but leave the 266If you need to remove a certain key slot but leave the
268others as they are, here's what you need: 267others as they are, here's what you need: