]> git.pld-linux.org Git - packages/mplayer.git/commitdiff
- BR live-static
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 18 Jul 2009 12:40:45 +0000 (12:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    TODO -> 1.1
    mplayer.spec -> 1.419

TODO [new file with mode: 0644]
mplayer.spec

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..8b2f078
--- /dev/null
+++ b/TODO
@@ -0,0 +1,9 @@
+# TODO:
+- nut support (http://www.nut.hu/ - currently down, but see svn.mplayerhq.hu/nut/)
+- update for lzo 2
+- try to use external lrmi and few other libs:
+  http://www.cyberlink.com/english/products/powercinema/pcm-linux/license/mplayer-10_copyright.htm
+- segfaults on amd64:
+  mencoder -oac pcm -af dummy -ovc raw -vf format=yv12 -of ogg -mc 0 -quiet -o /tmp/out1 l.avi
+  avi: RIFF (little-endian) data, AVI, 480 x 360, 25.00 fps, video: XviD, audio: MPEG-1 Layer 3 (stereo, 48000 Hz)
+
index 2bead64366442ecacfa42ac9578f3a85ddc7fc1a..3d1df327b11e47c0d66b62365b1782819859b1ec 100644 (file)
@@ -1,12 +1,3 @@
-# TODO:
-# - nut support (http://www.nut.hu/ - currently down, but see svn.mplayerhq.hu/nut/)
-# - update for lzo 2
-# - try to use external lrmi and few other libs:
-#   http://www.cyberlink.com/english/products/powercinema/pcm-linux/license/mplayer-10_copyright.htm
-# - segfaults on amd64:
-#   mencoder -oac pcm -af dummy -ovc raw -vf format=yv12 -of ogg -mc 0 -quiet -o /tmp/out1 l.avi
-#   avi: RIFF (little-endian) data, AVI, 480 x 360, 25.00 fps, video: XviD, audio: MPEG-1 Layer 3 (stereo, 48000 Hz)
-#
 # Conditional build:
 %bcond_with    directfb        # with DirectFB video output
 %bcond_with    dxr3            # enable use of DXR3/H+ hardware MPEG decoder
@@ -179,7 +170,7 @@ BuildRequires:      libpng-devel
 %{?with_x264:BuildRequires:    libx264-devel >= 0.1.2-1.20081023_2245.1}
 BuildRequires: libxslt-progs
 %{?with_lirc:BuildRequires:    lirc-devel}
-%{?with_live:BuildRequires:    live}
+%{?with_live:BuildRequires:    live-static}
 %{?with_lzo:BuildRequires:     lzo-devel >= 2.0}
 %{?with_nas:BuildRequires:     nas-devel}
 BuildRequires: ncurses-devel
This page took 0.147863 seconds and 4 git commands to generate.