Author: glen Date: Thu Sep 2 16:10:15 2010 GMT Module: packages Tag: HEAD ---- Log message: - disable input/output devs (alsa and jack not linked with), as the server only converts
---- Files affected: packages/airvideo: airvideo.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/airvideo/airvideo.spec diff -u packages/airvideo/airvideo.spec:1.2 packages/airvideo/airvideo.spec:1.3 --- packages/airvideo/airvideo.spec:1.2 Thu Sep 2 18:04:00 2010 +++ packages/airvideo/airvideo.spec Thu Sep 2 18:10:09 2010 @@ -8,7 +8,7 @@ Summary: Air-Video Video Streaming Server Name: airvideo Version: 2.2.5 -Release: 0.4 +Release: 0.5 License: GPL v2+ with LGPL v2+ parts Group: Applications/Multimedia Source0: http://www.inmethod.com/air-video/download/ffmpeg-for-%{version}.tar.bz2 @@ -80,6 +80,8 @@ --enable-libmp3lame \ --enable-libfaad \ --disable-decoder=aac \ + --disable-indevs \ + --disable-outdevs \ %ifnarch %{ix86} %{x8664} --disable-mmx \ %endif @@ -131,6 +133,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2010/09/02 16:10:09 glen +- disable input/output devs (alsa and jack not linked with), as the server only converts + Revision 1.2 2010/09/02 16:04:00 glen - package rundir for now ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/airvideo/airvideo.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
