summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/pulseaudio
Commit message (Collapse)AuthorAgeFilesLines
* pavucontrol: update; fix build for wayland onlyMarkus Volk2022-05-292-6/+121
| | | | | | | | | | - Update to v5.0 - Add a patch for wayland builds that removes canberra dependency. Since the canberra-gtk+3 module paradoxically depends on gtk+2 it is unbuildable for wayland. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pavucontrol: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | | Fixes ../pavucontrol-4.0/configure: line 6444: syntax error near unexpected token `GUILIBS,' ../pavucontrol-4.0/configure: line 6444: `PKG_CHECK_MODULES(GUILIBS, gtkmm-3.0 >= 3.0 sigc++-2.0 libcanberra-gtk3 >= 0.16 )' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pavucontrol: Depend on libxml-parser-perl-nativeKhem Raj2021-02-071-2/+2
| | | | | | | | | Also use native perl instead of build host perl Fixes checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-211-1/+1
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pavucontrol: polish the recipeTanu Kaskinen2019-10-262-627/+9
| | | | | | | | | | | | | | | | | | | | | Removed an unused patch file: 0002-build-sys-Add-m4-file-for-AX_CXX_COMPILE_STDCXX_11.patch I believe gtk+3-native was added to DEPENDS to get glib-gettextize, which is actually provided by glib-2.0-native. Pavucontrol is not a part of GNOME, it just uses GTK, so it seems slightly wrong to inherit gnomebase. The only thing we need from gnomebase is the autotools inherit, which we can do directly. The gnomebase class automatically set the SECTION to "x11/gnome", but I think "x11/multimedia" is better. Added HOMEPAGE. Fixed LICENSE. Pavucontrol allows choosing later GPL versions as well. Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Inherit gnomebase instead of gnomeAdrian Bunk2019-07-261-2/+2
| | | | | | | The gnome class pulls in usually unwanted dependencies like gconf. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pavucontrol: upgrade 3.0 -> 4.0Changqing Li2019-06-152-33/+4
| | | | | | | drop support of gtk2 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pavucontrol: Backport patches to build with c++11 stdKhem Raj2017-04-053-1/+655
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pavucontrol: add pulseaudio-server to RDEPENDSAndreas Müller2017-02-221-0/+2
| | | | | | pavucontrol does not work without pulseaudio-server Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* pavucontrol: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | pavucontrol depends on gtkmm which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pavucontrol: replace intltool by intltool-native in DEPENDSAndreas Müller2016-09-111-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pavucontrol: update to 3.0Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pavucontrol: upgrade to 1.0Martin Jansa2012-12-252-17/+13
| | | | | | | | | * also fixes build without lynx: | make[2]: Entering directory `/OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/pavucontrol/0.9.10+git-r1/git/doc' | make[2]: *** No rule to make target `README', needed by `all-am'. Stop. | make[2]: Leaving directory `/OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/pavucontrol/0.9.10+git-r1/git/doc' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pavucontrol: add 0.9.10+gitKoen Kooi2011-07-121-0/+17
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>