{"id":27629394,"url":"https://github.com/gaurapanasenko/gstqml6","last_synced_at":"2026-05-01T19:33:15.599Z","repository":{"id":288651302,"uuid":"968773992","full_name":"gaurapanasenko/gstqml6","owner":"gaurapanasenko","description":"gstqml6 (CMake version)","archived":false,"fork":false,"pushed_at":"2025-04-18T21:05:08.000Z","size":230,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T15:16:48.306Z","etag":null,"topics":["android-library","gstreamer-plugins","qml","qt6"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gaurapanasenko.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-18T17:51:49.000Z","updated_at":"2025-04-18T21:02:31.000Z","dependencies_parsed_at":"2025-04-19T07:42:47.897Z","dependency_job_id":"0cbb28bd-b32d-455d-9714-cae429b89504","html_url":"https://github.com/gaurapanasenko/gstqml6","commit_stats":null,"previous_names":["gaurapanasenko/gstqml6"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaurapanasenko%2Fgstqml6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaurapanasenko%2Fgstqml6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaurapanasenko%2Fgstqml6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaurapanasenko%2Fgstqml6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaurapanasenko","download_url":"https://codeload.github.com/gaurapanasenko/gstqml6/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250457784,"owners_count":21433734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-library","gstreamer-plugins","qml","qt6"],"created_at":"2025-04-23T15:16:52.453Z","updated_at":"2026-05-01T19:33:10.567Z","avatar_url":"https://github.com/gaurapanasenko.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gstqml6 (CMake version)\n\nThis project provides a CMake-based build system for the `gstqml6` plugin from the GStreamer `gst-plugins-good` module. The original source is taken from:\n\nhttps://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/1.26/subprojects/gst-plugins-good/ext/qt6\n\nBranch: `1.26`\n\nThe goal is to build the `gstqml6` plugin using prebuilt GStreamer and Qt binaries, without Cerbero or Meson.\n\n## Build Instructions (Linux)\n\n1. Copy `enviroment.sh.example` to `enviroment.sh`\n2. Edit `enviroment.sh` with correct paths:\n\n```sh\nexport JAVA_HOME=/usr/lib64/jvm/java-17-openjdk\nexport ANDROID_HOME=/path/to/android\nexport QT_HOME=/path/to/qt\nexport QT_VERSION=6.8.3\nexport COPY_TO_GSTREAMER_ROOT=true\nexport GSTREAMER_ROOT_ANDROID=/path/to/gstreamer\n```\n\n- `JAVA_HOME`: path to Java 17\n- `ANDROID_HOME`: path to Android SDK\n- `QT_HOME`: path to Qt for Android (installed with Qt online/offline installer)\n- `COPY_TO_GSTREAMER_ROOT`: if true, copies resulting `gstqml6` to the GStreamer prebuilt path\n- `GSTREAMER_ROOT_ANDROID`: path to GStreamer prebuilt directory\n\n3. Run the build script:\n```sh\n./build.sh\n```\n\n## Usage\n\nTo use `gstqml6` in your own project, refer to the `CMakeLists.txt` in this repository. Ensure that you include `qml6` in GStreamer components:\n\n```cmake\nfind_package(GStreamerMobile COMPONENTS ${GSTREAMER_PLUGINS} fonts qml6 REQUIRED)\n```\n\nAfter adding Qt to your project, link Qt Quick to GStreamer:\n\n```cmake\ntarget_link_libraries(GStreamerMobile PRIVATE Qt6::Quick)\n```\n\nAlso, you must initialize the `gstqml6` shader resources in your main function after creating the `QGuiApplication`:\n\n```cpp\nQGuiApplication app(argc, argv);\nQ_INIT_RESOURCE(gstqml6_shaders);\n```\n\nGStreamerMobile CMake script strips Qt resources, so the easiest way to include them is to link the `gstqml6` target directly to your application:\n\n```cmake\ntarget_link_libraries(qtapp PRIVATE ${_gst_gstqml6})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaurapanasenko%2Fgstqml6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaurapanasenko%2Fgstqml6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaurapanasenko%2Fgstqml6/lists"}