3c8efd56e9
* NEW: Update chinese translations. [EXAMPLES] * NEW: Add screenshots, switch to 1.0 version, and publish. [INTERPRETER] * NEW: Allow WAIT to raise errors. [GB.DESKTOP] * NEW: DesktopWindow.Geometry is a new property that returns the geometry of the window inside as a rectangle. * NEW: DesktopWindow.Frame is a new property that returns the geometry of the window outside (with the frame) as a rectangle. * NEW: DesktopWindow.GetScreenshot() is a new method that returns a screenshot of a window, with or without the frame. * BUG: DesktopWindow X, Y, Width and Height properties return the window geometry without the frame. [GB.GTK] * NEW: Raise an error if WAIT is called during a keyboard event. [GB.GTK3] * NEW: Raise an error if WAIT is called during a keyboard event. [GB.QT4] * NEW: Raise an error if WAIT is called during a keyboard event. git-svn-id: svn://localhost/gambas/trunk@6746 867c0c6c-44f3-4631-809d-bfa615b0a4ec
55 lines
1.6 KiB
XML
55 lines
1.6 KiB
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.6.90
|
|
Title=Media player based on GStreamer
|
|
Startup=FMain
|
|
Icon=icon.png
|
|
Version=1.0.0
|
|
Component=gb.image
|
|
Component=gb.gui
|
|
Component=gb.form
|
|
Component=gb.desktop.x11
|
|
Component=gb.desktop
|
|
Component=gb.form.dialog
|
|
Component=gb.settings
|
|
Component=gb.media
|
|
Description="Media player example.\n\nThis example is a demonstration of how to use GStreamer with Gambas to play any sound or video file."
|
|
TabSize=2
|
|
Translate=1
|
|
Language=en
|
|
Maintainer=benoit
|
|
Vendor=Example
|
|
Address=benoit@black-tower
|
|
Url=www.endoftheinternet.com
|
|
License=General Public License
|
|
PackageName=mediaplayer-3.5.0
|
|
PackageVersion=2
|
|
CreateEachDirectory=1
|
|
Packager=1
|
|
Systems=slackware
|
|
Menus=archlinux:"Applications/Video"
|
|
Categories=archlinux:"Video"
|
|
Groups=archlinux:"video"
|
|
Menus=debian:"Applications/Video"
|
|
Categories=debian:"Video"
|
|
Groups=debian:"video"
|
|
Menus=fedora:"Audio Video/Video/Player"
|
|
Categories=fedora:"AudioVideo;Player;Video"
|
|
Groups=fedora:"Applications/Multimedia"
|
|
Menus=mageia:"Multimedia/Video"
|
|
Categories=mageia:"AudioVideo;Video"
|
|
Groups=mageia:"Video"
|
|
Menus=mandriva:"Multimedia/Video"
|
|
Categories=mandriva:"AudioVideo;Video"
|
|
Groups=mandriva:"Video"
|
|
Menus=slackware:"Audio Video/Video/Player"
|
|
Categories=slackware:"AudioVideo;Player;Video"
|
|
Groups=slackware:"Applications/Multimedia"
|
|
Menus=suse:"Audio Video/Video/Player"
|
|
Categories=suse:"AudioVideo;Player;Video"
|
|
Groups=suse:"Productivity/Multimedia/Video/Players"
|
|
Menus=ubuntu:"Applications/Video"
|
|
Categories=ubuntu:"Video"
|
|
Groups=ubuntu:"video"
|
|
Tags=Audio,AudioVideo,Video,Multimedia
|
|
Screenshot=.hidden/screenshots/MediaPlayer.jpg
|
|
CreateMenu=1
|