summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb
blob: 88484eb12b0760e4dcecf091e1d953798048733d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Matchbox GTK+ theme configuration application."
HOMEPAGE = "http://matchbox-project.org"
BUGTRACKER = "http://bugzilla.openedhand.com/"

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                    file://appearance/mb-appearance.c;endline=25;md5=ea92333cf8a6802639d62d874c114a28"

DEPENDS = "gconf gtk+"
RDEPENDS_${PN} = "settings-daemon"

PV = "0.0+svnr${SRCREV}"
PR = "r1"

S = "${WORKDIR}/${PN}"

SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
        file://no-handed.patch;patch=1;pnum=0"

inherit autotools pkgconfig
flacProperties->sampleWidth()) | | ~~~~~~~~~~~~~~ ^ | ../gnome-commander-1.16.1/src/tags/gnome-cmd-tags-taglib.cc:154:67: error: no member named 'sampleWidth' in 'TagLib::FLAC::Properties' | 154 | cout << "Audio.FLAC.SampleWidth " << flacProperties->sampleWidth()<< endl; | | ~~~~~~~~~~~~~~ ^ Upstream-Status: Pending Signed-off-by: Khem Raj <raj.khem@gmail.com> --- src/tags/gnome-cmd-tags-taglib.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tags/gnome-cmd-tags-taglib.cc b/src/tags/gnome-cmd-tags-taglib.cc index 9e65836..573f5eb 100644 --- a/src/tags/gnome-cmd-tags-taglib.cc +++ b/src/tags/gnome-cmd-tags-taglib.cc @@ -150,8 +150,8 @@ bool getAudioProperties(GnomeCmdFileMetadata &metadata, const TagLib::AudioPrope if (flacProperties) { metadata.add(TAG_AUDIO_CODEC,"FLAC"); - if (flacProperties->sampleWidth()) - cout << "Audio.FLAC.SampleWidth " << flacProperties->sampleWidth()<< endl; + if (flacProperties->bitsPerSample()) + cout << "Audio.FLAC.BitsPerSample " << flacProperties->bitsPerSample()<< endl; return true; } -- 2.44.0