BreadCrumbs: Vlc
Vlc
From Luke Jackson
(Difference between revisions)
Revision as of 18:31, 11 November 2007 (edit) Ljackson (Talk | contribs) ← Previous diff |
Revision as of 18:39, 11 November 2007 (edit) Ljackson (Talk | contribs) (→Build RPM) Next diff → |
||
Line 3: | Line 3: | ||
== Build RPM == | == Build RPM == | ||
- | Spec command: | + | === Spec command === |
<pre> | <pre> | ||
Line 42: | Line 42: | ||
--without x264 | --without x264 | ||
<pre> | <pre> | ||
+ | |||
+ | === Install dependencies === | ||
+ | |||
+ | <pre> | ||
+ | yum install gettext-devel libtool gnome-libs-devel gnutls-devel gtk+-devel hal-devel kdelibs-devel libdvdcss-devel libcddb-devel libgcrypt-devel libtar-devel libtiff-devel libupnp-devel seamonkey-devel qt-devel xvidcore-devel alsa-lib-devel faac-devel ffmpeg-devel flac-devel gnome-vfs2-devel lame-devel libid3tag-devel libmpcdec-devel libogg-devel mpeg2dec-devel openslp-devel vcdimager-devel wxGTK-devel | ||
+ | </pre> | ||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Mac OS X ]] | [[Category:Mac OS X ]] | ||
[[Category:Windows XP]] | [[Category:Windows XP]] |
Revision as of 18:39, 11 November 2007
Linux
Build RPM
Spec command
rpmbuild -bb vlc.spec \ --without aa \ --without arts \ --without caca \ --without cddax \ --without dvb \ --without dvdread \ --without esd \ --without faad \ --without embedded_ffmpeg \ --without galaktos \ --without goom \ --without jack \ --without live \ --without ncurses \ --without shout \ --without svg \ --without theora \ --without twolame \ --without vcdx \ --without xosd \ --without a52 \ --without daap \ --without dvdnav \ --without dts \ --without freetype \ --without fribidi \ --without mad \ --without modplug \ --without mkv \ --without sdl \ --without speex \ --without svgalib \ --without vorbis \ --without x264 <pre> === Install dependencies === <pre> yum install gettext-devel libtool gnome-libs-devel gnutls-devel gtk+-devel hal-devel kdelibs-devel libdvdcss-devel libcddb-devel libgcrypt-devel libtar-devel libtiff-devel libupnp-devel seamonkey-devel qt-devel xvidcore-devel alsa-lib-devel faac-devel ffmpeg-devel flac-devel gnome-vfs2-devel lame-devel libid3tag-devel libmpcdec-devel libogg-devel mpeg2dec-devel openslp-devel vcdimager-devel wxGTK-devel