ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] avinfo
@ 2005-10-03 14:21 Led
  2005-10-03 14:37 ` Victor Forsyuk
  2005-10-03 17:18 ` [sisyphus] avinfo Led
  0 siblings, 2 replies; 5+ messages in thread
From: Led @ 2005-10-03 14:21 UTC (permalink / raw)
  To: sisyphus

последний avinfo в сизифе:

$ rpm -q avinfo
avinfo-1.0-alt1.a16

выдаёт следующее:

$ avinfo Today\ You\ Die.avi
* unable to open configuration file ~/.avinfo/config
* unable to open configuration file /etc/avinfo/mandatory.conf
Today You Die.avi, 693Mb
video: 640x336 23.97fps XviD 824Kbps
audio: 44KHz Stereo 232Kbps mp3

Смущают первые две строки (*). С предидущей версией такого не было. Это так и 
должно быть?

Led.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] avinfo
  2005-10-03 14:21 [sisyphus] avinfo Led
@ 2005-10-03 14:37 ` Victor Forsyuk
  2005-10-03 17:18 ` [sisyphus] avinfo Led
  1 sibling, 0 replies; 5+ messages in thread
From: Victor Forsyuk @ 2005-10-03 14:37 UTC (permalink / raw)
  To: led, ALT Linux Sisyphus discussion list

On Mon, Oct 03, 2005 at 05:21:22PM +0300, Led wrote:
> последний avinfo в сизифе:
> 
> $ rpm -q avinfo
> avinfo-1.0-alt1.a16
> 
> выдаёт следующее:
> 
> $ avinfo Today\ You\ Die.avi
> * unable to open configuration file ~/.avinfo/config
> * unable to open configuration file /etc/avinfo/mandatory.conf
> Today You Die.avi, 693Mb
> video: 640x336 23.97fps XviD 824Kbps
> audio: 44KHz Stereo 232Kbps mp3
> 
> Смущают первые две строки (*). С предидущей версией такого не было. Это так и 
> должно быть?

Ну, как по мне, то не должно. То есть, красивее было бы, если бы автор этого
не писал.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [sisyphus] Re: avinfo
  2005-10-03 14:21 [sisyphus] avinfo Led
  2005-10-03 14:37 ` Victor Forsyuk
@ 2005-10-03 17:18 ` Led
  2005-10-04 12:24   ` Victor Forsyuk
  1 sibling, 1 reply; 5+ messages in thread
From: Led @ 2005-10-03 17:18 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

В сообщении от Понедельник 03 Октябрь 2005 17:21 Led написал(a):
> последний avinfo в сизифе:
>
> $ rpm -q avinfo
> avinfo-1.0-alt1.a16
>
> выдаёт следующее:
>
> $ avinfo Today\ You\ Die.avi
> * unable to open configuration file ~/.avinfo/config
> * unable to open configuration file /etc/avinfo/mandatory.conf
> Today You Die.avi, 693Mb
> video: 640x336 23.97fps XviD 824Kbps
> audio: 44KHz Stereo 232Kbps mp3
>
> Смущают первые две строки (*). С предидущей версией такого не было. Это так
> и должно быть?

По /etc/avinfo/mandatory.conf вроде ясно: так должен 
называться /etc/avinfo/default.conf из пакета...

Led.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Re: avinfo
  2005-10-03 17:18 ` [sisyphus] avinfo Led
@ 2005-10-04 12:24   ` Victor Forsyuk
  2005-10-04 13:39     ` Led
  0 siblings, 1 reply; 5+ messages in thread
From: Victor Forsyuk @ 2005-10-04 12:24 UTC (permalink / raw)
  To: led, ALT Linux Sisyphus discussion list

On Mon, Oct 03, 2005 at 08:18:27PM +0300, Led wrote:
> >
> > $ rpm -q avinfo
> > avinfo-1.0-alt1.a16
> >
> > выдаёт следующее:
> >
> > $ avinfo Today\ You\ Die.avi
> > * unable to open configuration file ~/.avinfo/config
> > * unable to open configuration file /etc/avinfo/mandatory.conf
> > Today You Die.avi, 693Mb
> > video: 640x336 23.97fps XviD 824Kbps
> > audio: 44KHz Stereo 232Kbps mp3
> >
> > Смущают первые две строки (*). С предидущей версией такого не было. Это так
> > и должно быть?
> 
> По /etc/avinfo/mandatory.conf вроде ясно: так должен 
> называться /etc/avinfo/default.conf из пакета...

Не так:

/**     WINDOWS VARIANT (os/2) **/
#ifdef CFG_PATH_STYLE_WINDOWS
#  define CFG_SYSTEM_MANDATORY_CONFIG ""
#  define CFG_SYSTEM_DEFAULT_CONFIG "avinfo.cfg"
#  define CFG_USER_DEFAULT_CONFIG ""
#  define CFG_SYSTEM_DEFAULT_TEMPLATE "avinfo.tpl"
#  define CFG_DEFAULT_TEMPLATE_NAME "default"
#endif

