MX 17 Repository: The VLC Thread

Message
Author
zorzi

Re: MX 17 Repository: The VLC Thread

#111 Post by zorzi »

Stevo wrote: Fri Aug 23, 2019 2:08 pm
zorzi wrote: Fri Aug 23, 2019 6:46 am I've upgraded to 3.0.8-2mx17+2. Everything seems to work, but I don't get the point of providing a VLC MX package, since VLC Debian package does the job.
Debian's version breaks VLC's hardware-accelerated video decoding on MX, which is pretty important to many users. I take care not to break it with our builds.
Ok. I had missed that point.

User avatar
Cristobal
Posts: 159
Joined: Thu Feb 07, 2019 8:28 am

Re: MX 17 Repository: The VLC Thread

#112 Post by Cristobal »

How do we know it has been upgraded from MX repo or Debian's?
Distro: MX-19.4_x64 Kernel: 4.19.0-21-amd64 Desktop: Xfce 4.14.3
Lenovo Thinkpad X200s: CPU: Intel Core2 Duo L9400 Graphics: Intel GM45 Audio: Intel 82801I

User avatar
m_frank
Posts: 183
Joined: Tue Jun 25, 2019 12:25 pm

Re: MX 17 Repository: The VLC Thread

#113 Post by m_frank »

The version number suffix provides a clue:

Code: Select all

$ apt list vlc -a
Listing... Done
vlc/mx,now 3.0.8-2mx17+2 amd64 [installed]
vlc/oldstable 3.0.8-0+deb9u1 amd64
vlc/oldstable 3.0.6-0+deb9u1 amd64
3.0.8-2mx17+2 = MX

3.0.8-0+deb9u1 = Debian
LT: Dell 5566, Core i3-7100U, 6GB, 1.0TB HD, MX-19.1_x64/386
LT: Lenovo T500, Core2 Duo P8700, 4GB, 320GB HD, MX-19.1_x64/386
LT: HP DV6-1053cl, Core2 Duo P7450, 4GB, 320GB HD, MX-18.3_x64
DT: HP 500-281, Core i3-4130, 4GB, 1.0TB HD, MX-18.3_x64

User avatar
Stevo
Developer
Posts: 14871
Joined: Fri Dec 15, 2006 7:07 pm

Re: MX 17 Repository: The VLC Thread

#114 Post by Stevo »

Eadwine Rose wrote: Sat Aug 24, 2019 2:17 am Just loaded the test repo but those two do not show as upgradable. Do they go by a different package name?
They are already installed from the main MX repo, and in fact are in the ISO, since the video drivers use those. Our newer versions use libdrm2 instead of libdrm2, and we have a main and test repo version of that:

Code: Select all

$ apt policy libdrm2
libdrm2:
  Installed: 2.4.97-1~mx17+1
  Candidate: 2.4.97-1~mx17+1
  Version table:
 *** 2.4.97-1~mx17+1 500
        500 file:/var/lib/local-apt-repository ./ Packages
        100 /var/lib/dpkg/status
     2.4.95-1~mx17+1 500
        500 http://la.mxrepo.com/mx/repo stretch/main amd64 Packages
The first result is in the test repo, but I have that disabled in favor of getting it from my local-apt-repository folder. That's how I test how new packages upgrade after building them.

User avatar
Eadwine Rose
Administrator
Posts: 15243
Joined: Wed Jul 12, 2006 2:10 am

Re: MX 17 Repository: The VLC Thread

#115 Post by Eadwine Rose »

Aha! So these two I have left over are perfectly safe to completely remove?
MX-23.6_x64 July 31 2023 * 6.1.0-39amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
Cristobal
Posts: 159
Joined: Thu Feb 07, 2019 8:28 am

Re: MX 17 Repository: The VLC Thread

#116 Post by Cristobal »

m_frank wrote: Sat Aug 24, 2019 2:52 pm The version number suffix provides a clue:

Code: Select all

$ apt list vlc -a
Listing... Done
vlc/mx,now 3.0.8-2mx17+2 amd64 [installed]
vlc/oldstable 3.0.8-0+deb9u1 amd64
vlc/oldstable 3.0.6-0+deb9u1 amd64
3.0.8-2mx17+2 = MX

3.0.8-0+deb9u1 = Debian
Ah, OK, thanks.

If I remember correctly VLC has been upgraded twice on my system, after checking, the last one is MX.
Distro: MX-19.4_x64 Kernel: 4.19.0-21-amd64 Desktop: Xfce 4.14.3
Lenovo Thinkpad X200s: CPU: Intel Core2 Duo L9400 Graphics: Intel GM45 Audio: Intel 82801I

User avatar
fehlix
Developer
Posts: 12904
Joined: Wed Apr 11, 2018 5:09 pm

Re: MX 17 Repository: The VLC Thread

#117 Post by fehlix »

With latest 3.0.8-2mx17+2 we appear to have a new dependence on vlc-plugin-samba.
Can we change this to a "Recommends" in order avoid to get install the whole samba bunch,
which I'm not intending to use anyway. Also mentioned here: Update today pulls back in samba-libs due to VLC
Thanks
:puppy:

User avatar
Stevo
Developer
Posts: 14871
Joined: Fri Dec 15, 2006 7:07 pm

Re: MX 17 Repository: The VLC Thread

#118 Post by Stevo »

I noticed today that upstream changes at YouTube had broken the Youtube streaming feature, but found that patching in the changes for the youtube.lua file from VLC's git repo got it working again, so we have rebuilds with that patch for MX 19 main and in the AHS repo, as well as for MX 17/18 main and its test repo.

The MX 19 versions end with mx19+3 and mx19+3ahs, while the MX 17/18 versions end with mx17+4 and mx17+4test.

User avatar
Stevo
Developer
Posts: 14871
Joined: Fri Dec 15, 2006 7:07 pm

Re: MX 17 Repository: The VLC Thread

#119 Post by Stevo »

Now updated to 3.0.9.2 in the test repo!

User avatar
Stevo
Developer
Posts: 14871
Joined: Fri Dec 15, 2006 7:07 pm

Re: MX 17 Repository: The VLC Thread

#120 Post by Stevo »

Updated to 3.11.1-2mx17+1 in main, which incorporates the last two upstream Debian revisions, plus a "youtube.lua" script patched to the current github version. Hopefully, that will fix Youtube playback in VLC unti they break it again.

Locked

Return to “Package Requests/Status - MX 17/18”