Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 469628

Summary: New ebuild: x11-themes/smplayer-skins
Product: Gentoo Linux Reporter: Nikos Chantziaras <realnc>
Component: New packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: enhancement CC: dschridde+gentoobugs, god, media-video
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 469630    
Attachments: smplayer-skins-20121029.ebuild

Description Nikos Chantziaras 2013-05-12 22:56:19 UTC
SMPlayer, since version 0.8.2, has a new skinable interface. However, the skins, much like the icon themes, are distributed in a different package. This ebuild installs the skins from that package.

I've put the ebuild in the multimedia overlay:

http://gitorious.org/gentoo-multimedia/gentoo-multimedia/trees/master/x11-themes/smplayer-skins

I'm also attaching the ebuild to this bug.

Reproducible: Always
Comment 1 Nikos Chantziaras 2013-05-12 22:57:41 UTC
Created attachment 348116 [details]
smplayer-skins-20121029.ebuild
Comment 2 Nikos Chantziaras 2013-05-12 23:11:11 UTC
Adding a blocker on bug 469630, since this package must be added to portage if the "skins" USE flag is be added to the ebuilds.
Comment 3 Denis M. (Phr33d0m) 2013-05-12 23:47:20 UTC
Adding the smplayer maintainers as it's a smplayer-related ebuild request.
Comment 4 Dennis Schridde 2013-05-21 11:27:37 UTC
Is this different from x11-themes/smplayer-themes, which is in Gentoo already?
Comment 5 Nikos Chantziaras 2013-05-21 17:26:17 UTC
(In reply to comment #4)
> Is this different from x11-themes/smplayer-themes, which is in Gentoo
> already?

Those are icon themes. This package are skins for the GUI. Like this one:

http://smplayer.sourceforge.net/images/carousel/mainwindow_landscape.jpg
Comment 6 Ben de Groot (RETIRED) gentoo-dev 2013-05-25 06:09:44 UTC
It installs its files in /usr/share/smplayer/themes/.
I think we should just merge this into the smplayer-themes package.
Comment 7 Ben de Groot (RETIRED) gentoo-dev 2013-05-25 07:41:42 UTC
+*smplayer-skins-20121029 (25 May 2013)
+
+  25 May 2013; Ben de Groot <yngwin@gentoo.org> +metadata.xml,
+  +smplayer-skins-20121029.ebuild:
+  Initial commit of package requested in bug #469628
Comment 8 Nikos Chantziaras 2013-05-25 10:10:10 UTC
(In reply to comment #6)
> It installs its files in /usr/share/smplayer/themes/.
> I think we should just merge this into the smplayer-themes package.

Maybe the smplayer ebuild should RDEPEND on those things by default anyway. Upstream did split the icons and skins in order to avoid having to update the smplayer version when there's just skins or icons changes.