| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|
|
|
|
|
|
|
| |
It has several compilation bugs in addition to being under no development.
There are also alternatives in the tree.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
| |
The patch created patch files in the ffmpeg build directory, which did
absolutely nothing. Properly backported them.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|
|
|
| |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|
|
|
| |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|
|
|
| |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|
|
|
| |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|
|
|
| |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.
Specifically, the line is removed if the assigned value is:
* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
if it is set, so now this is identical to the default value.
* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)
if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
the same as the previous case
* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
This is the same as the default PKG_BUILD_DIR when there is no
BUILD_VARIANT.
* $(BUILD_DIR)/[name]-$(PKG_VERSION)
where [name] is a string that is identical to PKG_NAME
[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\
| |
| | |
ffmpeg: Fix pkgconfig files to be more cross compile friendly
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Before:
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib
includedir=/usr/include
After:
prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Numbered the other patch file.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
| |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|
|
|
|
|
| |
It should be the host build, which is already satisfied by grilo.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
It needs to be on host. The target one is already covered below.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
motion: Update to 4.2.2
|
| |
| |
| |
| |
| |
| | |
Removed webp support. motion picks it up now that it's in the tree.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
mjpg-streamer: modularize package
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Instead of selecting the modules on compile time, package them into
several small packages. While at it, add the ZeroMQ output plugin which
was previously not packaged.
Also make sure to use OpenWrt's built-in support for CMake properly by
calling Build/Configure/Default in the package's Build/Configure rule.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
lcdgrilo: Fix compilation with newer Vala
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It seems semantics changed slightly.
Cleaned up Makefile for consistency between packages.
Added PKG_BUILD_PARALLEL for faster compilation.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
| |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|
|
|
| |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|
|
|
|
|
|
|
| |
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".
Signed-off-by: Sven Eckelmann <sven@narfation.org>
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
v4l2rtspserver: Update to 0.1.8
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Updated live555 to 2019.08.28
Add TARGET_CFLAGS to LIVE555 CFLAGS to fix compilation with ASLR.
Several other Makefile cleanups and optimizations.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
| |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|
|
|
|
|
| |
This version upgrade should fix issue #9830.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
|
|
|
|
|
|
|
| |
Changes:
-add PKG_CPE_ID
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|
|
|
| |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\
| |
| | |
graphicsmagick: update to the latest release
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update to v1.3.33, the latest official release. This release is the
product of significant bug and security fixes due to GraphicsMagick
participating in Google's oss-fuzz project. This release fixes 7
issues detected by oss-fuzz as well as a number of issues reported
via the SourceForge bug tracker, or discovered via testing.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
|
|/
|
|
|
|
| |
Update to the latest official release.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
|
|
|
|
| |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|
|
|
| |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|
|
|
| |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\
| |
| | |
minisatip: pkg hash fix
|
| |
| |
| |
| | |
Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Makefile reordering to be more consistent with other packages
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\|
| |
| | |
minisatip: add new package
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Minisatip is a multi-threaded satip server version 1.2 that runs
under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2,
DVB-C, DVB-C2, ATSC and ISDB-T cards.
https://github.com/catalinii/minisatip
Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Simplify Makefile
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Add python3-setuptools as dependency
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Makefile polishing - Move DEPENDS under URL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2:
deduplicate files in libnghttp2")
The packages in this commit are identified with the following command
grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*'
Some of them do not have symlinks and are not affected, but the change
is still applied for consideration of best practices just in case
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \
| | |
| | | |
graphicsmagick: update to the latest upstream version
|
| | |
| | |
| | |
| | |
| | |
| | | |
Update to 1.3.32.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
|
|\ \ \
| | | |
| | | | |
libgphoto2 and gphoto2: update to 2.5.23
|