Versions
v3.9.13 :: 4.0/3 :: gentoo
- Modified
- License
- LGPL-2.1
- Keywords
- amd64 arm64 x86 ~alpha ~arm ~loong ~ppc ~ppc64 ~riscv ~sparc
- USE flags
- introspection test
USE flags
General
- introspection
- Add support for GObject based introspection
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-libs / glib : The GLib library of C routines
dev-libs / gobject-introspection : Introspection system for GObject-based libraries
media-libs / gst-plugins-base : Basepack of plugins for gstreamer
media-libs / gstreamer : Open source multimedia framework
net-dns / avahi : System which facilitates service discovery on a local network
net-libs / libsoup : HTTP client/server library for GNOME
sys-libs / zlib : Standard (de)compression library
x11-libs / gdk-pixbuf : Image loading library for GTK+
Runtime Dependencies
dev-libs / glib : The GLib library of C routines
dev-libs / gobject-introspection : Introspection system for GObject-based libraries
media-libs / gst-plugins-base : Basepack of plugins for gstreamer
media-libs / gstreamer : Open source multimedia framework
net-dns / avahi : System which facilitates service discovery on a local network
net-libs / libsoup : HTTP client/server library for GNOME
sys-libs / zlib : Standard (de)compression library
x11-libs / gdk-pixbuf : Image loading library for GTK+
Depending packages
media-plugins / grilo-plugins : A collection of plugins for the Grilo framework
media-sound / rhythmbox : Music management and playback software for GNOME
Bugs
- 831323
- net-libs/libdmapsharing-2.9.39 fails to compile: ld.lld: error: libdmapsharing-3.0.so: undefined reference to floorf [--no-allow-shlib-undefined]
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {dev-util → dev-build}/gtk-doc-am
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34819 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/libdmapsharing: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
net-libs/libdmapsharing: Stabilize 3.9.13 x86, #913218
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
net-libs/libdmapsharing: Stabilize 3.9.13 amd64, #913218
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
net-libs/libdmapsharing: Stabilize 3.9.13 arm64, #913218
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/libdmapsharing: Drop SLOT="3.0"
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
net-libs/libdmapsharing: keyword 3.9.13 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/libdmapsharing: Version bump to 3.9.13
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/libdmapsharing: Stabilize 3.9.12 arm64, #907624
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/libdmapsharing: Stabilize 3.9.12 x86, #907624
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-libs/libdmapsharing: Stabilize 3.9.12 amd64, #907624
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/libdmapsharing: Version bump to 3.9.12
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/libdmapsharing: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/libdmapsharing: Stabilize 2.9.41 x86, #861029
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-libs/libdmapsharing: Stabilize 2.9.41 amd64, #861029
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/libdmapsharing: Stabilize 2.9.41 arm64, #861029
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/libdmapsharing: add 2.9.41
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
net-libs/libdmapsharing: keyword ~riscv
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/libdmapsharing: Stabilize 2.9.39 arm64, #773172
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
net-libs/libdmapsharing: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/667630 Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Michael Mair-Keimberger · gentoo
net-libs/libdmapsharing: use HTTPS - Mart Raudsepp · gentoo
net-libs/libdmapsharing: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Thomas Deutschmann · gentoo
net-libs/libdmapsharing: x86 stable (bug #635938)
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Tobias Klausmann · gentoo
net-libs/libdmapsharing-2.9.39-r0: amd64 stable
Gentoo-Bug: http://bugs.gentoo.org/635938 - Gilles Dartiguelongue · gentoo
net-libs/libdmapsharing: version bump 2.9.37 → 2.9.39
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Alexis Ballier · gentoo
net-libs/libdmapsharing: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Mart Raudsepp · gentoo
net-libs/libdmapsharing: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Pacho Ramos · gentoo
net-libs/libdmapsharing: x86 stable, bug 606818
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" - Pacho Ramos · gentoo
net-libs/libdmapsharing: amd64 stable, bug 606818
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Pacho Ramos · gentoo
net-libs/libdmapsharing: Drop old
Package-Manager: portage-2.3.2 - Pacho Ramos · gentoo
net-libs/libdmapsharing: Version bump
Package-Manager: portage-2.3.2 - Pacho Ramos · gentoo
net-libs/libdmapsharing: x86 stable, bug 587010
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" - Pacho Ramos · gentoo
net-libs/libdmapsharing: amd64 stable, bug 587010
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" - Gilles Dartiguelongue · gentoo
net-libs/libdmapsharing: version bump 2.9.35 → 2.9.36
Package-Manager: portage-2.3.0 - Gilles Dartiguelongue · gentoo
net-libs/libdmapsharing: clean up old revision
Package-Manager: portage-2.3.0 - Pacho Ramos · gentoo
net-libs/libdmapsharing: x86 stable, bug 584468
Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="x86" - Pacho Ramos · gentoo
net-libs/libdmapsharing: amd64 stable, bug 584468
Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="amd64" - Pacho Ramos · gentoo
net-libs/libdmapsharing: Version bump
Package-Manager: portage-2.3.0_rc1 - Pacho Ramos · gentoo
net-libs/libdmapsharing: Drop old
Package-Manager: portage-2.3.0_rc1 - Agostino Sarubbo · gentoo
net-libs/libdmapsharing: x86 stable wrt bug #565086
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - Agostino Sarubbo · gentoo
net-libs/libdmapsharing: amd64 stable wrt bug #565086
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - Pacho Ramos · gentoo
net-libs/libdmapsharing: Drop old
Package-Manager: portage-2.2.23 - Pacho Ramos · gentoo
net-libs/libdmapsharing: Version bump, avahi[dbus] is needed (#561072 by Toralf Förster)
Package-Manager: portage-2.2.23 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed