Re: RFS: audacious/3.6.2-2~bpo8+1 and audacious-plugins/3.6.2-2~bpo8+1

2016-05-04 Thread Nicholas D Steeves
On 4 May 2016 at 23:32, Nicholas D Steeves  wrote:
> Sorry for the delay.  Oh my, it seems I wasn't subscribed to
> debian-backports@!  I am now :-)

Correction: I believe been subscribed for quite some time but haven't
received any mail since April 28th.  I've resubscribed, just in case.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: RFS: audacious/3.6.2-2~bpo8+1 and audacious-plugins/3.6.2-2~bpo8+1

2016-05-04 Thread Nicholas D Steeves
Hi Mattia,

On 3 May 2016 at 09:56, Mattia Rizzolo  wrote:
> On Mon, May 02, 2016 at 08:50:55AM +, Mattia Rizzolo wrote:
>> I'll go ahead and built later.
>
> So, I've now actually tried to build them.
> src:audacious built just fine, but audacious-plugins failed:
>
> Entering directory sndio-ng.
> make[5]: Entering directory '/build/audacious-plugins-3.7.2/src/sndio-ng'
> make[6]: Entering directory '/build/audacious-plugins-3.7.2/src/sndio-ng'
> make[7]: Entering directory '/build/audacious-plugins-3.7.2/src/sndio-ng'
> make[7]: Leaving directory '/build/audacious-plugins-3.7.2/src/sndio-ng'
> Successfully generated dependencies.
> make[6]: Leaving directory '/build/audacious-plugins-3.7.2/src/sndio-ng'
> make[6]: Entering directory '/build/audacious-plugins-3.7.2/src/sndio-ng'
> In file included from /usr/include/libroar/libroar.h:153:0,
>  from /usr/include/roaraudio.h:133,
>  from /usr/include/libroarsndio/libroarsndio.h:52,
>  from /usr/include/sndio.h:9,
>  from sndio.cc:34:
> /usr/include/libroar/services.h:128:8: error: expected unqualified-id before 
> 'new'
>   int (*new)(const struct roar_audio_info * info, int dir, int parent, int 
> mixer);
> ^
> /usr/include/libroar/services.h:128:8: error: expected ')' before 'new'
> sndio.cc: In member function 'virtual bool SndioPlugin::open_audio(int, int, 
> int)':
> sndio.cc:187:64: error: 'SIO_DEVANY' was not declared in this scope
>  const char * device2 = device[0] ? (const char *) device : SIO_DEVANY;
> ^
> Failed to compile sndio.cc (plugin)!
> ../../buildsys.mk:413: recipe for target 'sndio.plugin.o' failed
> make[6]: *** [sndio.plugin.o] Error 1
> make[6]: Leaving directory '/build/audacious-plugins-3.7.2/src/sndio-ng'
> ../../buildsys.mk:116: recipe for target 'all' failed
> make[5]: *** [all] Error 2
> make[5]: Leaving directory '/build/audacious-plugins-3.7.2/src/sndio-ng'
> ../buildsys.mk:123: recipe for target 'sndio-ng' failed
> make[4]: *** [sndio-ng] Error 2
> make[4]: Leaving directory '/build/audacious-plugins-3.7.2/src'
> ../buildsys.mk:116: recipe for target 'all' failed
> make[3]: *** [all] Error 2
> make[3]: Leaving directory '/build/audacious-plugins-3.7.2/src'
> buildsys.mk:123: recipe for target 'src' failed
> make[2]: *** [src] Error 2
> make[2]: Leaving directory '/build/audacious-plugins-3.7.2'
> buildsys.mk:116: recipe for target 'all' failed
> make[1]: *** [all] Error 2
> make[1]: Leaving directory '/build/audacious-plugins-3.7.2'
> dh_auto_build: make -j1 returned exit code 2
> debian/rules:20: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
>
>
> So, I uploaded nothing.
>
> Nicholas: you still haven't confirmed that you are subscribed to the
> debian-backports@ ML, where eventual backport-related bugs should end
> up.
> Also, please check that build failure I got.

Sorry for the delay.  Oh my, it seems I wasn't subscribed to
debian-backports@!  I am now :-)

As for the build failure:

