OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 08-Mar-2009 12:20:34 Branch: HEAD Handle: 2009030811203400 Added files: openpkg-src/x264 x264.1 Modified files: openpkg-src/x264 x264.spec Log: add manual page from Debian Summary: Revision Changes Path 1.1 +39 -0 openpkg-src/x264/x264.1 1.5 +3 -0 openpkg-src/x264/x264.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/x264/x264.1 ============================================================================ $ cvs diff -u -r0 -r1.1 x264.1 --- /dev/null 2009-03-08 12:20:33 +0100 +++ x264.1 2009-03-08 12:20:34 +0100 @@ -0,0 +1,39 @@ +.TH X264 1 "2006-06-01" "20060601" "H.264 (MPEG4 AVC) encoder" + +.SH NAME +x264 \- H.264 (MPEG4 AVC) encoder + +.SH SYNOPSIS +.B x264 +.RI [ options ] +.RI \-o\ outfile \ infile +.RI [ width x height ] + +.SH DESCRIPTION +.B X264 +is a free encoder for H264/AVC video streams. + +.SH OPTIONS +.TP +.B \-h, \-\-help +Shows help screen. +.IP +Please refer to this option for a description of all available command line +parameters. +.TP +.I infile +Infile can be raw YUV 4:2:0 (in which case resolution is required) or YUV4MPEG +4:2:0 (*.y4m). +.TP +.I outfile +Outfile type is selected by filename: +.IP +.BR .264 \ \->\ Raw\ bytestream +.IP +.BR .mkv \ \->\ Matroska + +.SH AUTHOR +x264 was written by Laurent Aimar <fen...@via.ecp.fr> et al. +.PP +This manual page was written by Fabian Greffrath <fab...@debian-unofficial.org> +for the Debian Unofficial project (but may be used by others). @@ . patch -p0 <<'@@ .' Index: openpkg-src/x264/x264.spec ============================================================================ $ cvs diff -u -r1.4 -r1.5 x264.spec --- openpkg-src/x264/x264.spec 8 Mar 2009 11:18:29 -0000 1.4 +++ openpkg-src/x264/x264.spec 8 Mar 2009 11:20:34 -0000 1.5 @@ -40,6 +40,7 @@ # list of sources Source0: ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-%{V_date}-%{V_build}.tar.bz2 +Source1: x264.1 Patch0: x264.patch # build information @@ -80,6 +81,8 @@ rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true + %{l_shtool} mkdir -f -p -m 744 $RPM_BUILD_ROOT%{l_prefix}/man/man1 + %{l_shtool} install -c -m 644 %{SOURCE x264.1} $RPM_BUILD_ROOT%{l_prefix}/man/man1/ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org