back to updates

This commit is contained in:
Mario Fetka
2021-06-30 18:45:43 +02:00
parent 7576f0a9e2
commit 701156bcf9
103 changed files with 2590 additions and 688 deletions

View File

@@ -1,2 +1,4 @@
DIST RASClient-15.5.16465_i386.tar.bz2 14857037 BLAKE2B c54e82bd88fa76e30d7cce1248940e17b36542f1688375ba1a312b4ab4509c8e3361bfef9160ae01257f1fda942003391661c678631825e92eb6c0aff3e872cc SHA512 d14e8a2b87bab1010642e73dd6ff56319e909b9074b197446db3376bd14390ceb96b8f9bf040b8724a7e92babc4b60d9560d28d6eed59f7364ec82c10f04bfe3
EBUILD rasclient-15.5.4.16465.ebuild 2335 BLAKE2B bfef07e89c3fc1bfa3a71e9095b7bc21e7729630e873f2eaa72959050d62a926b03fec28a952e278598a4a62aee6920a2f28b0bdd441617c515488ff2d3e097f SHA512 5ba9a3115cd67c64e5bcc005eae7e253a5dac6d3114ee5ab98b28df97713bb8d066e227c000f5a38120725f61b620f013b1dd62de9f772233bf13bf8bb55e1f5
DIST RASClient-17.1.21954_x86_64.tar.bz2 20587770 BLAKE2B 417fdd67db9d2e567623b9b839da9180409decfee2ace192a20b61cd7750d5b3a81cc17374031e7faa9bd6f4c545817f47fc5099f295883a8bf742fc71fcfb91 SHA512 d50dbfe85b48694cef49f0c95ebe99bc3c17cf48888948fabe81dab1143deb584b74b69ddce201a97ce46a83063e7d2c2ace309a89350923ad6c4ad7f865962e
EBUILD rasclient-15.5.4.16465.ebuild 2769 BLAKE2B 260d13736ce153d85227fd22f44bed41f3cc1e3fb43da7d8fc61d002d2c61aaf2a6cfce5651feff172afe13b8dd34fc09938623550a1fd94b35f36adb382a032 SHA512 657f944eb1d17fe8b7807ab575dc096f5c3637900dd67631d977541c0d4bcc1a5375d691362a6b095a8fd5f052bcf0a5b19009871807a6270277713850cd917b
EBUILD rasclient-17.1.3.21954.ebuild 2639 BLAKE2B 63e35fff53a9b0f0a6837ad3287ab7b4ae0aed6bdd3f891e6802ca810cb1801bea0f4ce4201990996ab520e69a286fceaba11d77f3a7d5b1bf366f414c4e3627 SHA512 7adb4ebb2df20abadc5f88f3c0d5642685a494dc5ee890bead1fe303ecf47ec95440d9fccdd27729d96d9227acf7cd94c7a98fd70e6a9de84f2054181ec274c9

View File