/** UNIX VARIANT (linux, freeBSD, etc) **/
#ifdef CFG_PATH_STYLE_UNIX
#  define CFG_SYSTEM_MANDATORY_CONFIG "/etc/avinfo/mandatory.conf"
#  define CFG_SYSTEM_DEFAULT_CONFIG "/etc/avinfo/default.conf"
#  define CFG_USER_DEFAULT_CONFIG "~/.avinfo/config"
#  define CFG_SYSTEM_DEFAULT_TEMPLATE "/etc/avinfo/templates"
#  define CFG_DEFAULT_TEMPLATE_NAME "default"
#endif

Впрочем, не так важно. Автор в сторону юниксовой сборки как-то не особо
думал (у него виндовая основная). Под линуксом пришлось патчить, чтобы
оно вообще собралось. :-\




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Re: avinfo
  2005-10-04 12:24   ` Victor Forsyuk
@ 2005-10-04 13:39     ` Led
  0 siblings, 0 replies; 5+ messages in thread
From: Led @ 2005-10-04 13:39 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от Вторник 04 Октябрь 2005 15:24 Victor Forsyuk написал(a):
> On Mon, Oct 03, 2005 at 08:18:27PM +0300, Led wrote:
> > > $ rpm -q avinfo
> > > avinfo-1.0-alt1.a16
> > >
> > > выдаёт следующее:
> > >
> > > $ avinfo Today\ You\ Die.avi
> > > * unable to open configuration file ~/.avinfo/config
> > > * unable to open configuration file /etc/avinfo/mandatory.conf
> > > Today You Die.avi, 693Mb
> > > video: 640x336 23.97fps XviD 824Kbps
> > > audio: 44KHz Stereo 232Kbps mp3
> > >
> > > Смущают первые две строки (*). С предидущей версией такого не было. Это
> > > так и должно быть?
> >
> > По /etc/avinfo/mandatory.conf вроде ясно: так должен
> > называться /etc/avinfo/default.conf из пакета...
>
> Не так:
>
> /**     WINDOWS VARIANT (os/2) **/
> #ifdef CFG_PATH_STYLE_WINDOWS
> #  define CFG_SYSTEM_MANDATORY_CONFIG ""
> #  define CFG_SYSTEM_DEFAULT_CONFIG "avinfo.cfg"
> #  define CFG_USER_DEFAULT_CONFIG ""
> #  define CFG_SYSTEM_DEFAULT_TEMPLATE "avinfo.tpl"
> #  define CFG_DEFAULT_TEMPLATE_NAME "default"
> #endif
>
> /** UNIX VARIANT (linux, freeBSD, etc) **/
> #ifdef CFG_PATH_STYLE_UNIX
> #  define CFG_SYSTEM_MANDATORY_CONFIG "/etc/avinfo/mandatory.conf"
> #  define CFG_SYSTEM_DEFAULT_CONFIG "/etc/avinfo/default.conf"
> #  define CFG_USER_DEFAULT_CONFIG "~/.avinfo/config"
> #  define CFG_SYSTEM_DEFAULT_TEMPLATE "/etc/avinfo/templates"
> #  define CFG_DEFAULT_TEMPLATE_NAME "default"
> #endif
>
> Впрочем, не так важно. Автор в сторону юниксовой сборки как-то не особо
> думал (у него виндовая основная). Под линуксом пришлось патчить, чтобы
> оно вообще собралось. :-\

Да уж... вобще-то

diff -urN avinfo-1.0.orig/src/config.h avinfo-1.0/src/config.h
--- avinfo-1.0.orig/src/config.h        2005-06-10 13:18:00 +0300
+++ avinfo-1.0/src/config.h     2005-10-04 15:59:29 +0300
@@ -30,9 +30,9 @@
 ^
 /** UNIX VARIANT (linux, freeBSD, etc) **/^
 #ifdef CFG_PATH_STYLE_UNIX^
-#  define CFG_SYSTEM_MANDATORY_CONFIG "/etc/avinfo/mandatory.conf"^
+#  define CFG_SYSTEM_MANDATORY_CONFIG ""^
 #  define CFG_SYSTEM_DEFAULT_CONFIG "/etc/avinfo/default.conf"^
-#  define CFG_USER_DEFAULT_CONFIG "~/.avinfo/config"^
+#  define CFG_USER_DEFAULT_CONFIG ""^
 #  define CFG_SYSTEM_DEFAULT_TEMPLATE "/etc/avinfo/templates"^
 #  define CFG_DEFAULT_TEMPLATE_NAME "default"^
 #endif^

вроде помогает... Но у него полностью синтаксис опций поменялся: чем свои 
скрипты все править, лучше алфу 15 на холд поставлю...

Led.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-04 13:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-03 14:21 [sisyphus] avinfo Led
2005-10-03 14:37 ` Victor Forsyuk
2005-10-03 17:18 ` [sisyphus] avinfo Led
2005-10-04 12:24   ` Victor Forsyuk
2005-10-04 13:39     ` Led

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git