aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/deskutils/lumina-mediaplayer/Makefile
Commit message (Collapse)AuthorAge
* Remove the "@qt5" flavor of gstreamer1-qt. Qt5 is the only option now - ↵Ken Moore2019-04-01
| | | | flavor was removed upstream.
* Fix up the GitHub org used for the FreeBSD ports.Ken Moore2019-01-18
|
* Chase even more port flavor changes in FreeBSD....Ken Moore2018-08-10
|
* Update MakefileKen Moore2018-08-10
| | | Fix qt5 flavor
* Fix another thing in the FreeBSD port template.Ken Moore2018-08-10
| | | | Match upstream changes to support "flavors" of qt
* Fix the FreeBSD port files.Ken Moore2018-08-10
| | | | Change the USE_QT5 to USE_QT and USES+= qt:5 to align with the new syntax within the ports tree.
* Make sure the FreeBSD ports have OPTIONS_SUB=yes in the MakefileKen Moore2018-02-13
| | | | This ensures that the plist entries which start with %%I18N%% get ignored if the option is not set
* update portmaintainer for packagesq5sys2017-11-24
|
* Update the Makefile for lumina-mediaplayerKen Moore2017-08-07
| | | | gstreamer1-plugins-gl is required for video playback to not crash/stop when the video is hidden (such as changing tabs or minimizing the window). The gstreamer1-qt5 package is just a good idea to pull in the other plugins that Qt5 supports.
* Large cleanup of the FreeBSD port Makefiles that are saved in the tree ↵Ken Moore2017-06-30
| | | | (based on some make-system feedback after testing them before publishing 1.3.0)
* Bump the version of Lumina to 1.2.2, and put a CONFLICTS line with 1.2.1 in ↵Ken Moore2017-05-14
| | | | the new port files.
* Fix up the new port files so they all pass portlint now.Ken Moore2017-05-13
|
* Split up the FreeBSD port files into a total of 12 portsKen Moore2017-05-13
x11/lumina (meta port for all of them) x11/lumina-core (core desktop: lumina-open, lumina-desktop, start-lumina-desktop, themes, icons, etc..) x11/lumina-coreutils (core configuration utilities: lumina-config, lumina-xconfig, lumina-search) deskutils/lumina-archiver deskutils/lumina-calculator deskutils/lumina-fileinfo deskutils/lumina-fm deskutils/lumina-mediaplayer deskutils/lumina-notify deskutils/lumina-screenshot deskutils/lumina-textedit deskutils/lumina-xdg-entry
bgstack15