Vine Linux バグトラッキングシステム - Vine Linux |
課題の詳細を表示 |
|
ID | プロジェクト | カテゴリ | 公開 | 登録日 | 最終更新 |
0000631 | Vine Linux | 1 バグ | 公開 | 2008-06-17 04:44 | 2009-04-22 12:35 |
|
報告者 | anonymous | |
担当者 | | |
優先度 | 中 | 再現性 | 不明 | |
状態 | 完了 | 解決状況 | 不明 | |
バージョン | | |
修正予定バージョン | | 修正済バージョン | | |
arch | x86 |
パッケージ | xine-lib, self-build-xine-extras |
|
概要 | 0000631: DVDの音が出ない |
説明 | DVDソフトをtotem-xineで見ております。
最近のxine-libのアップグレードでDVDの音が出なくなりました。
現在のxine-libのspecファイルを見ると、a52decを無効にしてビルドしているようで、その為に音が出ません。
以下のpatchをspecファイルに投入し、xine-libをビルドしたところ、音が出るようになりました。
改善よろしくお願いします。
--- xine-lib.spec.orig 2008-06-16 22:47:15.000000000 +0900
+++ xine-lib.spec 2008-06-16 22:59:26.000000000 +0900
@@ -300,7 +300,6 @@
export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)"
%configure \
--with-xv-path=%{_prefix}/X11R6/%{_lib} \
- --disable-a52dec \
--with-libflac \
%if %{build_alsa}
--enable-alsa \
@@ -380,6 +379,7 @@
%{plugindir}/%{pluginver}/xineplug_vo_out_xxmc.so
%{plugindir}/%{pluginver}/xineplug_vo_out_syncfb.so
%{plugindir}/%{pluginver}/xineplug_vo_out_raw.so
+%{plugindir}/%{pluginver}/xineplug_decode_a52.so
%ifarch %{ix86}
%{plugindir}/%{pluginver}/xineplug_vo_out_vidix.so
%endif
以上 |
再現方法 | |
追加情報 | |
タグ | 設定されていません。 |
関連 | |
添付ファイル | |
|
課題の履歴 |
変更日 | ユーザー名 | 項目 | 変更内容 |
2008-06-17 04:44 | anonymous | 新規課題 | |
2009-02-03 23:36 | inagaki | バージョン | 4.2 => 4.2,VineSeed |
2009-02-03 23:36 | inagaki | コメント追加: 0002930 | |
2009-02-28 17:06 | inagaki | バージョン | 4.2,VineSeed => VineSeed,4.2 |
2009-02-28 17:06 | inagaki | パッケージ | xine-lib-1.1.12-1vl4 => xine-lib, self-build-xine-extras |
2009-02-28 17:06 | inagaki | コメント追加: 0002931 | |
2009-04-22 12:23 | milk-tea1977 | コメント追加: 0002932 | |
2009-04-22 12:35 | iwaim | 状態 | 新規 => 完了 |
2009-04-22 12:35 | iwaim | コメント追加: 0002933 | |
コメント |
|
|
リプライが遅れてしまい、申し訳ありません。
a52dec については self-build パッケージで提供したいと思います。
準備ができ次第、改めてお知らせしたいと思いますのでよろしくお願いいたします。
> DVDソフトをtotem-xineで見ております。
> 最近のxine-libのアップグレードでDVDの音が出なくなりました。
> 現在のxine-libのspecファイルを見ると、a52decを無効にしてビルドしているよ
> うで、その為に音が出ません。
> 以下のpatchをspecファイルに投入し、xine-libをビルドしたところ、音が出るよ
> うになりました。
> 改善よろしくお願いします。
>
> --- xine-lib.spec.orig 2008-06-16 22:47:15.000000000 +0900
> +++ xine-lib.spec 2008-06-16 22:59:26.000000000 +0900
> @@ -300,7 +300,6 @@
> export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)"
> %configure \
> --with-xv-path=%{_prefix}/X11R6/%{_lib} \
> - --disable-a52dec \
> --with-libflac \
> %if %{build_alsa}
> --enable-alsa \
> @@ -380,6 +379,7 @@
> %{plugindir}/%{pluginver}/xineplug_vo_out_xxmc.so
> %{plugindir}/%{pluginver}/xineplug_vo_out_syncfb.so
> %{plugindir}/%{pluginver}/xineplug_vo_out_raw.so
> +%{plugindir}/%{pluginver}/xineplug_decode_a52.so
> %ifarch %{ix86}
> %{plugindir}/%{pluginver}/xineplug_vo_out_vidix.so
> %endif
>
> 以上 |
|
|
|
VinePlus, VineSeed 共に xine-lib を更新し、特許絡みで問題のありそうなプラグイン(ffmpeg, libmpeg2 等)の削除を行っています。a52dec を含む削除されたプラグインについては self-build-xine-lib-extras パッケージで提供するようにしました。
apt-get install xine-lib
で xine-lib を最新版に更新後、
apt-get install self-build-xine-lib-extras
でビルドとインストールが行われますので、お試しください。
> リプライが遅れてしまい、申し訳ありません。
>
> a52dec については self-build パッケージで提供したいと思います。
> 準備ができ次第、改めてお知らせしたいと思いますのでよろしくお願いいたしま
> す。
>
> > DVDソフトをtotem-xineで見ております。
> > 最近のxine-libのアップグレードでDVDの音が出なくなりました。
> > 現在のxine-libのspecファイルを見ると、a52decを無効にしてビルドしているよ
> > うで、その為に音が出ません。
> > 以下のpatchをspecファイルに投入し、xine-libをビルドしたところ、音が出るよ
> > うになりました。
> > 改善よろしくお願いします。
> >
> > --- xine-lib.spec.orig 2008-06-16 22:47:15.000000000 +0900
> > +++ xine-lib.spec 2008-06-16 22:59:26.000000000 +0900
> > @@ -300,7 +300,6 @@
> > export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)"
> > %configure \
> > --with-xv-path=%{_prefix}/X11R6/%{_lib} \
> > - --disable-a52dec \
> > --with-libflac \
> > %if %{build_alsa}
> > --enable-alsa \
> > @@ -380,6 +379,7 @@
> > %{plugindir}/%{pluginver}/xineplug_vo_out_xxmc.so
> > %{plugindir}/%{pluginver}/xineplug_vo_out_syncfb.so
> > %{plugindir}/%{pluginver}/xineplug_vo_out_raw.so
> > +%{plugindir}/%{pluginver}/xineplug_decode_a52.so
> > %ifarch %{ix86}
> > %{plugindir}/%{pluginver}/xineplug_vo_out_vidix.so
> > %endif
> >
> > 以上 |
|
|
|
発言者ではございませんが、当方の環境でも音が出ることを確認しました。
完了への移動をお願いします。 |
|
|
(0002933)
|
iwaim
|
2009-04-22 12:35
|
|
> 発言者ではございませんが、当方の環境でも音が出ることを確認しました。
> 完了への移動をお願いします。
確認ありがとうございます。完了とします。 |
|