Android-ScalableVideoView icon indicating copy to clipboard operation
Android-ScalableVideoView copied to clipboard

Maven Repo after JCenter shutdown

Open stigi opened this issue 3 years ago • 10 comments

Hello,

The jcenter repository is being deprecated and maintainers are advised to move to other repos, such as maven central.

Are there plans to publish this library to another repo?

For context: We are using this library as a dependency of react-native-video and React Native is removing the jcenter repository in it's upcoming release: https://github.com/facebook/react-native/pull/31609

Thanks 🙌🙇‍♂️

stigi avatar Jun 29 '21 10:06 stigi

Additional context: I believe from react-natives side there's the assumption that jitpick would take over, but version 1.0.4 has build issues on jitpack: https://www.jitpack.io/#yqritc/Android-ScalableVideoView

stigi avatar Jun 29 '21 10:06 stigi

Additional context: I believe from react-natives side there's the assumption that jitpick would take over, but version 1.0.4 has build issues on jitpack: https://www.jitpack.io/#yqritc/Android-ScalableVideoView

@stigi some alternative?

AdeilsonESilva avatar Aug 24 '21 11:08 AdeilsonESilva

@yqritc I believe you're the one with the right permissions to do that. JCenter/Bintray is expected to shut down to downloads just next month and some libraries use the ScalableVideoView version hosted there.

lucis avatar Jan 12 '22 21:01 lucis

@yqritc could you please publish this to maven?

michaelbayday avatar Jan 13 '22 02:01 michaelbayday

@yqritc Yes this ^. Please publish this to maven instead of JCenter.

akenger avatar Jan 13 '22 04:01 akenger

I think I've managed to get this working on jitpack: see the last couple of commits at https://github.com/MatrixFrog/Android-ScalableVideoView

You can use my fork of this library by following the instructions at https://www.jitpack.io/#MatrixFrog/Android-ScalableVideoView/v1.0.4-jitpack -- please let me know if it works for you!

And if you found this issue because you're trying to use react-native-video, try changing your dependency in package.json to this:

"react-native-video": "https://github.com/MatrixFrog/react-native-video#11ca8a6799f932a5f24da85dfe68c696ad13a753",

(which just changes react-native-video to depend on my fork of Android-ScalableVideoView)

MatrixFrog avatar Jan 16 '22 07:01 MatrixFrog

Just noticed I forgot to include the jitpack repo, if the above doesn't work try 4f6dad990d17ce42894df993780b5386a9c11b85 instead of 11ca8a

MatrixFrog avatar Jan 17 '22 19:01 MatrixFrog

@MatrixFrog Thanks for your solution as this is the only one that works. What's your plans for this? Do you plan on having the fork for https://github.com/MatrixFrog/Android-ScalableVideoView and https://github.com/MatrixFrog/react-native-video always available till its fixed in the "master" repos?

lranches-gemini avatar Mar 09 '22 01:03 lranches-gemini

yeah i'm happy to leave them up on my github

MatrixFrog avatar Mar 09 '22 02:03 MatrixFrog

Jitpack is also now dead: https://github.com/jitpack/jitpack.io/issues/5337

ricardobeat avatar Dec 22 '22 22:12 ricardobeat