From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) by mail.openembedded.org (Postfix) with ESMTP id C01DD6F630 for ; Mon, 17 Mar 2014 00:40:06 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id d17so3560684eek.1 for ; Sun, 16 Mar 2014 17:40:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=yKDN49VXK/SS7zGR89h7Aro8Sbhx+Qg9PjU5vemCKuo=; b=niY/lCjoXxFQdo4w1UtTRgRSBwVa4F4pIryzNQgozVcoVV4JupBQuOug970JMuUyZ2 lzp4g6+1qnEMlwxPkOAGoJfXH6MpBVToHj41OQtGPp8Sau/RZUdQ4SCNnW0/zzwRzZcE oFe7jDvi0z3SEFyOfCp4rkRw3fvoanmWlJqb1LWJxWE3I6gvFj8YBKIKZCoYldhf94OX Je41EPoRKhu/omzlwJSRkbgvFRGZVlnCXYhZbk071mQ2+CvYjvHwouXCUqEVF7yHUU3z BfZszyiTelAKkVQKLu5kPk7LyXRUhbuirABI8eJ6jiSqNWd6jtTQbclg08NbHhqLdxFL 2V6A== X-Received: by 10.14.6.1 with SMTP id 1mr5100011eem.71.1395016806390; Sun, 16 Mar 2014 17:40:06 -0700 (PDT) Received: from localhost (ip-89-176-104-3.net.upcbroadband.cz. [89.176.104.3]) by mx.google.com with ESMTPSA id i47sm35814713eeg.6.2014.03.16.17.40.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 16 Mar 2014 17:40:05 -0700 (PDT) Date: Mon, 17 Mar 2014 01:40:23 +0100 From: Martin Jansa To: openembedded-devel@lists.openembedded.org Message-ID: <20140317004023.GE3725@jama> References: <1395010139-15359-1-git-send-email-stephen.arnold42@gmail.com> <20140317000217.GD3725@jama> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Subject: Re: [meta-multimedia][PATCH] updated mpd to current upstream stable X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 00:40:12 -0000 X-Groupsio-MsgNum: 48715 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JSkcQAAxhB1h8DcT" Content-Disposition: inline --JSkcQAAxhB1h8DcT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 16, 2014 at 05:24:20PM -0700, Stephen Arnold wrote: > Not sure I understand; there should be only a new 0.18.8 recipe file in t= he > commit. I have an updated one with a more standard message body, > signed-off-by, etc. I'll resend a v2 in a minute, so please be specific = if > something looks funky. Thanks, Steve git rm meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.4.bb git commit --amend >=20 >=20 > On Sun, Mar 16, 2014 at 5:02 PM, Martin Jansa wro= te: >=20 > > On Sun, Mar 16, 2014 at 03:48:58PM -0700, stephen.arnold42 wrote: > > > --- > > > .../recipes-multimedia/musicpd/mpd_0.18.8.bb | 59 > > ++++++++++++++++++++++ > > > > Can you please remove 0.18.4 in the same commit and resend with -M? > > > > Thanks > > > > > 1 file changed, 59 insertions(+) > > > create mode 100644 meta-multimedia/recipes-multimedia/musicpd/ > > mpd_0.18.8.bb > > > > > > diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb= b/meta-multimedia/recipes-multimedia/musicpd/ > > mpd_0.18.8.bb > > > new file mode 100644 > > > index 0000000..b6882af > > > --- /dev/null > > > +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb > > > @@ -0,0 +1,59 @@ > > > +SUMMARY =3D "Music Player Daemon" > > > +LICENSE =3D "GPLv2" > > > +LIC_FILES_CHKSUM =3D "file://COPYING;md5=3D751419260aa954499f7abaaba= a882bbe" > > > +HOMEPAGE =3D"http://www.musicpd.org" > > > + > > > +DEPENDS =3D "alsa-lib libsamplerate0 libsndfile1 libvorbis libogg fa= ad2 > > ffmpeg curl sqlite bzip2 pulseaudio" > > > + > > > +SRC_URI =3D " \ > > > + http://www.musicpd.org/download/${PN}/stable/${P}.tar.xz \ > > > + file://mpd.conf.in \ > > > +" > > > + > > > +SRC_URI[md5sum] =3D "7bbe1caf5abe404dc985ca4f44984b1f" > > > +SRC_URI[sha256sum] =3D > > "5366378e548fb77996cc33b0e15165ddd84f1e496bdd04616bd593aecdc26450" > > > + > > > +inherit autotools useradd systemd > > > + > > > +EXTRA_OECONF =3D "enable_bzip2=3Dyes" > > > +EXTRA_OECONF +=3D "${@base_contains('DISTRO_FEATURES', 'systemd', > > '--with-systemdsystemunitdir=3D${systemd_unitdir}/system/', > > '--without-systemdsystemunitdir', d)}" > > > + > > > +PACKAGECONFIG[mad] =3D "--enable-mad,--disable-mad,libmad" > > > +PACKAGECONFIG[id3tag] =3D "--enable-id3,--disable-id3,libid3tag" > > > +PACKAGECONFIG[lame] =3D > > "--enable-lame-encoder,--disable-lame-encoder,lame" > > > + > > > +do_install_append() { > > > + install -d ${D}/${localstatedir}/lib/mpd/music > > > + chmod 775 ${D}/${localstatedir}/lib/mpd/music > > > + install -d ${D}/${localstatedir}/lib/mpd/playlists > > > + chown -R mpd ${D}/${localstatedir}/lib/mpd > > > + chown mpd:mpd ${D}/${localstatedir}/lib/mpd/music > > > + > > > + install -d ${D}/${sysconfdir} > > > + install -m 644 ${WORKDIR}/mpd.conf.in ${D}/${sysconfdir}/mpd.conf > > > + sed -i \ > > > + -e 's|%music_directory%|${localstatedir}/lib/mpd/music|' \ > > > + -e 's|%playlist_directory%|${localstatedir}/lib/mpd/playlist= s|' > > \ > > > + -e 's|%db_file%|${localstatedir}/lib/mpd/mpd.db|' \ > > > + -e 's|%log_file%|${localstatedir}/log/mpd.log|' \ > > > + -e 's|%state_file%|${localstatedir}/lib/mpd/state|' \ > > > + ${D}/${sysconfdir}/mpd.conf > > > + > > > + if [ -e ${D}/${systemd_unitdir}/system/mpd.service ] ; then > > > + sed -i \ > > > + 's|^ExecStart=3D.*|ExecStart=3D${bindir}/mpd --no-daemon= |' \ > > > + ${D}/${systemd_unitdir}/system/mpd.service > > > + fi > > > +} > > > + > > > +RPROVIDES_${PN} +=3D "${PN}-systemd" > > > +RREPLACES_${PN} +=3D "${PN}-systemd" > > > +RCONFLICTS_${PN} +=3D "${PN}-systemd" > > > +SYSTEMD_SERVICE_${PN} =3D "mpd.service" > > > + > > > +USERADD_PACKAGES =3D "${PN}" > > > +USERADD_PARAM_${PN} =3D " \ > > > + --system --no-create-home \ > > > + --home ${localstatedir}/lib/mpd \ > > > + --groups audio \ > > > + --user-group mpd" > > > -- > > > 1.8.5.3 > > > > > > -- > > > _______________________________________________ > > > Openembedded-devel mailing list > > > Openembedded-devel@lists.openembedded.org > > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > > -- > > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com > > > > -- > > _______________________________________________ > > Openembedded-devel mailing list > > Openembedded-devel@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > > > --=20 > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel --=20 Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com --JSkcQAAxhB1h8DcT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlMmRHcACgkQN1Ujt2V2gBxWQACdEY0hT6k/5rcbnm+vxyIRW8LN MnwAn0VY5W5UzX46+KsYDuMcsfk4hPXd =kW7W -----END PGP SIGNATURE----- --JSkcQAAxhB1h8DcT--