summaryrefslogtreecommitdiff
path: root/comms/scrcpy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* comms/scrcpy: update to 3.3.1Hiroki Tagato2025-06-212-6/+6
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v3.3.1 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 3.3Hiroki Tagato2025-06-122-6/+6
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v3.3 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 3.2Hiroki Tagato2025-04-206-24/+24
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v3.2 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 3.1Hiroki Tagato2024-12-252-6/+6
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v3.1 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 3.0.2Hiroki Tagato2024-12-074-11/+11
| | | | | | | | | Changelog: - https://github.com/Genymobile/scrcpy/releases/tag/v3.0 - https://github.com/Genymobile/scrcpy/releases/tag/v3.0.1 - https://github.com/Genymobile/scrcpy/releases/tag/v3.0.2 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 2.7Hiroki Tagato2024-09-233-9/+9
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.7 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 2.6.1Hiroki Tagato2024-08-052-6/+6
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.6.1 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 2.6Hiroki Tagato2024-08-022-6/+6
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.6 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 2.5Hiroki Tagato2024-07-112-7/+7
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.5 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 2.4Hiroki Tagato2024-03-074-12/+11
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.4 Reported by: GitHub (watch releases)
* */*: Sanitize MANPREFIX for meson portsMuhammad Moinur Rahman2024-01-121-1/+2
| | | | Approved by: portmgr
* comms/scrcpy: update to 2.3.1Hiroki Tagato2023-12-153-25/+6
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.3.1 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 2.3Hiroki Tagato2023-12-024-9/+28
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.3 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 2.2Hiroki Tagato2023-11-082-6/+6
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.2 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 2.1.1Hiroki Tagato2023-07-242-6/+6
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.1.1 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 2.1Hiroki Tagato2023-06-273-16/+10
| | | | | | While here, remove unnecessary USES=desktop-file-utils. Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.1
* */*: Bump all users of multimedia/ffmpeg*Daniel Engberg2023-04-271-1/+1
| | | | ...to make sure all picks up new version(s)
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-0/+1
|
* comms/scrcpy: update to 2.0Hiroki Tagato2023-03-133-9/+14
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.0 Reported by: GitHub (watch releases)
* comms/scrcpy: update to 1.25Hiroki Tagato2023-01-293-13/+19
| | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.25
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* comms/scrcpy: update to 1.24Hiroki Tagato2022-06-306-11/+55
| | | | | | | Changelog: - https://github.com/Genymobile/scrcpy/releases/tag/v1.22 - https://github.com/Genymobile/scrcpy/releases/tag/v1.23 - https://github.com/Genymobile/scrcpy/releases/tag/v1.24
* comms/scrcpy: Depend on new devel/android-tools portNeel Chauhan2022-06-091-1/+2
|
* comms/scrcpy: update to 1.21Hiroki Tagato2021-12-024-19/+19
| | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.21
* comms/scrcpy: update to 1.20Hiroki Tagato2021-11-242-7/+9
| | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.20
* comms/scrcpy: update to 1.19Hiroki Tagato2021-11-083-6/+19
| | | | | | Changelog: - https://github.com/Genymobile/scrcpy/releases/tag/v1.18 - https://github.com/Genymobile/scrcpy/releases/tag/v1.19
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.17Hiroki Tagato2021-01-083-14/+6
| | | | | | | | | | | | | Changelog: - https://github.com/Genymobile/scrcpy/releases/tag/v1.15 - https://github.com/Genymobile/scrcpy/releases/tag/v1.15.1 - https://github.com/Genymobile/scrcpy/releases/tag/v1.16 - https://github.com/Genymobile/scrcpy/releases/tag/v1.17 Reviewed by: ehaupt Notes: svn path=/head/; revision=560758
* Fix build on GCC architecturesHiroki Tagato2020-06-061-0/+8
| | | | | | | | | PR: 246975 Submitted by: pkubaj Approved by: mentors (implicit) Notes: svn path=/head/; revision=538080
* Update to 1.14Hiroki Tagato2020-05-302-9/+9
| | | | | | | | Approved by: mentors (implicit) Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.14 Notes: svn path=/head/; revision=537050
* - Update to 1.13Hiroki Tagato2020-05-072-10/+11
| | | | | | | | | | - Make portclippy happy Approved by: ehaupt (mentor) Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.13 Notes: svn path=/head/; revision=534259
* Change MAINTAINER email address to FreeBSD.org oneHiroki Tagato2020-04-131-1/+1
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=531571
* comms/scrcpy: update to 1.12.1Tobias C. Berner2020-01-033-30/+13
| | | | | | | | PR: 242873 Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer) Notes: svn path=/head/; revision=521914
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* comms/scrcpy: update to 1.9Steve Wills2019-06-303-11/+21
| | | | | | | | PR: 238703 Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer) Notes: svn path=/head/; revision=505484
* comms/scrcpy: update to 1.8Steve Wills2019-03-182-6/+6
| | | | | | | | PR: 236442 Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer) Notes: svn path=/head/; revision=496219
* Fix build on gcc-based architectures:Mark Linimon2019-03-131-1/+1
| | | | | | | | | cc1: error: unrecognized command line option "-std=c11" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495559
* comms/scrcpy: Update to 1.7Tobias Kortkamp2019-02-232-7/+7
| | | | | | | | | Changes: https://github.com/Genymobile/scrcpy/releases/tag/v1.7 PR: 235851 Submitted by: Hiroki Tagato <tagattie@yandex.com> Notes: svn path=/head/; revision=493638
* comms/scrcpy: New port -- Display and control your Android deviceTobias C. Berner2019-01-273-0/+58
Scrcpy provides display and control of Android devices connected on USB (or over TCP/IP). It does not require any root access. https://github.com/Genymobile/scrcpy PR: 235146 Submitted by: Hiroki Tagato <tagattie@yandex.com> Notes: svn path=/head/; revision=491334