summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2023-03-23 10:30:23 +0100
committerhaarp <main.haarp@gmail.com>2023-03-23 10:37:40 +0100
commitaeea781966370b21639528f894b4b99b5d029a0c (patch)
treef95603380f37fc93a9d5c806187e9683d5314f8d
parentAdd apktool, ripped from pentoo =) (diff)
downloadhaarp-aeea781966370b21639528f894b4b99b5d029a0c.tar.gz
haarp-aeea781966370b21639528f894b4b99b5d029a0c.tar.bz2
haarp-aeea781966370b21639528f894b4b99b5d029a0c.zip
Remove outdated scrcpy, is in Gentoo now
Signed-off-by: haarp <main.haarp@gmail.com>
-rw-r--r--app-mobilephone/scrcpy/Manifest3
-rw-r--r--app-mobilephone/scrcpy/scrcpy-1.12.1.ebuild34
2 files changed, 0 insertions, 37 deletions
diff --git a/app-mobilephone/scrcpy/Manifest b/app-mobilephone/scrcpy/Manifest
deleted file mode 100644
index 7858393..0000000
--- a/app-mobilephone/scrcpy/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST scrcpy-1.12.1.tar.gz 215449 BLAKE2B 68de3505e0f50a9aa8d1f292d408a5033e49795a17dea914bd71f80b95b8c4e468115e7cb77b081a90b0121f1a1397b9102d8af3fb9d213d3a02094dcde0aef9 SHA512 017a064cf8afc3e4103dfb40744c288840351de903ccec5e3787f82c152b338494613ce863b3d74e8dcc00936fd0b1b3331dd7cc9c8e938197cf1a1aaefb7aa1
-DIST scrcpy-server-1.12.1 26202 BLAKE2B e3e5f5f18c02741654f1fcda9ff903fcc49631f4befc61a6d5b09b84544ea7cbfb181d2bf186089f4fe2cc430c8ad8ec1b2ef04f610f6f21140e72af79f492ee SHA512 375c929e8118b9c9d167781851b8f23c43c9ac157c1c62225b2babfc6acea0eb06ba684d0b836ad64071030bde5ad17464a01cb4288739bd6e2a6b425fff0d72
-EBUILD scrcpy-1.12.1.ebuild 820 BLAKE2B 8a9cb2c62bf0d87c25dca4c5aaa0e09d3e62d9a7cfb02924cbad71a3de2cb70e634c22a16cb05f249a837b081c5a0777c162fe20ae77ab78d548294a6e28c98e SHA512 c00972df80b7e8bd139170363840646000154eb914a2a2a3bc6e9834da0acab2c0be48d58f2444ff6bcd859d7f9c365d9d8dc437349650e69ea1cd55cdc06c22
diff --git a/app-mobilephone/scrcpy/scrcpy-1.12.1.ebuild b/app-mobilephone/scrcpy/scrcpy-1.12.1.ebuild
deleted file mode 100644
index 0aa166a..0000000
--- a/app-mobilephone/scrcpy/scrcpy-1.12.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson ninja-utils
-
-DESCRIPTION="Display and control your Android device"
-HOMEPAGE="https://blog.rom1v.com/2018/03/introducing-scrcpy/"
-SRC_URI="https://github.com/Genymobile/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
- https://github.com/Genymobile/${PN}/releases/download/v${PV}/${PN}-server-v${PV} -> ${PN}-server-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl2
- media-video/ffmpeg"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local emesonargs=(
- -Db_lto=true
- -Dprebuilt_server="${DISTDIR}/${PN}-server-${PV}"
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-
- elog "This ebuild uses a prebuilt ${PN} server binary (the Android app)!"
-}