SHA256
1
0
forked from pool/scrcpy
scrcpy/scrcpy.spec
Tomáš Chvátal 17f531cc17 Accepting request 596047 from home:xenonpk
- Update to version 1.1~git20180408:
  * Map numpad ENTER key
- Update to version 1.1~git20180405:
  * Add FAQ section about KWin crash
- Update to version 1.1~git20180404:
  * Avoid pointer arithmetic on "void *"
  * Use const pointers when possible
- Update to version 1.1~git20180331:
  * Document 32 bits packages Windows in README
- Update to version 1.1~git20180328:
  * Make checkstyle happy
  * Install on macOS via Homebrew in README
- Update to version 1.1~git20180328:
  * Document how to make a portable build on Windows
- Update to version 1.1~git20180327:
  * Factorize texture creation
- Update to version 1.1~git20180326:
  * Forward double-click events
- Update to version 1.1~git20180325:
  * Add instructions to install Java 8 on macOS
  * Update README.md
  * Add instructions to run via Docker
- Update to version 1.1~git20180324:
  * Change links to wikipedia
  * Add links to FFmpeg and LibSDL2 dependencies
  * Process the last video frame
  * Unref last packet on exit
  * Clarify adb requirements
  * Describe workaround to get output on Windows
- Update to version 1.1~git20180321:
  * Disable custom SDL signal handlers
  * Remove useless blocks in switch/case
- Update to version 1.1~git20180320:
  * Include source root directory

OBS-URL: https://build.opensuse.org/request/show/596047
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=2
2018-04-12 21:02:58 +00:00

61 lines
1.6 KiB
RPMSpec

#
# spec file for package scrcpy
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: scrcpy
Version: 1.1~git20180408
Release: 0
Summary: Display and control your Android device
License: Apache-2.0
Group: Hardware/Mobile
Url: https://github.com/Genymobile/scrcpy
Source0: %{name}-%{version}.tar.xz
Source1: https://github.com/Genymobile/scrcpy/releases/download/v1.1/scrcpy-server-v1.1.jar
BuildRequires: meson
BuildRequires: ninja
BuildRequires: gcc
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
%description
This application provides display and control of Android devices connected on USB. It does not require any root access
%prep
%setup -q
%build
%meson \
-Dprebuilt_server=%{S:1}
%meson_build
%install
%meson_install
%files
%doc README.md DEVELOP.md FAQ.md
%license LICENSE
%{_bindir}/%{name}
%{_datadir}/%{name}
%changelog