/usr/include/roaraudio.h is found in libroar-dev.  Libroar-dev is not
a build dependency of either a audacious or audacious-plugins;
likewise, libroar2 is not a runtime dependency.  Have you added extra
packages to your clean chroot?

A formal backport in a clean chroot+local repository so
audacious-plugins can build against the backported audacious worked
for me.

https://mentors.debian.net/package/audacious-plugins
https://mentors.debian.net/package/audacious

Kind regards,
Nicholas

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: RFS: audacious/3.6.2-2~bpo8+1 and audacious-plugins/3.6.2-2~bpo8+1

2016-05-04 Thread Nicholas D Steeves
Hi Mateusz,

On 2 May 2016 at 03:34, Mateusz Łukasik  wrote:
> On 02.05.2016 02:06 +0200, Nicholas D Steeves wrote:
>>
>> This is question I've been trying to answer:  How do you detach from
>> HEAD?  I read a possibly obsolete article that said to add the caret
>> symbol at the end of the branch do do this.  Is this not the case?  Is
>> it rather "git checkout master^0"?  And in this case, isn't it more
>> appropriate to to do "git checkout --detach debian/3.7.2-1".
>>
>
>
> I will fix that.
>
> The best way is creating jessie branch and prepare backport there.

Thank you very much for fixing the mess I made.  To maintain this
backport, is the following sequence of commands appropriate?:

git checkout --detach --rebase debian/version-revision
(make changes)
git-buildpackage --git-tag
git status
git add (changed files, usually just debian/changelog)
git push remotes/origin/jessie-backports
--

Sincerely,
Nicholas

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: bug 823316 is forwarded to https://github.com/thestk/stk/issues/60

2016-05-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 823316 https://github.com/thestk/stk/issues/60
Bug #823316 [src:stk] stk: contains non-free Steinberg ASIO library
Set Bug forwarded-to-address to 'https://github.com/thestk/stk/issues/60'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
823316: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823316
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


【创始会员计划,诚邀加入】创业不易,蓝虎为您守护健康!

2016-05-04 Thread 蓝虎健康 LanhuHealth . com




	
	
	
		
			

	
		Click here for the web version of this message
	

			
			

	
		
			

	
		
			

			
			
 
			
			
中国首家 创业健康医疗保险平台


	 

			
			

	 
	


		
			关于蓝虎健康

 



	
	 
	  
  
	 
			 
			
			  
			 
			
		  
		
			  
	
	   
	   
  
	
		■ 
		来自创业者,服务创业者
	
	
		 
		为了梦想,创业者们尽心尽力,不懈努力,不断坚持,勇攀下一个高峰。蓝虎健康创业医疗保险,为创业者、自由职业者、创业公司提供专门的互助健康医疗保险,守护创业者的健康,解除创业者的后顾之忧,让创业者和他们的家人们更安心,更放心。
	
	
		 
	
	
		■ 
		国际标准的医院、保医一体的保险费用
	
	
		 
		和睦家医疗是蓝虎健康首家签约的战略合作伙伴,为创始会员提供国际标准的医院及医疗诊所服务。保险费用直接和医院及诊所挂钩,减少中间费用。
	
	
		 
	
	
		■ 
		鼓励健康
	
	
		
		会员越健康,保险费用就应该越少!会员每去一次健身房、参加一次体育活动、购买一次健康食品、消费一次健康服务…… 他们相对应的蓝虎健康积分都会增长,降低会员的保险费用,鼓励会员的健康生活方式 。
	
		
			
			 
			
		
	



	创始会员资格及权益
 
	 
	

		
			我们特邀请互联网、创业投资、医疗、健康、金融、保险、以及其他各行业的资深人士成为蓝虎的创始会员。蓝虎创始会员须在各行业都具有较高的影响力,认同蓝虎的宗旨和目标,并愿意运用自身的资源和影响力,来帮助蓝虎健康迅速成长。同时创始会员也将享受以下权益:
		
		
			
		
		
			

	■ 
	享受创始会员的专属的优惠保险价格及服务;


	 



	 


	■ 
	与创始团队紧密互动,直接影响蓝虎健康的未来发展。


	 


			
		

	


	 
	 
	 

			
			

	
		
			
 
			
			
 

	
		蓝虎健康官方微信
	
	
		
	


	
		电话:400.667.4632
	
	
		网址:http://www.lanhuhealth.com   
	
	
		邮箱:serv...@lanhuhealth.com
	



	
		
	

 
			
			
 
			
		
	
	
		 
		 
		 
	

			
			 
		
	
	
	

			
		
	

			
	  
	
	
		
	
	
		 
		
			本邮件由蓝虎设计,sailmail代为发出 | This email is sent by sailmail.net on behalf of lanhuhealth.com
		
		
			 
			
