Age | Commit message (Collapse) | Author |
|
Add optdepends
Add .nvchecker.toml
|
|
|
|
thanks antena
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also bring back 'libappindicator-gtk3' as optional dependency for the
GUI indicator.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
As only this one installs this file and right now pacman prints a
warning about this.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
To support building in isolated environments.
$srcdir should point to src/ directory and it should have symlinks or
copies of files specified in 'source', so things should work properly.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
So they are used for all variables.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
libappindicator-gtk3 is no longer needed and supported.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
For now without "official" support for v4l2loopback-dkms package, though
it can be installed and used for testing. This is because I'm not sure
yet how to deal with it as optional dependency and also while testing
myself, I found it difficult to set the desired resolution, so in my
opinion v4l2loopback-dc-dkms still provides a bit better UX than the
other module.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
If one wants to run GUI version of it, then libappindicator-gtk3 is also
required in addition to gtk3 package.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
Also Drop Makefile patch which allows building with system version of
libraries, as it is now part of the upstream release.
Also add 'libappindicator-gtk3' as build dependency, as Droidcam will
now register application indicator while running. The indicator also
requires an PNG icon to be loaded from /opt/droidcam-icon.png, so we
place a copy there.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
As then linux/install script from repository is used instead of
/usr/bin/install, which is incorrect.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
This release added new dependency on libusbmuxd and libplist, which
libusbmuxd also depends on. Upstream currenly hardcodes library name,
which is different on Arch, so patch is required to keep building.
Upstream patch to fix that: https://github.com/aramg/droidcam/pull/82
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
As they are both build from the same source.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
Previously added release archive is not a source archive, but binary
build, which I assume was mistakenly added, as git tagging of droidcam
is inconsistent. 1.1 had 'v1.1' tag and 1.2 has '1.2' tag.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
|
|
To use shared version of libjpeg-turbo.
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
|
|
Should now work with caching aur helpers
|
|
Tested using following Dockerfile:
FROM archlinux
RUN pacman -Sy --noconfirm base-devel
RUN useradd build
RUN bash -c "echo 'build ALL=(ALL) NOPASSWD: ALL' >
/etc/sudoers.d/build"
COPY ./v4l2loopback-dc-dkms /home/build/src/v4l2loopback-dc-dkms
WORKDIR /home/build/src/v4l2loopback-dc-dkms
RUN chown build: -R /home/build/src
RUN sudo -u build makepkg -scir --noconfirm
COPY . /home/build/src/droidcam
WORKDIR /home/build/src/droidcam
RUN chown build: -R /home/build/src
RUN sudo -u build makepkg -scir --noconfirm
RUN bash -c 'ldd $(which droidcam) $(which droidcam-cli)'
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
though I can't find a source for the new version number
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|