Search Criteria
Package Details: freecalypso-gsm-codec-lib-hg r556.18aca50d68df-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/freecalypso-gsm-codec-lib-hg.git (read-only, click to copy) |
---|---|
Package Base: | freecalypso-gsm-codec-lib-hg |
Description: | FreeCalypso GSM codec libraries and utilities |
Upstream URL: | https://www.freecalypso.org/hg/gsm-codec-lib |
Licenses: | LicenseRef-FreeCalypso |
Groups: | freecalypso |
Conflicts: | freecalypso-gsm-codec-lib |
Provides: | freecalypso-gsm-codec-lib |
Submitter: | fixeria |
Maintainer: | fixeria |
Last Packager: | fixeria |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-08-31 21:15 (UTC) |
Last Updated: | 2024-10-11 10:48 (UTC) |
Dependencies (1)
- mercurial (mercurial-hgAUR, mercurial-stable-hgAUR) (make)
Latest Comments
dreieck commented on 2024-05-24 11:05 (UTC)
Ahoj,
I see you have updated this package, but still miss
freecalypso-gsm-codec-lib
in theprovides
andconflicts
arrays.As far as the Arch Linux VCS package guidelines are concerned (and this
-hg
is a VCS package), the VCS package should list the "base" package in theprovides
andconflicts
arrays, and not the other way round.(Practical reason: One can easily depend on
freecalypso-gsm-codec-lib
, and it is the user's choice weather to install the base or-hg
variant.)This holds also true even if there is (at the present date) no non-VCS package around. Having the generic package in
provides
array allows to depend on it straight from the start!, not giving messed up dependencies later when it might come around, or when someone creates a-bin
package, or so.Regards!
dreieck commented on 2024-04-26 21:27 (UTC)
Please add
freecalypso-gsm-codec-lib
to theprovides
andconflicts
arrays.Regards and thanks for maintaining!
dreieck commented on 2024-04-26 21:07 (UTC)
prepare()
fails without emiting an error message:Turns out that
hg grep -l "#include <gsm.h>"
returns no output and exits with exitcode 1.Regards and thanks for maintaining!