地址:北京市朝阳区 邮编:100026 | Address: Chaoyang District, Beijing, China, 100026 
			
		
		
			 
			 
		
		
			 
			

	本邮件是发给 pkg-multimedia-maintainers@lists.alioth.debian.org | This email is intended for pkg-multimedia-maintainers@lists.alioth.debian.org

			
		
		
			 
			

	如果不想再收到此类邮件,请点击此处退订 | Please click here to unsubscribe

			
		
		
			 
			
邮件ID 462324652
			
		
	


			
			

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org

WA/Viber: +7(977)606-62-01 Проверка судимости e-mail: 89776066...@gmail.com

2016-05-04 Thread pkg-multimedia-maintainers@lists.alioth.debian.org

WA/Viber: +7(977)606-62-01 выписки из Налоговой e-mail: 89776066...@gmail.com

Детективное агентство предлагает Вам информационно-поисковые услуги:

Цены обсуждаемы, перечень услуг может быть расширен! 
Напишите нам свое мнение и что Вас интересует. Работаем в т.ч. без предоплаты! 
Форма оплаты любая (нал, безнал для юридических лиц, по договору). 
Заинтересованы в долгосрочном сотрудничестве. Качество гарантируем!


Восстановление регистрационных данных ЛЮБОГО номера телефона по РФ – 7 000 
рублей
Детализация без привязки к БС – 50 000 за полгода по всей РФ (МТС, Билайн, 
Мегафон, Теле-2) - 15 000 рублей за месяц
Детализация с привязкой к БС (биллинг) – 90 000 за полгода (МТС, Билайн, 
Мегафон, Теле-2) - 30 000 рублей за месяц
Детализация с БС и картой передвижения абонента (Большая тройка) – 35 000 
рублей за 3 дня, 60 000 рублей за месяц
Восстановление текстов СМС – 150 000 за месяц, 500 000 за полгода (МТС, Билайн, 
Мегафон)
Viber (параллельный онлайн доступ) – 90 000 руб.
Определение местоположения по телефону – 50 000 рублей (по всему миру, точность 
до дома)
Все абонентские номера по IMEI – 30 000 рублей (пока только по Москве)
Проверка на федеральный розыск – 12 000 рублей
Проверка судимости – 15 000 рублей (ИБД-С + ИБД-Ф + ИБД-Р)
Пересечение границы и поездки по РФ – 30 000 рублей (за все вместе: авиа, ЖД, 
автобус, паром)
История движения машины по камерам – 30 000 за месяц («Дельта Поток», «Стрелка» 
пока только московский регион)
Восстановление данных ГРЗ – 10 000 рублей (любой регион РФ, выдается скрин 
карточки из ГИБДД)
Проверка прописки и паспорта – 8 000 рублей (любой регион РФ)
Установление IP-адреса (Местоположение компьютера. Только стационарные ПК, ноутуки, подключенные 
через кабель или wi-fi. USB-Модемы или мобильный интернет не установим) - 20 000 рублей за 1 запрос

Любые выписки из Налоговой – 5 000 рублей (ЕГРЮЛ расширенная, ЕГРП, ЕГРН, счета 
фирмы, фирмы на человеке и т.д.)
Движения средств по счету фирмы – 150 000 рублей за 3 года (любой регион)
Остаток средств на счету фирмы и сумма оборота за квартал – 100 000 рублей
Проверка кредитной истории – 8 000 рублей (НБКИ полный)
Восстановление доступа к почте (mail.ru, yandex.ru, rambler.ru, gmail.ru) – 20 000 рублей 
(результат зависит от посещаемости ящика). Корп.почта – 90 000 рублей
По одноклассникам и Вконтакте можно узнать IP-адрес с которого регистрировали страницу, адрес с которого заходили последний раз, 
дату регистрации страницы, логин, номер телефона и почтовый ящик, привязанный к анкете! Стоимость полного комплекта – 60 000 рублей (результат 100%)!

