<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/compilingwithmingw/">
    <title>compilingwithmingw @ ウィキ</title>
    <link>http://w.atwiki.jp/compilingwithmingw/</link>
    <atom:link href="https://w.atwiki.jp/compilingwithmingw/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>compilingwithmingw @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2015-05-31T22:18:03+09:00</dc:date>
    <utime>1433078283</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/compilingwithmingw/pages/21.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/compilingwithmingw/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/compilingwithmingw/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/compilingwithmingw/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/compilingwithmingw/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/compilingwithmingw/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/compilingwithmingw/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/compilingwithmingw/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/compilingwithmingw/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/compilingwithmingw/pages/12.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/compilingwithmingw/pages/21.html">
    <title>pycuda</title>
    <link>https://w.atwiki.jp/compilingwithmingw/pages/21.html</link>
    <description>
      windows x64 + mingw + pycuda 環境

Microsoft Visual C++ Compiler for Python 2.7
----    </description>
    <dc:date>2015-05-31T22:18:03+09:00</dc:date>
    <utime>1433078283</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/compilingwithmingw/pages/20.html">
    <title>DtsEdit</title>
    <link>https://w.atwiki.jp/compilingwithmingw/pages/20.html</link>
    <description>
      [[ここ&gt;http://sourceforge.jp/projects/rec10/scm/svn/tree/926/tstools/]]とか[[ココ&gt;http://petit-noise.net/taxonomy/term/39?page=2]]

 $ svn checkout http://svn.sourceforge.jp/svnroot/rec10/tstools/DtsEdit
 $ wget http://rduck.web.fc2.com/DtsEdit_20081009_patch.tar.bz2
----    </description>
    <dc:date>2012-10-12T15:57:09+09:00</dc:date>
    <utime>1350025029</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/compilingwithmingw/pages/19.html">
    <title>win7 ブートマネージャー 編集</title>
    <link>https://w.atwiki.jp/compilingwithmingw/pages/19.html</link>
    <description>
      bcdedit で一覧表示。各 OS の {identifier} を確認。
***ブートマネージャーのリストの表示名の変更
{identifier(2)} の OS の表示名を変えたい場合、
 &gt;bcdedit /set {identifier(2)} description &quot;Windows 8 RC&quot;
***ブートマネージャーのリストの順序を変更
 &gt;bcdedit /displayorder {identifier(2)} {identifier(3)} {identifier(1)}
----    </description>
    <dc:date>2012-08-16T21:05:26+09:00</dc:date>
    <utime>1345118726</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/compilingwithmingw/pages/18.html">
    <title>おまけ - 音関係 -</title>
    <link>https://w.atwiki.jp/compilingwithmingw/pages/18.html</link>
    <description>
      ***可逆圧縮
[[flac&gt;http://flac.sourceforge.net/]], [[tak&gt;http://www.thbeck.de/Tak/Tak.html]], [[tta&gt;http://en.true-audio.com/]], [[ape&gt;http://www.monkeysaudio.com/]] あたり。
****コマンドライン
|flac.exe|flac.exe in.wav|flac -d in.flac|
|takc.exe|takc.exe -e in.wav|takc.exe -d in.tak|
|tta.exe|tta.exe -e in.wav out.tta|tta.exe -d in.tta out.wav|

----    </description>
    <dc:date>2012-08-15T15:52:41+09:00</dc:date>
    <utime>1345013561</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/compilingwithmingw/pages/17.html">
    <title>おまけ - vim tips -</title>
    <link>https://w.atwiki.jp/compilingwithmingw/pages/17.html</link>
    <description>
      ****行末の ^M を消す
改行コードがおかしい。
 :e ++ff=dos    </description>
    <dc:date>2012-06-01T14:16:01+09:00</dc:date>
    <utime>1338527761</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/compilingwithmingw/pages/16.html">
    <title>おまけ - win7 install -</title>
    <link>https://w.atwiki.jp/compilingwithmingw/pages/16.html</link>
    <description>
      ***Required
:Microsoft Windows 7 x64 + SP1 DVD|[[RT Se7en Lite&gt;http://www.rt7lite.com/]] とかで SP1, Hotfix 統合(あるいはカスタマイズ)DVD を作るが吉。
[[@here&gt;http://forums.mydigitallife.info/threads/24901-Windows-Loader-Current-release-information]] でごにょごにょ。
:Intel Matrix Storage Manager|
:Daemon Tools Lite|
:Eset Smart Security|[[ess 体験版&gt;http://canon-its.jp/product/eset/]], [[@here&gt;http://www.facebook.com/Nodpassword]]
:7-Zip x64|
:vim x64|
:Firefox x64|[[x64 非公式ビルド&gt;http://fbuild.com]], [[Adobe Flash Player(x64 含む)&gt;http://get.adobe.com/flashplayer/]], FireGesutures (マウスジェスチャ addon)とか。
バックアップするなら %appdata%\Mozilla\Firefox\Profiles\xxxxxxxx.default 内のファイルを。
:Thunderbird|バックアップするなら %appdata%\Thunderbird\Profiles\xxxxxxxx.default 内のファイルを。
:Adobe Reader|[[http://get.adobe.com/jp/reader/]] (x64 版はないものか...)

***Recommend
:バイナリエディタ|[[Bz&gt;http://www.vector.co.jp/soft/win95/util/se032859.html]], [[Stirling&gt;http://www.vector.co.jp/soft/win95/util/se079072.html]]

----    </description>
    <dc:date>2012-05-22T15:25:38+09:00</dc:date>
    <utime>1337667938</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/compilingwithmingw/pages/15.html">
    <title>x264</title>
    <link>https://w.atwiki.jp/compilingwithmingw/pages/15.html</link>
    <description>
      git clone git://git.videolan.org/x264.git
参考: [[Linux日記: MinGWでx264、ffmpegをビルド&gt;http://members.jcom.home.ne.jp/jacobi/linux/diary2011.html]], [[x264_L-SMASHのビルド&gt;http://csbarn.blogspot.com/2010/09/x264l-smash.html]], [[http://sada5.sakura.ne.jp/]]
----    </description>
    <dc:date>2011-12-02T10:17:40+09:00</dc:date>
    <utime>1322788660</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/compilingwithmingw/pages/14.html">
    <title>flac</title>
    <link>https://w.atwiki.jp/compilingwithmingw/pages/14.html</link>
    <description>
      http://sourceforge.net/projects/flac/ から flac-1.2.1.tar.gz を wget。(※ sourceforge の場合、files からそれっぽいとこをたどる。)
**patch
[[memcmp&gt;http://theunknown.com.au/flac-main-cpp75-erreur-%E2%80%98memcmp%E2%80%99-was-not-declared-in-this-scope/]] と [[SIZE_T_MAX&gt;http://lists.xiph.org/pipermail/flac-dev/2008-August/002568.html]] でエラーが出たので、パッチをあてる。([[添付&gt;http://www53.atwiki.jp/compilingwithmingw?cmd=upload&amp;act=open&amp;pageid=14&amp;file=flac-1.2.1_MinGW_Patch.diff]])
 patch -p1 &lt; flac-1.2.1_MinGW_Patch.diff
**./configure
 ./configure \
    --prefix=/mingw/x86_64-w64-mingw32 \
    --host=x86_64-w64-mingw32 \
    --enable-static \
    --enable-fast-install
**make
 make clean &amp;&amp; make &amp;&amp; make install
----     </description>
    <dc:date>2011-12-01T00:08:01+09:00</dc:date>
    <utime>1322665681</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/compilingwithmingw/pages/13.html">
    <title>lame</title>
    <link>https://w.atwiki.jp/compilingwithmingw/pages/13.html</link>
    <description>
      http://sourceforge.net/projects/lame/ から lame-3.99.*.tar.gz を wget。(※ sourceforge の場合、files からそれっぽいとこをたどる。)
**patch
なんだか、エラー(vbrquantize.c)で止まるんです。で、以前、http://sada5.sakura.ne.jp/files/Patch/libav_ffmpeg/lame-3.99.1_build_for_cross_compile_w64.diff にあったパッチをあてる。
3.99.1 となっているが、3.99.3 でも OK でした。([[添付&gt;http://www53.atwiki.jp/compilingwithmingw?cmd=upload&amp;act=open&amp;pageid=13&amp;file=lame-3.99.1_build_for_cross_compile_w64.diff]])
 patch -p1 &lt; lame-3.99.1_build_for_cross_compile_w64.diff
**./configure
といってもよく意味が分からないけど先人たちの知恵をかりる。./configure --help で確認してもやっぱりよくわからない。
 ./configure \
   --prefix=/mingw/x86_64-w64-mingw32 \
   --host=x86_64-w64-mingw32 \
   --disable-shared \
   --enable-static \
   --enable-fast-install \
   --enable-expopt=&quot;full&quot; \
   --enable-nasm
**make
 make clean &amp;&amp; make &amp;&amp; make install-strip
----     </description>
    <dc:date>2011-12-01T00:04:35+09:00</dc:date>
    <utime>1322665475</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/compilingwithmingw/pages/12.html">
    <title>プラグイン/人気商品一覧</title>
    <link>https://w.atwiki.jp/compilingwithmingw/pages/12.html</link>
    <description>
      * 人気商品一覧
@wikiのwikiモードでは
 #price_list(カテゴリ名)
と入力することで、あるカテゴリの売れ筋商品のリストを表示することができます。

カテゴリには以下のキーワードがご利用できます。
|キーワード|表示される内容|
|ps3|PlayStation3|
|ps2|PlayStation3|
|psp|PSP|
|wii|Wii|
|xbox|XBOX|
|nds|Nintendo DS|
|desctop-pc|デスクトップパソコン|
|note-pc|ノートパソコン|
|mp3player|デジタルオーディオプレイヤー|
|kaden|家電|
|aircon|エアコン|
|camera|カメラ|
|game-toy|ゲーム・おもちゃ全般|
|all|指定無し|

空白の場合はランダムな商品が表示されます。

※このプラグインは[[価格比較サイト@PRICE&gt;&gt;http://atprice.jp]]のデータを利用しています。

-----

たとえば、
 #price_list(game-toy)
と入力すると以下のように表示されます。

ゲーム・おもちゃ全般の売れ筋商品
#price_list(game-toy)

ノートパソコンの売れ筋商品
#price_list(game-toy)

人気商品リスト
#price_list()
    </description>
    <dc:date>2011-11-30T23:09:31+09:00</dc:date>
    <utime>1322662171</utime>
  </item>
  </rdf:RDF>