@@ -13,8 +13,8 @@ MY_PV="${PV_MAJ}.${PV_MIN}.${PV_DIF}"
DESCRIPTION="Parallels Remote Application Client"
HOMEPAGE="https://www.parallels.com/eu/products/ras/download/links/#lin"
SRC_URI="x86? ( http://download.parallels.com/ras/v${PV_MAJ}/${PV}/RASClient-${MY_PV}_i386.tar.bz2 )"
SRC_URI="amd64? ( http://download.parallels.com/ras/v${PV_MAJ}/${PV}/RASClient-${MY_PV}_i386.tar.bz2 )"
SRC_URI="x86? ( http://download.parallels.com/ras/v${PV_MAJ}/${PV}/RASClient-${MY_PV}_i386.tar.bz2 )
amd64? ( http://download.parallels.com/ras/v${PV_MAJ}/${PV}/RASClient-${MY_PV}_i386.tar.bz2 )"
LICENSE="no-source-code"
SLOT="0"
@@ -25,10 +25,30 @@ S="${WORKDIR}"
RESTRICT="mirror bindist strip" #299368
# dev-qt/qtdbus:4
# dev-qt/qtcore:4"
RDEPEND="
media-libs/libpng:1.2
dev-qt/qtdbus:4
dev-qt/qtcore:4"
media-libs/libpng-compat:1.2
dev-libs/libxml2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
sys-libs/zlib
net-print/cups
|| ( sys-devel/base-gcc sys-devel/gcc )
sys-apps/pcsc-lite
sys-libs/glibc
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXcursor
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXinerama
x11-libs/libXpm
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst"
pkg_setup() {
# This is a binary x86 package => ABI=x86
@@ -39,6 +59,7 @@ pkg_setup() {
src_install() {
into /opt/2X/Client/
dobin opt/2X/Client/bin/*
rm opt/2X/Client/lib/libfreetype*
dolib.so opt/2X/Client/lib/*
ln -sf $(get_libdir) "${D}/opt/2X/Client/lib"

View File

@@ -0,0 +1,107 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit pax-utils xdg-utils versionator desktop
PV_MAJ=$(get_major_version )
PV_MIN=$(get_version_component_range 2)
PV_SUB=$(get_version_component_range 3)
PV_DIF=$(get_version_component_range 4)
MY_PV="${PV_MAJ}.${PV_MIN}.${PV_DIF}"
DESCRIPTION="Parallels Remote Application Client"
HOMEPAGE="https://www.parallels.com/eu/products/ras/download/links/#lin"
SRC_URI="amd64? ( http://download.parallels.com/ras/v${PV_MAJ}/${PV}/RASClient-${MY_PV}_x86_64.tar.bz2 )"
LICENSE="no-source-code"
SLOT="0"
KEYWORDS="~amd64"
IUSE="pax_kernel"
S="${WORKDIR}"
RESTRICT="mirror bindist strip" #299368
DEPEND="media-libs/libpng-compat
dev-libs/glib
dev-libs/libusb
dev-libs/libxml2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/nas
sys-libs/zlib
net-print/cups
|| ( sys-devel/base-gcc sys-devel/gcc )
sys-apps/dbus
sys-apps/pcsc-lite
sys-libs/glibc
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXcursor
x11-libs/libXext
x11-libs/libXi
x11-libs/libXinerama
x11-libs/libXpm
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst"
RDEPEND="${DEPEND}"
#pkg_setup() {
# This is a binary x86 package => ABI=x86
# Please keep this in future versions
#has_multilib_profile && ABI="x86"
#}
src_install() {
into /opt/2X/Client/
dobin opt/2X/Client/bin/*
dolib.so opt/2X/Client/lib/*
ln -sf $(get_libdir) "${D}/opt/2X/Client/lib"
dodoc opt/2X/Client/doc/*
doicon opt/2X/Client/share/2X.png
domenu opt/2X/Client/share/rasclient.desktop
domenu opt/2X/Client/share/tuxclient.desktop
domenu opt/2X/Client/share/rassession.desktop
insinto /usr/share/mime-info
doins opt/2X/Client/share/mime/*.{keys,mime}
insinto /usr/share/application-registry
doins opt/2X/Client/share/mime/2XSession.applications
insinto /usr/share/mime/packages/
doins opt/2X/Client/share/sharedmimeinfo/2XClient.xml
insinto /opt/2X/Client/share
doins opt/2X/Client/share/*.{conf,qm,qss,pem}
doins opt/2X/Client/share/installed
# if use pax_kernel; then
# pax-mark -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux
# eqawarn "You have set USE=pax_kernel meaning that you intend to run"
# eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
# eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
# eqawarn "you suspect that ${PN} is being broken by this modification,"
# eqawarn "please open a bug."
# fi
}
pkg_postinst() {
xdg_desktop_database_update
xdg_mimeinfo_database_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_mimeinfo_database_update
}

View File

@@ -0,0 +1,4 @@
DIST RemoteDesktopManager.Free_2020.3.2.2_amd64.deb 49021324 BLAKE2B 46302441b5a8306411bce4ebcc158197e8e3eae71f7989b79bdb32457777634d971b13cc4106b469b5e60e44b6291bf42e7a70a1475c962538bb93c566fec02c SHA512 60d72e8b3f90be41e32453cfbd3b3998739b145459f3b2784f35045fbd4c247cccf66ac37a97ee1fafb41bb55b3a316eaac45ef659c1d40d1b872f3d115b971e
DIST RemoteDesktopManager.Free_2021.1.1.4_amd64.deb 50317320 BLAKE2B b602923274956617d47016bf33cf9b7a64a9f8c470cf78fa9ef4f52ab60b018168e63e6d72ca8441b590f434f8529c5566f75f8f5d001fa7211fa3cbe1f1bf75 SHA512 2727186bee9cf1cb2f9b7b86f6aacc0b23102f7df252b9020e6b229561d4b9b25a2f4fc7408d3f9a30092f0b7417620dd72dd2541715d223554f83de59a6b3ce
EBUILD remotedesktopmanager-free-2020.3.2.2.ebuild 1743 BLAKE2B fd07d1079d5f09efa40e4c9e79e06aff0b5ecd86eda651fdec4ad3e2f1f3cb0ea798170b04f273cbc2b00f62bc8a25066ec7637fa105e796dc9736d8b0fbbcdf SHA512 7d1c5633b6f19a6142f6b063441b7d6f0600db592911c4abadc5621945964b6159e119ff3ba9e9dddd3e3fcf230e6aaf76952f2916d8d02d992ba2b62af7d9c8
EBUILD remotedesktopmanager-free-2021.1.1.4.ebuild 1743 BLAKE2B fd07d1079d5f09efa40e4c9e79e06aff0b5ecd86eda651fdec4ad3e2f1f3cb0ea798170b04f273cbc2b00f62bc8a25066ec7637fa105e796dc9736d8b0fbbcdf SHA512 7d1c5633b6f19a6142f6b063441b7d6f0600db592911c4abadc5621945964b6159e119ff3ba9e9dddd3e3fcf230e6aaf76952f2916d8d02d992ba2b62af7d9c8

View File

@@ -0,0 +1,66 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit eutils unpacker user pam
DESCRIPTION="Remote DesktopManager"
HOMEPAGE="https://remotedesktopmanager.com"
SRC_URI="https://cdn.devolutions.net/download/Linux/RDM/${PV}/RemoteDesktopManager.Free_${PV}_amd64.deb"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="strip mirror test"
DEPEND="net-libs/webkit-gtk:4
app-misc/ca-certificates
app-crypt/libsecret:0
gnome-base/gnome-keyring:0"
RDEPEND="${DEPEND}"
#QA_TEXTRELS="opt/${PN}/$(get_libdir)/${PN}/*
# opt/${PN}/$(get_libdir)/libNeroAPI.so"
#QA_EXECSTACK="opt/${PN}/$(get_libdir)/nero/*"
#QA_PREBUILT="opt/${PN}/${PN}.*
# opt/${PN}/${PN}
# opt/${PN}/$(get_libdir)/.*so
# opt/${PN}/$(get_libdir)/${PN}/*
# opt/${PN}/$(get_libdir)/${PN}/plug-ins/*
# usr/share/${PN}/helpers/splash/nerosplash"
S=${WORKDIR}
#pkg_setup() {
# enewgroup openvpn_as
# enewuser openvpn_as -1 -1 -1 openvpn_as
#}
src_unpack() {
unpack_deb ${A}
}
#src_prepare() {
# epatch "${FILESDIR}/gentoo-specific.patch"
#}
src_install() {
dodir /opt/devolutions/RemoteDesktopManager.Free
cp -aR usr/lib/devolutions/RemoteDesktopManager.Free/* "${D}/opt/devolutions/RemoteDesktopManager.Free"
dodir /opt/bin
sed -e 's!usr/lib!opt!g' bin/remotedesktopmanager.free > "${D}/opt/bin/remotedesktopmanager.free"
chmod +x ${D}/opt/bin/remotedesktopmanager.free
dodir /usr/share/applications
sed -e "s!usr/lib!opt!g" usr/share/applications/remotedesktopmanager.free.desktop > "${D}/usr/share/applications/remotedesktopmanager.free.desktop"
dodir /usr/share/icons
cp -aR usr/share/icons/* "${D}/usr/share/icons"
}

View File

@@ -0,0 +1,66 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit eutils unpacker user pam
DESCRIPTION="Remote DesktopManager"
HOMEPAGE="https://remotedesktopmanager.com"
SRC_URI="https://cdn.devolutions.net/download/Linux/RDM/${PV}/RemoteDesktopManager.Free_${PV}_amd64.deb"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="strip mirror test"
DEPEND="net-libs/webkit-gtk:4
app-misc/ca-certificates
app-crypt/libsecret:0
gnome-base/gnome-keyring:0"
RDEPEND="${DEPEND}"
#QA_TEXTRELS="opt/${PN}/$(get_libdir)/${PN}/*
# opt/${PN}/$(get_libdir)/libNeroAPI.so"
#QA_EXECSTACK="opt/${PN}/$(get_libdir)/nero/*"
#QA_PREBUILT="opt/${PN}/${PN}.*
# opt/${PN}/${PN}
# opt/${PN}/$(get_libdir)/.*so
# opt/${PN}/$(get_libdir)/${PN}/*
# opt/${PN}/$(get_libdir)/${PN}/plug-ins/*
# usr/share/${PN}/helpers/splash/nerosplash"
S=${WORKDIR}
#pkg_setup() {
# enewgroup openvpn_as
# enewuser openvpn_as -1 -1 -1 openvpn_as
#}
src_unpack() {
unpack_deb ${A}
}
#src_prepare() {
# epatch "${FILESDIR}/gentoo-specific.patch"
#}
src_install() {
dodir /opt/devolutions/RemoteDesktopManager.Free
cp -aR usr/lib/devolutions/RemoteDesktopManager.Free/* "${D}/opt/devolutions/RemoteDesktopManager.Free"
dodir /opt/bin
sed -e 's!usr/lib!opt!g' bin/remotedesktopmanager.free > "${D}/opt/bin/remotedesktopmanager.free"
chmod +x ${D}/opt/bin/remotedesktopmanager.free
dodir /usr/share/applications
sed -e "s!usr/lib!opt!g" usr/share/applications/remotedesktopmanager.free.desktop > "${D}/usr/share/applications/remotedesktopmanager.free.desktop"
dodir /usr/share/icons
cp -aR usr/share/icons/* "${D}/usr/share/icons"
}

View File

@@ -0,0 +1,6 @@
DIST youtube-dl-gui-0.4.tar.gz 154995 BLAKE2B 9ce4e71567a04143c8ae280739bbeb9099d10c63bd3ea83f6474423a2237a91942046f88c45e767124ce36830fc8ac77be2494d3cc82c1f410471d7b16a10d0c SHA512 1205e96a5849fbe55a23a11ed79966e17383ddb012fb50c8e8c64c440d2c3f75a1220960092e36912f81a9bc652456555bd9f31463281ba66fd21faebebe2278
DIST youtube-dl-gui-1.1.4.tar.gz 435631 BLAKE2B 8fe354b67debaa76c2ad4751a9b69352696249e26d68cbe7f65a23d3b4deb2c55a245a045054b0c1faf243145b9b50c8047598bf271b96c37cef61624220caea SHA512 dc814524c4422af14f5002e67146c77b481adc599feda8004e3390815dcc90575f2a09293301ed79cf3356d0513630a9efd85bb81cd6695780087feaf38223c1
EBUILD youtube-dl-gui-0.4-r1.ebuild 1088 BLAKE2B 26db90bdd2641fab1051d003b7bb90442d1af5b109907d31889b041eabbffd46a39c44fd9bfe7da26095bb6312789a4c392923ab72dd81720538e363a99cc657 SHA512 353dcf9f3cf58e2be7d2f00f1fb857309b2ce34b81b9ffa3918f30153ab7016122db225f5aec695cf48097eed3eabbb5b7e884dffaa53a727740183a4a24a552
EBUILD youtube-dl-gui-1.1.4.ebuild 1200 BLAKE2B b788bc8c731a48d197ad2894b410989e8e88d205d857305ce505a8a0afdfbf82106445ea500051560b3a818ec89e496ef02ed240ad0358a9a13812e751b082e2 SHA512 873cd1219a8686f3541d4e7a4ab407709481ca5c1e2ada655f23f43229f5c3c703ddd85da1505e90474884d2da2b9c6ef136edc98291ed904acc654c27615323
EBUILD youtube-dl-gui-9999.ebuild 1088 BLAKE2B 26db90bdd2641fab1051d003b7bb90442d1af5b109907d31889b041eabbffd46a39c44fd9bfe7da26095bb6312789a4c392923ab72dd81720538e363a99cc657 SHA512 353dcf9f3cf58e2be7d2f00f1fb857309b2ce34b81b9ffa3918f30153ab7016122db225f5aec695cf48097eed3eabbb5b7e884dffaa53a727740183a4a24a552
MISC metadata.xml 244 BLAKE2B 6748ec3e704c4f3dbd724900834ba769a78f14acf8c47edd225c707d61a7bf88f04bc15bfb506d0e9efcb0046ff4b85494c68894778717ed0b8a6b48101b613b SHA512 e57726da465909df9d1afd81c2c0bfc4e7c818724ded8dafc45a58085de9367e27b1d681358f9f471c68b950acac3431b77d996efdd7241b6a170a0b323f6582

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,50 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9} )
inherit desktop distutils-r1 xdg-utils
DESCRIPTION="A cross platform front-end GUI of the popular youtube-dl"
HOMEPAGE="https://mrs0m30n3.github.io/youtube-dl-gui/"
LICENSE="Unlicense"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/MrS0m30n3/youtube-dl-gui"
else
SRC_URI="https://github.com/MrS0m30n3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
IUSE="+ffmpeg"
SLOT="0"
BDEPEND="sys-devel/gettext"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-python/wxpython:3.0[${PYTHON_USEDEP}]
dev-python/twodict[${PYTHON_USEDEP}]
net-misc/youtube-dl
ffmpeg? ( media-video/ffmpeg )"
python_install_all() {
distutils-r1_python_install_all
make_desktop_entry $PN \
"Youtube-DLG" \
"youtube-dl-gui" \
"Network;GTK;"
}
pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
}

View File

@@ -0,0 +1,58 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{4,5,6,7,8,9} )
inherit desktop distutils-r1 xdg-utils
DESCRIPTION="A cross platform front-end GUI of the popular youtube-dl"
HOMEPAGE="https://github.com/oleksis/youtube-dl-gui/"
LICENSE="Unlicense"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/oleksis/youtube-dl-gui.git"
else
SRC_URI="https://github.com/oleksis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
IUSE="+ffmpeg"
SLOT="0"
BDEPEND="sys-devel/gettext"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-python/wxpython:4.0[${PYTHON_USEDEP}]
dev-python/twodict[${PYTHON_USEDEP}]
dev-python/polib[${PYTHON_USEDEP}]
dev-python/pypubsub[${PYTHON_USEDEP}]
net-misc/youtube-dl
ffmpeg? ( media-video/ffmpeg )"
python_prepare() {
esetup.py build_trans
}
python_install_all() {
distutils-r1_python_install_all
make_desktop_entry $PN \
"Youtube-DLG" \
"youtube-dl-gui" \
"Network;GTK;"
}
pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
}

View File

@@ -0,0 +1,50 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9} )
inherit desktop distutils-r1 xdg-utils
DESCRIPTION="A cross platform front-end GUI of the popular youtube-dl"
HOMEPAGE="https://mrs0m30n3.github.io/youtube-dl-gui/"
LICENSE="Unlicense"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/MrS0m30n3/youtube-dl-gui"
else
SRC_URI="https://github.com/MrS0m30n3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
IUSE="+ffmpeg"
SLOT="0"
BDEPEND="sys-devel/gettext"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-python/wxpython:3.0[${PYTHON_USEDEP}]
dev-python/twodict[${PYTHON_USEDEP}]
net-misc/youtube-dl
ffmpeg? ( media-video/ffmpeg )"
python_install_all() {
distutils-r1_python_install_all
make_desktop_entry $PN \
"Youtube-DLG" \
"youtube-dl-gui" \
"Network;GTK;"
}
pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
}