diff options
author | Matthias Dahl <matt2000@users.sourceforge.net> | 2001-10-10 12:59:15 +0000 |
---|---|---|
committer | Matthias Dahl <matt2000@users.sourceforge.net> | 2001-10-10 12:59:15 +0000 |
commit | 2a8408ae723b668c5b6240ca6fbae32366e6f1ae (patch) | |
tree | 492df4db50b4e6c1a5119bb1ce487ec829d490fe | |
parent | ab2df4de212c58c30aaf0b9a8e8460b6507320bb (diff) | |
download | xine-lib-2a8408ae723b668c5b6240ca6fbae32366e6f1ae.tar.gz xine-lib-2a8408ae723b668c5b6240ca6fbae32366e6f1ae.tar.bz2 |
basically just added missing files :)
CVS patchset: 787
CVS date: 2001/10/10 12:59:15
-rw-r--r-- | misc/xine-lib.spec.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index bac9a2aeb..e6a6ccbea 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -184,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/man/man3/config_values_t.3* %{prefix}/man/man3/version_group.3* %{prefix}/man/man3/vo_frame_t.3* +%{prefix}/man/man3/audio_cap.3* +%{prefix}/man/man3/audio_group.3* +%{prefix}/man/man3/audio_prop.3* %{prefix}/include/xine/*.h %{prefix}/include/xine.h @INSTALL_M4_TRUE@@ACLOCAL_DIR@/xine.m4 @@ -217,6 +220,8 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/lib/xine/plugins/xineplug_dmx_mpeg_ts.so %{prefix}/lib/xine/plugins/xineplug_dmx_qt.la %{prefix}/lib/xine/plugins/xineplug_dmx_qt.so +@HAVE_VORBIS_TRUE@%{prefix}/lib/xine/plugins/xineplug_dmx_ogg.la +@HAVE_VORBIS_TRUE@%{prefix}/lib/xine/plugins/xineplug_dmx_ogg.so # decoder plugins %{prefix}/lib/xine/plugins/xineplug_decode_a52.la %{prefix}/lib/xine/plugins/xineplug_decode_a52.so @@ -236,6 +241,8 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/lib/xine/plugins/xineplug_decode_dts.so %{prefix}/lib/xine/plugins/xineplug_decode_vfill.la %{prefix}/lib/xine/plugins/xineplug_decode_vfill.so +@HAVE_VORBIS_TRUE@%{prefix}/lib/xine/plugins/xineplug_decode_vorbis.la +@HAVE_VORBIS_TRUE@%{prefix}/lib/xine/plugins/xineplug_decode_vorbis.so # audio driver plugins # see other packages. # @@ -302,6 +309,8 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/share/doc/xine/xine-lib-API/* %changelog +* Wed Oct 10 2001 Matthias Dahl <matthew2k@web.de> +- added vorbis files and missing man pages to filelist. * Thu Sep 27 2001 Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> - Add desktop stuff from patches by Miguel Freitas <miguel@cetuc.puc-rio.br> - Fixed xine.m4 installation from Andrew Meredith <andrew@anvil.org> |