Одноклассники, Вконтакте – восстановление всей переписки, в т.ч. удаленной – 90 
000 рублей
А также ряд специфических услуг (помощь в возврате долгов, физическая 
поддержка, содействие в получении в/у, разрешения на оружие и т.д. и т.п.)

Физическим лицам

Услуги: Наружное наблюдение за пешеходом Наружное наблюдение за автомобилем 
Проверка авто на угон Проверка чистоты недвижимости 
Сбор информации личного характера Установление IP адреса абонента

Юридическим лицам

Услуги:
Проверка юр. лиц и индивидуальных предпринимателей на основе сведений из ЕГРЮЛ и ЕГРИП 
Расширенная проверка деловых партнеров физ. лиц и индивидуальных предпринимателей 
Расширенная проверка деловых партнеров юридических лиц 
Скоринговая проверка заемщиков физических лиц 
Скоринговая проверка заемщиков юридических лиц 
Проверка кандидатов на работу 
Услуги полиграфолога 
Удаленное онлайн видеонаблюдение 
Обследование помещений на предмет выявления каналов утечки информации 
Ревизионная проверка 
Аудиторская проверка

Абонентское обслуживание в области обеспечения безопасности
Розыск пропавших людей 
Розыск угнанных автомобилей 
Брачно-семейные отношения 
Гражданские отношения 
Защита компьютерной техники Психологическая поддержка Юридическая поддержка

Индивидуальный подход к каждому Клиенту.
Звоните или пишите:
WA/Viber: +7(977)606-62-01
e-mail: nah...@163.com
Владимир

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

qastools 0.21.0-1 MIGRATED to testing

2016-05-04 Thread Debian testing watch
FYI: The status of the qastools source package
in Debian's testing distribution has changed.

  Previous version: 0.18.0-1
  Current version:  0.21.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


