X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:date:message-id:subject:from:to
	:content-type; q=dns; s=default; b=uypeS+gK43Q3g2WhJM9Ynruvis4Lx
	dq0j5/OokbvE/P6LcIXHbU9M+64nHODdZFzz52U3m4zKRhBziaKctFiZhoUcP24O
	8R+DKesRNTmdU3Rt2PdhsrKD3iM0rq7/3nxu5q/6GLRcJuP85qnjJ426mgnGuLzo
	bZTgslyme/lGw4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:date:message-id:subject:from:to
	:content-type; s=default; bh=wW71sSX8XICoHV7E+Ddt5AuE9iw=; b=RfD
	TLO5NyJpsOkJI3Ow77X+gzAw3/xYZqdjXPAt+Q37HzRdoca9sFHy57wVX06azmyC
	dVK5NL7ZC+QsJRpby2zTOiD9lv+LCQgTTZxAJRbQinbD/HfHRt5k28SmODtoiSdF
	YPwuiIY1PtWrryFj6wlttLjUqwINofdoubofIvuc=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,KAM_INFOUSME,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2
X-HELO: mail-qa0-f42.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:date:message-id:subject:from:to         :content-type;        bh=f2Lzje8Hqh+LLu/5f4zFtQ/SYC36TEXddJr4NO2LDIE=;        b=Cne431Cw2g9EGI/N8ZEK+P+d9xy4FJ9wmJFa1Rd9Mz3xdWaG0c32jdwnYdrh6LFmWm         pV86r50FEDHrN6edUYWerz0Fa7CamThoosX9MVsgtBpi5nw76vmjx3Jl9RQun7NTO5p6         hsv0PeK9NthiIk+pi0o1L+96uFfTFi0D2V3UDIT97yl4oK0IckvnSmoJsoQBZ5wHA8Xf         b2JdjzkZifyXeomKETsCUMXe1m/YVGPcSIAyxuH0kYueXFqx3G8woLXF8w1lZMYQ4VXc         bdqEnlra4bqkiCjrEaBliLGUX9N17jNKmqG8WPKua6HWaWRRIXwapBwER/t6hMByHAFh         u/Yw==
X-Gm-Message-State: ALoCoQlEPGzk9D20qv/D9wQ9kONL98MS4nxvZpTb7Jo1pVuyOx+Kp9TLeUjfpCwqbf43/AGQTTEM
MIME-Version: 1.0
X-Received: by 10.140.40.211 with SMTP id x77mr35956883qgx.25.1422860624831; Sun, 01 Feb 2015 23:03:44 -0800 (PST)
Date: Mon, 2 Feb 2015 15:03:44 +0800
Message-ID: <CAFSLk9fo1+Ss+y7THAUTEtfF_FFuERUP=keF5OzEBEAidzeHBw@mail.gmail.com>
Subject: Question about package version number
From: =?UTF-8?B?6Zmz6Z+L5Lu7?= <chenwj.cs97g+cygwin@g2.nctu.edu.tw>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

Hi all,

  I have made package for HIDAPI [1], and here is the cygport:

--------
CROSS_HOST="x86_64-w64-mingw32"
inherit cross

NAME="mingw64-x86_64-libhidapi0.8"
VERSION=master
RELEASE=1
CATEGORY="Libs"
SUMMARY="USB library"
DESCRIPTION="C Library for USB/Bluetooth HID device access from Linux,
Mac OS X, FreeBSD, and Windows."
HOMEPAGE="http://www.signal11.us/oss/hidapi/"
SRC_URI="https://github.com/signal11/hidapi/downloads/hidapi-${VERSION}.zip"
SRC_DIR="hidapi-${VERSION}"
--------

  The package is made against the git head, but I can only download
the tarball as hidapi-master.zip.

  What VERSION should I use here? The libhidapi package on Ubuntu is
marked as 0.8.0-rc1 [2], should I follow this convention?

  Thanks.

[1] http://www.signal11.us/oss/hidapi/
[2] http://packages.ubuntu.com/source/trusty/hidapi

Regards,
chenwj

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

