OSDN Git Service

BuildSystem: added 'make pkg.clean'
[handbrake-jp/handbrake-jp-git.git] / pkg / appcast.xml.m4
1 dnl
2 dnl This file is a template used to generate various appcast.xml files.
3 dnl
4 changequote(<<, >>)dnl
5 include(<<handbrake.m4>>)dnl
6 changequote([, ])dnl
7 dnl
8 dnl
9 dnl
10 <?xml version="1.0" encoding="utf-8"?>
11 <rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
12     <channel>
13         <title>__HB_name __BUILD_arch Appcast</title>
14         <link>__HB_url_appcast</link>
15         <description></description>
16         <language>en</language>
17         <pubDate>__BUILD_date</pubDate>
18         <lastBuildDate>__BUILD_date</lastBuildDate>
19         <item>
20             <title>__HB_name __HB_version Released</title>
21             <cli>__HB_build "__HB_version __BUILD_arch"</cli>
22             <sparkle:releaseNotesLink>__HB_url_appnote</sparkle:releaseNotesLink>
23             <pubDate>__BUILD_date</pubDate>
24             <description></description>
25             <enclosure
26                 sparkle:version="__HB_build"
27                 sparkle:shortVersionString="__HB_version __BUILD_arch"
28                 url="http://handbrake.fr/rotation.php?file=__APPCAST_dmg" 
29                 length="__APPCAST_dmg_size"
30                 type="application/octet-stream"/>
31             <sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
32         </item>
33     </channel>
34 </rss>