Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Deadbeef: please update due to a regression
@ 2021-01-24 10:39 AngryPhantom
  2021-01-24 15:00 ` biopsin
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: AngryPhantom @ 2021-01-24 10:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 832 bytes --]

New issue by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/28140

Description:
Please update Deadbeef to version 1.8.6 (or at least 1.8.5) since there is a regression that got fixed (some mp3 files were playing only 5 sec of audio and then stopped). Anyway, the latest release is 1.8.6. So, it would be really nice to have it in the repo.

Unfortunately, I'm not an expert in xbps-src, otherwise I'd posted a pull request. I tried compiling the latest version but I'm getting errors and don't know how to fix them. Probably because it needs clang or some other new dependency, I'm not sure.

I'm using a "half-baked" 1.8.4 version of it (1.8.3 from repo + author's patch/fix). That was the last one that I managed to compile myself without issues.

Thank you in advance. Cheers.

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

* Re: Deadbeef: please update due to a regression
  2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
@ 2021-01-24 15:00 ` biopsin
  2021-01-24 15:01 ` biopsin
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: biopsin @ 2021-01-24 15:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/28140#issuecomment-766361560

Comment:
Tested build against v1.8.6
so far fails to build without https://github.com/DeaDBeeF-Player/mp4p

```
Making all in external
make[2]: Entering directory '/builddir/deadbeef-1.8.6/external'
make[2]: *** No rule to make target 'mp4p/src/mp4p.c', needed by 'mp4p/src/libmp4p_a-mp4p.o'.  Stop.

```


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

* Re: Deadbeef: please update due to a regression
  2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
  2021-01-24 15:00 ` biopsin
@ 2021-01-24 15:01 ` biopsin
  2021-01-24 15:18 ` biopsin
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: biopsin @ 2021-01-24 15:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 460 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/28140#issuecomment-766361560

Comment:
Tested build against v1.8.6
so far fails to build without https://github.com/DeaDBeeF-Player/mp4p (submodule)

```
Making all in external
make[2]: Entering directory '/builddir/deadbeef-1.8.6/external'
make[2]: *** No rule to make target 'mp4p/src/mp4p.c', needed by 'mp4p/src/libmp4p_a-mp4p.o'.  Stop.

```


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

* Re: Deadbeef: please update due to a regression
  2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
  2021-01-24 15:00 ` biopsin
  2021-01-24 15:01 ` biopsin
@ 2021-01-24 15:18 ` biopsin
  2021-01-24 15:31 ` ericonr
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: biopsin @ 2021-01-24 15:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 828 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/28140#issuecomment-766361560

Comment:
Tested build against v1.8.6
so far fails to build without https://github.com/DeaDBeeF-Player/mp4p (submodule)

```
Making all in external
make[2]: Entering directory '/builddir/deadbeef-1.8.6/external'
make[2]: *** No rule to make target 'mp4p/src/mp4p.c', needed by 'mp4p/src/libmp4p_a-mp4p.o'.  Stop.

```
after that it's only uphill for me..sorry
```
Making all in plugins/lastfm
make[2]: Entering directory '/builddir/deadbeef-1.8.6/plugins/lastfm'
  CC       lastfm_la-lastfm.lo
cc: error: unrecognized command-line option '-fblocks'
make[2]: *** [Makefile:564: lastfm_la-lastfm.lo] Error 1
make[2]: Leaving directory '/builddir/deadbeef-1.8.6/plugins/lastfm'
```

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

* Re: Deadbeef: please update due to a regression
  2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
                   ` (2 preceding siblings ...)
  2021-01-24 15:18 ` biopsin
@ 2021-01-24 15:31 ` ericonr
  2021-01-24 16:09 ` AngryPhantom
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-01-24 15:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/28140#issuecomment-766368414

Comment:
@AngryPhantom can you point at the patch? We could include it temporarily until someone figures out packaging the new version.

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

* Re: Deadbeef: please update due to a regression
  2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
                   ` (3 preceding siblings ...)
  2021-01-24 15:31 ` ericonr
@ 2021-01-24 16:09 ` AngryPhantom
  2021-01-24 18:38 ` AngryPhantom
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AngryPhantom @ 2021-01-24 16:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/28140#issuecomment-766374408