[ml...@debian.org: Bug#823423: RFA: faust -- functional programming language for realtime audio applications]

2016-05-04 Thread Sebastian Ramacher
Forwarding to the team mailing list for those who don't read debian-multimedia@.

Cheers

- Forwarded message from Mario Lang  -

Date: Wed, 04 May 2016 18:10:19 +0200
From: Mario Lang 
To: Debian Bug Tracking System 
Subject: Bug#823423: RFA: faust -- functional programming language for realtime 
audio applications
Reply-To: Mario Lang , 823...@bugs.debian.org
Message-ID: <87shxxpzx0@fx.delysid.org>
X-Debian-PR-Package: wnpp

Package: wnpp
Severity: normal

I haven't been using faust for a long time, therefore it is time to find
a new and proper maintainer for this wonderful piece of software.

-- 
CYa,
  ⡍⠁⠗⠊⠕



- End forwarded message -

-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

[no subject]

2016-05-04 Thread ser236926
Приветик.
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: supercollider 3.7.0 in alioth to try

2016-05-04 Thread Felipe Sateler
On 4 May 2016 at 11:57, Dan S  wrote:
> 2016-04-26 19:23 GMT+01:00 Felipe Sateler :
>> On 25 April 2016 at 18:12, Felipe Sateler  wrote:
>>> On 20 March 2016 at 12:52, Dan S  wrote:

 Hi all,

 There's a new release of SuperCollider out (3.7) and I've imported and
 updated the packaging at pkg-multimedia/supercollider.git . It builds
 and works for me (on x64), and I'd like to ask others to have a look
 at it and consider testing/uploading it.
>>>
>>> I reproduce the same failure as Hanno, also on x64:
>>>
>>> /usr/bin/ld: ../../external_libraries/libtlsf.a(tlsf.c.o): relocation
>>> R_X86_64_32S against `.rodata' can not be used when making a shared
>>> object; recompile with -fPIC
>>> ../../external_libraries/libtlsf.a: error adding symbols: Bad value
>>>
>>> adding said -fPIC flag to tlsf target continues until:
>> 
>>> /usr/bin/ld: cannot find -lQt5::OpenGL
>>>
>>>
>>> Could you have a look?
>>
>> This seems to be a missing build-dep on libqt5opengl5-dev. It builds
>> fine after that.
>>
>> BTW, why do we disable the testsuite?
>
> (Sorry for the delay - didn't spot your second message)
>
> Regarding the testsuite: IIRC it doesn't succeed on all archs, and
> that's beyond our control. In 2013 you asked the same question, you
> asked "Why disable the testsuite? After all, if it is failing, its for
> a reason" and my answer was the following:
>
>> That's what I thought too at first. However it's not intended to be
>> packaged (it doesn't build anything), and after discussion with the
>> developer who actually made and maintains that testsuite, he wanted it
>> that way... (It's not really a testsuite of supercollider, btw, I
>> think covers the 'supernova' component.)

Heh, sorry for forgetting about that. I added a comment to that effect
to debian/rules.


-- 

Saludos,
Felipe Sateler

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: supercollider 3.7.0 in alioth to try

2016-05-04 Thread Dan S
2016-04-26 19:23 GMT+01:00 Felipe Sateler :
> On 25 April 2016 at 18:12, Felipe Sateler  wrote:
>> On 20 March 2016 at 12:52, Dan S  wrote:
>>>
>>> Hi all,
>>>
>>> There's a new release of SuperCollider out (3.7) and I've imported and
>>> updated the packaging at pkg-multimedia/supercollider.git . It builds
>>> and works for me (on x64), and I'd like to ask others to have a look
>>> at it and consider testing/uploading it.
>>
>> I reproduce the same failure as Hanno, also on x64:
>>
>> /usr/bin/ld: ../../external_libraries/libtlsf.a(tlsf.c.o): relocation
>> R_X86_64_32S against `.rodata' can not be used when making a shared
>> object; recompile with -fPIC
>> ../../external_libraries/libtlsf.a: error adding symbols: Bad value
>>
>> adding said -fPIC flag to tlsf target continues until:
> 
>> /usr/bin/ld: cannot find -lQt5::OpenGL
>>
>>
>> Could you have a look?
>
> This seems to be a missing build-dep on libqt5opengl5-dev. It builds
> fine after that.
>
> BTW, why do we disable the testsuite?

(Sorry for the delay - didn't spot your second message)

Regarding the testsuite: IIRC it doesn't succeed on all archs, and
that's beyond our control. In 2013 you asked the same question, you
asked "Why disable the testsuite? After all, if it is failing, its for
a reason" and my answer was the following:

> That's what I thought too at first. However it's not intended to be
> packaged (it doesn't build anything), and after discussion with the
> developer who actually made and maintains that testsuite, he wanted it
> that way... (It's not really a testsuite of supercollider, btw, I
> think covers the 'supernova' component.)


Best
Dan

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#823391: mplayer2: option --alang doesn't work

2016-05-04 Thread Pierre Frenkiel

Dear Maintainer,

   * What led up to the situation?

 Trying to rip a DVD with the french audio track

   * What exactly did you do that was ineffective?

 mplayer dvd://1 --forcedsubsonly --alang=fr -dumpstream -dumpfile file.mpg

   * What was the outcome of this action?

 I got a file with the english audio track

   * What outcome did you expect instead?

 I expected to get the french audio track, which is actually present on the 
DVD

best regards,
--
Pierre Frenkiel


-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mplayer2 depends on:
ii  liba52-0.7.4  0.7.4-17
ii  libasound21.0.28-1
ii  libass5   0.10.2-3
ii  libavcodec-extra-56   6:11.6-1~deb8u1
ii  libavformat56 6:11.6-1~deb8u1
ii  libavresample26:11.6-1~deb8u1
ii  libavutil54   6:11.6-1~deb8u1
ii  libbluray11:0.6.2-1
ii  libbs2b0  3.1.0+dfsg-2.1
ii  libc6 2.19-18+deb8u4
ii  libcaca0  0.99.beta19-2
ii  libcdio-cdda1 0.83-4.2
ii  libcdio-paranoia1 0.83-4.2
ii  libcdio13 0.83-4.2
ii  libdca0   0.0.5-7
ii  libdirectfb-1.2-9 1.2.10.0-5.1
ii  libdv41.0.0-6
ii  libdvdread4   5.0.0-1
ii  libenca0  1.16-1
ii  libfaad2  2.7-8
ii  libgif4   4.1.6-11+deb8u1
ii  libgl1-mesa-glx [libgl1]  10.3.2-1+deb8u1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.10+20140719git3eb0ae6a~dfsg-2
ii  libjpeg62-turbo   1:1.3.1-12
ii  liblcms2-22.6-3+b3
ii  liblircclient00.9.0~pre1-1.2
ii  libmad0   0.15.1b-8
ii  libmpg123-0   1.20.1-2
ii  libogg0   1.3.2-1
ii  libpng12-01.2.50-2+deb8u2
ii  libpostproc52 6:0.git20120821-4
ii  libpulse0 5.0-13
ii  libquvi7  0.4.1-3
ii  libsdl1.2debian   1.2.15-10+b1
ii  libsmbclient  2:4.2.10+dfsg-0+deb8u2
ii  libspeex1 1.2~rc1.2-1
ii  libswscale3   6:11.6-1~deb8u1
ii  libtheora01.1.1+dfsg.1-6
ii  libtinfo5 5.9+20140913-1+b1
ii  libvdpau1 0.8-3+deb8u2
ii  libvorbis0a   1.3.4-2
ii  libx11-6  2:1.6.2-3
ii  libxext6  2:1.3.3-1
ii  libxinerama1  2:1.1.3-1+b1
ii  libxss1   1:1.2.2-1
ii  libxv12:1.0.10-1+b1
ii  libxvidcore4  2:1.3.3-1
ii  libxxf86vm1   1:1.1.3-1+b1
ii  zlib1g1:1.2.8.dfsg-2+b1

mplayer2 recommends no packages.

mplayer2 suggests no packages.

-- no debconf information

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#823391: mplayer2: option --alang doesn't work

2016-05-04 Thread Pierre Frenkiel
Package: mplayer2
Version: 2.0-728-g2c378c7-4+b1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***



-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mplayer2 depends on:
ii  liba52-0.7.4  0.7.4-17
ii  libasound21.0.28-1
ii  libass5   0.10.2-3
ii  libavcodec-extra-56   6:11.6-1~deb8u1
ii  libavformat56 6:11.6-1~deb8u1
ii  libavresample26:11.6-1~deb8u1
ii  libavutil54   6:11.6-1~deb8u1
ii  libbluray11:0.6.2-1
ii  libbs2b0  3.1.0+dfsg-2.1
ii  libc6 2.19-18+deb8u4
ii  libcaca0  0.99.beta19-2
ii  libcdio-cdda1 0.83-4.2
ii  libcdio-paranoia1 0.83-4.2
ii  libcdio13 0.83-4.2
ii  libdca0   0.0.5-7
ii  libdirectfb-1.2-9 1.2.10.0-5.1
ii  libdv41.0.0-6
ii  libdvdread4   5.0.0-1
ii  libenca0  1.16-1
ii  libfaad2  2.7-8
ii  libgif4   4.1.6-11+deb8u1
ii  libgl1-mesa-glx [libgl1]  10.3.2-1+deb8u1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.10+20140719git3eb0ae6a~dfsg-2
ii  libjpeg62-turbo   1:1.3.1-12
ii  liblcms2-22.6-3+b3
ii  liblircclient00.9.0~pre1-1.2
ii  libmad0   0.15.1b-8
ii  libmpg123-0   1.20.1-2
ii  libogg0   1.3.2-1
ii  libpng12-01.2.50-2+deb8u2
ii  libpostproc52 6:0.git20120821-4
ii  libpulse0 5.0-13
ii  libquvi7  0.4.1-3
ii  libsdl1.2debian   1.2.15-10+b1
ii  libsmbclient  2:4.2.10+dfsg-0+deb8u2
ii  libspeex1 1.2~rc1.2-1
ii  libswscale3   6:11.6-1~deb8u1
ii  libtheora01.1.1+dfsg.1-6
ii  libtinfo5 5.9+20140913-1+b1
ii  libvdpau1 0.8-3+deb8u2
ii  libvorbis0a   1.3.4-2
ii  libx11-6  2:1.6.2-3
ii  libxext6  2:1.3.3-1
ii  libxinerama1  2:1.1.3-1+b1
ii  libxss1   1:1.2.2-1
ii  libxv12:1.0.10-1+b1
ii  libxvidcore4  2:1.3.3-1
ii  libxxf86vm1   1:1.1.3-1+b1
ii  zlib1g1:1.2.8.dfsg-2+b1

mplayer2 recommends no packages.

mplayer2 suggests no packages.

-- no debconf information

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers