From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Subject: Re: [PATCH] gnu: Add mplayer2. Date: Thu, 19 Mar 2015 22:07:41 +0100 Message-ID: <878ues4rxe.fsf@taylan.uni.cx> References: <87pp854aa2.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYhfN-0006LR-11 for guix-devel@gnu.org; Thu, 19 Mar 2015 17:07:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYhfL-0004oC-S9 for guix-devel@gnu.org; Thu, 19 Mar 2015 17:07:44 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:36549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYhfL-0004nx-Lz for guix-devel@gnu.org; Thu, 19 Mar 2015 17:07:43 -0400 Received: by wgra20 with SMTP id a20so73261261wgr.3 for ; Thu, 19 Mar 2015 14:07:43 -0700 (PDT) Received: from taylan.uni.cx (p200300514A4A861F0213E8FFFEED36FB.dip0.t-ipconnect.de. [2003:51:4a4a:861f:213:e8ff:feed:36fb]) by mx.google.com with ESMTPSA id nb4sm3530564wjc.20.2015.03.19.14.07.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Mar 2015 14:07:42 -0700 (PDT) In-Reply-To: <87pp854aa2.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Thu, 19 Mar 2015 10:16:37 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") writes: > (source (origin > (method git-fetch) > (uri (git-reference > ;; XXX Change this if mplayer2.org goes up again. > (url "http://repo.or.cz/mplayer2.git") > (commit "2c378c71a4d9b1df382db9aa787b646628b4e3f9"))) > (sha256 > (base32 > "0s8554sanj6cvnf0h148nsmjgy5v0568nmcza7grpv6fnmddpfam")) > (file-name (string-append name "-" version)) > ;; Warning: after using this patch, one must pass the -ltheora > ;; linker flag manually to configure; see below. > (patches (list (search-patch "mplayer2-theora-fix.patch"))))) FYI I now also appended "-checkout" to the file-name so the source directory is easily distinguishable from the directory of the built package. Taylan