Coder Social home page Coder Social logo

Comments (7)

github-actions avatar github-actions commented on May 29, 2024

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

from webtorrent-desktop.

soumyaDghosh avatar soumyaDghosh commented on May 29, 2024

Hii, upstream any updates?

from webtorrent-desktop.

github-actions avatar github-actions commented on May 29, 2024

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

from webtorrent-desktop.

soumyaDghosh avatar soumyaDghosh commented on May 29, 2024

Yes, there has been no update yet. Upstream kindly give some update on this

from webtorrent-desktop.

tomihbk avatar tomihbk commented on May 29, 2024

Hey what changes have you done ?

from webtorrent-desktop.

soumyaDghosh avatar soumyaDghosh commented on May 29, 2024

I have created the snap package and this is the manifest for it.

name: webtorrent-desktop
base: core22 
version: '0.24.0'
summary: WebTorrent is a streaming torrent client for the web browser and the desktop.
description: |
  WebTorrent is written completely in JavaScript – the language of the web – and uses WebRTC for peer-to-peer transport whenever possible. No browser plugins, extensions  , or installation is required to use WebTorrent in your browser.

grade: stable
confinement: strict
contact: [email protected]
license: MIT
website: https://webtorrent.io/desktop
issue: https://github.com/soumyaDghosh/webtorrent-desktop-snap/issues
source-code: https://github.com/webtorrent/webtorrent-desktop

architectures: [ amd64, arm64 ]

parts:
  launcher:
    source: launcher
    plugin: dump
    override-build: |
      cp launcher $CRAFT_PART_INSTALL/usr/bin
  webtorrent-desktop:
    plugin: dump
    source: https://github.com/webtorrent/webtorrent-desktop/releases/download/v$SNAPCRAFT_PROJECT_VERSION/webtorrent-desktop_$SNAPCRAFT_PROJECT_VERSION_$CRAFT_TARGET_ARCH.deb 
    override-build: |
      craftctl default
      rm $CRAFT_PART_INSTALL/usr/lib/webtorrent-desktop/chrome-sandbox $CRAFT_PART_INSTALL/usr/share/doc
      sed -i 's|webtorrent-desktop|usr/share/icons/hicolor/256x256/apps/webtorrent-desktop.png|' $CRAFT_PART_INSTALL/usr/share/applications/webtorrent-desktop.desktop


plugs:
  shmem:
    interface: shared-memory
    private: true

apps:
  webcord:
    command: launcher
    desktop: usr/share/applications/webtorrent-desktop.desktop
    autostart: webtorrent-desktop.desktop
    environment:
      TMPDIR: $XDG_RUNTIME_DIR
      GTK_USE_PORTAL: 1
    extensions: [ gnome ]
    plugs:
      - audio-playback
      - network
      - shmem
      - unity7

from webtorrent-desktop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.