Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.
Search Criteria
Package Details: ignition-common 5.4.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ignition-common.git (read-only, click to copy) |
---|---|
Package Base: | ignition-common |
Description: | Provides a set of libraries that cover many different use cases. |
Upstream URL: | https://gazebosim.org/libs/common |
Licenses: | Apache |
Submitter: | racko |
Maintainer: | acxz |
Last Packager: | acxz |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-24 09:56 (UTC) |
Last Updated: | 2023-11-22 04:08 (UTC) |
Dependencies (11)
- assimp (assimp-gitAUR)
- ffmpeg4.4
- freeimage
- gdal (gdal-ecwAUR, gdal-hdf4AUR, gdal-libkmlAUR, gdal-libkml-filegdbAUR)
- gts
- ignition-mathAUR (ignition-math-6AUR)
- ignition-utilsAUR (ignition-utils-1AUR)
- libutil-linux (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR, util-linux-libs)
- tinyxml2 (tinyxml2-gitAUR)
- ignition-cmakeAUR (ignition-cmake-2AUR) (make)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR) (make)
Required by (7)
Sources (1)
acxz commented on 2022-05-09 16:18 (UTC)
LilPepega commented on 2022-04-05 15:43 (UTC)
Fix build problem related to ffmpeg5.0 https://github.com/ignitionrobotics/ign-common/pull/325
diff --git a/PKGBUILD b/PKGBUILD
index 39d6bed..c402efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,16 @@ depends=('ignition-math>=6' 'ignition-utils' 'tinyxml2' 'freeimage' 'libutil-lin
makedepends=('ignition-cmake>=2' 'util-linux')
optdepends=()
conflicts=()
-source=("https://github.com/ignitionrobotics/ign-common/archive/${pkgname}4_${pkgver}.tar.gz")
-sha256sums=('854331ba0d0f1ef8c8099fdba0977fde58b1e0f9fd8d3f71d5fb02768829a850')
+source=("https://github.com/ignitionrobotics/ign-common/archive/${pkgname}4_${pkgver}.tar.gz" "patch"::"https://github.com/ignitionrobotics/ign-common/pull/325.patch")
+sha256sums=('854331ba0d0f1ef8c8099fdba0977fde58b1e0f9fd8d3f71d5fb02768829a850' 'SKIP')
_dir="ign-common-${pkgname}4_${pkgver}"
+prepare() {
+ cd "${srcdir}/$_dir"/
+ patch -p1 -i "${srcdir}/patch"
+}
+
build() {
cd "$srcdir/$_dir"
123_123abc commented on 2022-02-27 08:27 (UTC) (edited on 2022-02-27 08:27 (UTC) by 123_123abc)
Build fails
paru/clone/ignition-common/src/ign-common-ignition-common4_4.5.0/av/src/Video.cc:147:31: error: invalid conversion from ‘const AVCodec’ to ‘AVCodec’ [-fpermissive]
147 | codec = avcodec_find_decoder(stream->codecpar->codec_id);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| const AVCodec*
AchmadFathoni commented on 2022-01-21 15:00 (UTC)
Need co-maintainer for faster development response.
HeroCC commented on 2022-01-20 23:43 (UTC)
Should this package depend on https://aur.archlinux.org/packages/ignition-math/? This won't build for me unless I install ignition-math first manually.
LikeSmith commented on 2021-09-30 04:36 (UTC)
This package should also depend on ignition-utils, otherwise the graphics component does not build, which causes building ignition-rendering to fail
acxz commented on 2021-09-27 17:49 (UTC)
@AchmadFathoni Here is the patch to easily update this package:
https://gist.github.com/acxz/f2747cefd2093fb2a6e3ccccc6d0890d
Should be able to apply it with a simple git am < 0001-updpkg-4.2.0.patch
.
Pinned Comments
acxz commented on 2022-05-09 16:18 (UTC)
Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.