Comment:
@ericonr 
Phew, took me a while to figure out where was it. Should be this [commit](https://github.com/DeaDBeeF-Player/deadbeef/commit/f024da21f02b1d40ecb6df115b6f4def7b0626c6).

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

* Re: Deadbeef: please update due to a regression
  2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
                   ` (4 preceding siblings ...)
  2021-01-24 16:09 ` AngryPhantom
@ 2021-01-24 18:38 ` AngryPhantom
  2021-01-24 18:38 ` AngryPhantom
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AngryPhantom @ 2021-01-24 18:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/28140#issuecomment-766409954

Comment:
P.S. Strange that there was a [pull request](https://github.com/void-linux/void-packages/pull/26175) that was closed but deadbeef didn't get the update to 1.8.4. How is it possible?

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

* Re: Deadbeef: please update due to a regression
  2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
                   ` (5 preceding siblings ...)
  2021-01-24 18:38 ` AngryPhantom
@ 2021-01-24 18:38 ` AngryPhantom
  2021-01-24 19:01 ` biopsin
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AngryPhantom @ 2021-01-24 18:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/28140#issuecomment-766409954

Comment:
P.S. Strange that there was a [pull request](https://github.com/void-linux/void-packages/pull/26175) that was closed but deadbeef didn't get the update to 1.8.4. How is it possible?
Just asking :)

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

* Re: Deadbeef: please update due to a regression
  2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
                   ` (6 preceding siblings ...)
  2021-01-24 18:38 ` AngryPhantom
@ 2021-01-24 19:01 ` biopsin
  2021-01-24 19:07 ` AngryPhantom
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: biopsin @ 2021-01-24 19:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/28140#issuecomment-766413715

Comment:
probably it failed building for i686 and no atemts to resolve it or maybe closed by mistake

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

* Re: Deadbeef: please update due to a regression
  2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
                   ` (7 preceding siblings ...)
  2021-01-24 19:01 ` biopsin
@ 2021-01-24 19:07 ` AngryPhantom
  2021-02-24  3:38 ` ericonr
  2021-02-24  3:38 ` [ISSUE] [CLOSED] " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: AngryPhantom @ 2021-01-24 19:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/28140#issuecomment-766414850

Comment:
@biopsin Got it, thanks.

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

* Re: Deadbeef: please update due to a regression
  2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
                   ` (8 preceding siblings ...)
  2021-01-24 19:07 ` AngryPhantom
@ 2021-02-24  3:38 ` ericonr
  2021-02-24  3:38 ` [ISSUE] [CLOSED] " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-02-24  3:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/28140#issuecomment-784728200

Comment:
Done in 6fb62e2a8636e8356425587665d847bd8b000bb4

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

* Re: [ISSUE] [CLOSED] Deadbeef: please update due to a regression
  2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
                   ` (9 preceding siblings ...)
  2021-02-24  3:38 ` ericonr
@ 2021-02-24  3:38 ` ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-02-24  3:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 835 bytes --]

Closed issue by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/28140

Description:
Please update Deadbeef to version 1.8.6 (or at least 1.8.5) since there is a regression that got fixed (some mp3 files were playing only 5 sec of audio and then stopped). Anyway, the latest release is 1.8.6. So, it would be really nice to have it in the repo.

Unfortunately, I'm not an expert in xbps-src, otherwise I'd posted a pull request. I tried compiling the latest version but I'm getting errors and don't know how to fix them. Probably because it needs clang or some other new dependency, I'm not sure.

I'm using a "half-baked" 1.8.4 version of it (1.8.3 from repo + author's patch/fix). That was the last one that I managed to compile myself without issues.

Thank you in advance. Cheers.

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

end of thread, other threads:[~2021-02-24  3:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24 10:39 [ISSUE] Deadbeef: please update due to a regression AngryPhantom
2021-01-24 15:00 ` biopsin
2021-01-24 15:01 ` biopsin
2021-01-24 15:18 ` biopsin
2021-01-24 15:31 ` ericonr
2021-01-24 16:09 ` AngryPhantom
2021-01-24 18:38 ` AngryPhantom
2021-01-24 18:38 ` AngryPhantom
2021-01-24 19:01 ` biopsin
2021-01-24 19:07 ` AngryPhantom
2021-02-24  3:38 ` ericonr
2021-02-24  3:38 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).